@mariozechner/pi-coding-agent
19
Versions
—
License
No
Install Scripts
Missing
Provenance
Supply chain provenance
Status for the latest visible version.
No SLSA provenance
npm registry signatures
gitHead linked
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
badlogicmitsuhiko
Keywords
coding-agentaillmclituiagent
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| source-diff | obfuscated-file:dist/modes/interactive/components/daxnuts.js | AI (source-diff): Hex-encoded 32x32 pixel art Easter egg, not obfuscated code. | ai | |
| source-diff | obfuscated-file:examples/extensions/doom-overlay/doom/build/doom.js | AI (source-diff): Emscripten-compiled WASM JS loader in examples dir; standard build artifact, not hand-obfuscated. | ai | |
| dependencies | unvetted-dep:@mariozechner/clipboard | AI (dependencies): Same-author, same-namespace package (@mariozechner/*) from a publisher with a clean track record. Clipboard utility is a natural dependency for a coding agent CLI. | ai | |
| phantom-deps | phantom-dep:glob | AI (phantom-deps): glob is explicitly declared as a runtime dependency in package.json; the phantom-dep finding is a false positive — it is used by the package even if not directly imported at the top level. | ai | |
| provenance | no-provenance | AI (provenance): Publisher has a clean track record; lack of provenance is common and not a risk signal for this package. | ai | |
| publish-pattern | new-deps-added | AI (publish-pattern): uuid is a ubiquitous, well-vetted package; adding it as a dependency poses no supply-chain risk for this package. | ai | |
| semgrep | semgrep:steganography-image-eval | AI (semgrep): Flagged code reads a Doom WAD game data file (not steganographic image data) and loads it as a JS module. Legitimate example extension for a coding agent tool. | ai | |
| phantom-deps | phantom-dep:marked | AI (phantom-deps): marked is listed as a runtime dependency in package.json; phantom detection appears to be a false positive for this package. | ai | |
| semgrep | semgrep:child-process-import | AI (semgrep): child_process used to invoke PowerShell for Windows toast notifications in notify.ts. Legitimate system notification functionality. | ai | |
| semgrep | semgrep:shady-links-raw-ip | AI (semgrep): IP 127.0.0.1 is localhost used as OAuth redirect URI for CLI OAuth PKCE flow — standard and expected pattern for CLI tools. | ai | |
| semgrep | semgrep:base64-decode | AI (semgrep): Base64 decoding of AI-generated image data written to disk. Standard image generation handling pattern, not a malicious payload. | ai | |
| semgrep | semgrep:new-function-constructor | AI (semgrep): new Function() used to dynamically load a pre-compiled Doom JS bundle in an example extension. Legitimate module loading pattern, not malicious code execution. | ai |