@mionjs/devtools
Development tooling for mion (ESLint plugin and Vite plugin).
Supply chain provenance
Status for the latest visible version.
Without SLSA provenance there is no cryptographic link between this tarball and the public source — the axios compromise (March 2026) relied on exactly this gap.
Maintainers
Keywords
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| provenance | no-provenance | AI (provenance): Dev tooling package; lack of provenance is common and not a disqualifier here. | ai | |
| semgrep | semgrep:env-spread | AI (semgrep): Spreading process.env into fork() options is standard dev-tool pattern; no secret exfiltration risk. | ai | |
| semgrep | semgrep:new-function-constructor | AI (semgrep): Hardcoded string probing import.meta.resolve availability; not arbitrary input execution. | ai | |
| phantom-deps | phantom-dep:vite-node | AI (phantom-deps): Listed as runtime dependency; used via CLI invocation (fork), not direct import. | ai | |
| phantom-deps | phantom-dep:vite-plugin-dts | AI (phantom-deps): Used in vite config files at build time, not directly imported in source. | ai |
v0.8.8
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/MionKit/mion/blob/a92a438011336a078d394b75054422f3a56f8468/src/vite-plugin/aotCacheGenerator.ts#L95 93 | // 'serve' mode tells platform adapters to proceed with server.listen() 94 | child = fork(viteNodePath, [...viteConfigArgs, startScript, ...(serverConfig.args || [])], { > 95 | env: { 96 | ...process.env, 97 | ...serverConfig.env,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.8.7
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.8.6
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.8.4
1 finding[Accepted risk] Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.