@llui/vite-plugin
LLui compiler — Vite plugin for compile-time bitmask optimization, template cloning, and source maps
Supply chain provenance
Status for the latest visible version.
Without SLSA provenance there is no cryptographic link between this tarball and the public source, so a manually published version cannot be tied back to a reviewed commit.
Maintainers
Keywords
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:env-spread | AI (semgrep): env passed to locally spawned own MCP subprocess, not exfiltrated externally. | ai | |
| semgrep | semgrep:base64-decode | AI (semgrep): Decodes screenshot data to local file, no network exfil. | ai | |
| dependencies | unvetted-dep:@llui/notes-format | AI (dependencies): First-party sibling package in same @llui monorepo/publisher. | ai | |
| phantom-deps | phantom-dep:yaml | AI (phantom-deps): Used in config, heuristic false positive. | ai | |
| provenance | missing-githead | AI (provenance): Package is otherwise clean with a valid repo; missing gitHead alone is not a disqualifier for this package. | ai |
Versions (showing 51 of 78)
| Version | Deps | Published |
|---|---|---|
| 0.12.0 | 8 / 0 | |
| 0.11.7 | 8 / 0 | |
| 0.11.6 | 7 / 0 | |
| 0.11.5 | 7 / 0 | |
| 0.11.4 | 9 / 0 | |
| 0.11.3 | 9 / 0 | |
| 0.11.2 | 9 / 0 | |
| 0.11.1 | 8 / 0 | |
| 0.11.0 | 8 / 0 | |
| 0.10.0 | 8 / 0 | |
| 0.9.0 | 8 / 0 | |
| 0.8.0 | 8 / 0 | |
| 0.7.0 | 8 / 0 | |
| 0.6.4 | 8 / 0 | |
| 0.6.3 | 8 / 0 | |
| 0.6.2 | 8 / 0 | |
| 0.6.1 | 8 / 0 | |
| 0.6.0 | 8 / 0 | |
| 0.5.14 | 8 / 0 | |
| 0.5.12 | 8 / 0 | |
| 0.5.11 | 8 / 0 | |
| 0.5.10 | 8 / 0 | |
| 0.5.9 | 8 / 0 | |
| 0.5.8 | 7 / 0 | |
| 0.5.7 | 7 / 0 | |
| 0.5.6 | 6 / 0 | |
| 0.5.5 | 6 / 0 | |
| 0.5.4 | 6 / 0 | |
| 0.5.3 | 6 / 0 | |
| 0.5.2 | 6 / 0 | |
| 0.5.1 | 6 / 0 | |
| 0.5.0 | 6 / 0 | |
| 0.4.0 | 6 / 0 | |
| 0.3.2 | 6 / 0 | |
| 0.3.1 | 6 / 0 | |
| 0.3.0 | 6 / 0 | |
| 0.2.0 | 2 / 0 | |
| 0.1.0 | 2 / 0 | |
| 0.0.42 | 2 / 0 | |
| 0.0.41 | 2 / 0 | |
| 0.0.40 | 2 / 0 | |
| 0.0.39 | 2 / 0 | |
| 0.0.38 | 2 / 0 | |
| 0.0.37 | 2 / 0 | |
| 0.0.36 | 2 / 0 | |
| 0.0.35 | 2 / 0 | |
| 0.0.34 | 2 / 0 | |
| 0.0.33 | 2 / 0 | |
| 0.0.31 | 2 / 0 | |
| 0.0.30 | 2 / 0 | |
| 0.0.29 | 2 / 0 |
v0.12.0
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v0.11.7
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v0.11.6
3 findingsSpreading entire process.env into an object — may capture all secrets 1085 | mcpChild = spawn(process.execPath, [mcpCliPath, '--http', String(mcpPort)], { 1086 | stdio: ['ignore', 'pipe', 'pipe'], > 1087 | env: { ...process.env, LLUI_MCP_PORT: String(mcpPort) }, 1088 | }) 1089 | mcpChild.stdout?.on('data', (buf: Buffer) => {
Spreading entire process.env into an object — may capture all secrets 332 | args: [...baseArgs, ...modelArgs, ...extraArgs], 333 | promptVia: config.promptVia ?? def?.promptVia ?? 'arg', > 334 | env: { ...process.env, ...(config.env ?? {}) }, 335 | } 336 | }
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v0.11.5
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.