@kreuzberg/liter-llm-wasm
WebAssembly bindings for liter-llm — universal LLM API client with 142+ providers. Rust-powered.
6
Versions
MIT
License
No
Install Scripts
Verified
Provenance
Supply chain provenance
Status for the latest visible version.
SLSA provenance attestation
npm registry signatures
No source commit
Maintainers
nhirschfeld
Keywords
llmapi-clientopenaianthropic
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:api-obfuscation-reflect | AI (semgrep): wasm-bindgen generated glue code; Reflect.get is standard JS interop pattern, not obfuscation. | ai | |
| semgrep | semgrep:new-function-constructor | AI (semgrep): wasm-bindgen generated glue code; new Function() bridges Rust/WASM string args, not user-controlled input. | ai |