@anydocs/cli
3
Versions
—
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
shawndslee
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:shady-links-raw-ip | AI (semgrep): Raw IP is 127.0.0.1 (localhost) for a local dev server — not a remote exfiltration endpoint. | ai | |
| semgrep | semgrep:env-bulk-read | AI (semgrep): Code explicitly filters process.env against an allowlist — not a bulk secret read. | ai | |
| semgrep | semgrep:env-spread | AI (semgrep): Spreading process.env into a child process spawn is standard CLI practice; no exfiltration path. | ai | |
| typosquat | typosquat.levenshtein:joi | AI (typosquat): @anydocs/cli is a scoped docs CLI with no semantic similarity to joi; Levenshtein artifact. | ai | |
| phantom-deps | phantom-dep:@types/node | AI (phantom-deps): Framework-scoped type package; loaded by convention, not direct import. | ai | |
| phantom-deps | phantom-dep:@types/react | AI (phantom-deps): Framework-scoped type package; loaded by convention. | ai | |
| phantom-deps | phantom-dep:@types/react-dom | AI (phantom-deps): Framework-scoped type package; loaded by convention. | ai | |
| phantom-deps | phantom-dep:typescript | AI (phantom-deps): Build toolchain dep referenced in config; not a runtime import. | ai | |
| phantom-deps | phantom-dep:slate | AI (phantom-deps): Referenced in config files for yoopta editor integration; not a direct import. | ai | |
| phantom-deps | phantom-dep:slate-dom | AI (phantom-deps): Referenced in config files; not a direct import. | ai | |
| phantom-deps | phantom-dep:slate-react | AI (phantom-deps): Referenced in config files; not a direct import. | ai | |
| phantom-deps | phantom-dep:@tailwindcss/postcss | AI (phantom-deps): PostCSS plugin referenced in config; not a direct import. | ai |
v1.3.3
2 findings
HIGH
env-spread: docs-runtime/scripts/start-e2e-studio.mjs:482
semgrep
Spreading entire process.env into an object — may capture all secrets 480 | cwd: webRoot, 481 | stdio: 'inherit', > 482 | env: { 483 | ...process.env, 484 | ...createCliStudioRuntimeEnv({
INFO
Has SLSA provenance attestation
provenance
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1.0.1
1 finding
LOW
No provenance attestation
provenance
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v1.0.0
1 finding
LOW
No provenance attestation
provenance
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.