@avadisabelle/ava-pi-coding-agent
Coding agent CLI with read, bash, edit, write tools and session management
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 |
|---|---|---|---|---|
| semgrep | semgrep:steganography-image-eval | AI (semgrep): WAD file reader in examples/doom-overlay demo; not a steganography attack. | ai | |
| semgrep | semgrep:base64-decode | AI (semgrep): Writes base64-encoded image data to file in examples/; benign. | ai | |
| semgrep | semgrep:shady-links-raw-ip | AI (semgrep): 127.0.0.1 localhost OAuth redirect URI in example extension. | ai | |
| semgrep | semgrep:new-function-constructor | AI (semgrep): Loads compiled doom JS module in examples/; not runtime core. | ai | |
| semgrep | semgrep:child-process-import | AI (semgrep): Desktop notification helper in examples/; execFile with fixed args. | ai |
Versions (showing 18 of 18)
| Version | Deps | Published |
|---|---|---|
| 0.65.2 | 21 / 8 | |
| 0.65.0 | 21 / 8 | |
| 0.64.9 | 19 / 8 | |
| 0.64.8 | 19 / 8 | |
| 0.64.7 | 19 / 8 | |
| 0.64.6 | 19 / 8 | |
| 0.64.5 | 19 / 8 | |
| 0.64.4 | 19 / 8 | |
| 0.64.3 | 19 / 8 | |
| 0.64.2 | 19 / 8 | |
| 0.64.1 | 19 / 8 | |
| 0.64.0 | 19 / 8 | |
| 0.63.2 | 19 / 8 | |
| 0.63.1 | 19 / 8 | |
| 0.63.0 | 19 / 8 | |
| 0.62.1 | 19 / 8 | |
| 0.62.0 | 19 / 8 | |
| 0.61.1 | 19 / 8 |
v0.65.2
2 findingsData read from image file then executed — steganography attack pattern Source: https://github.com/avadisabelle/ava-pi/blob/4199fe27c5d09bcd11de8fa67869458d45874b4a/examples/extensions/doom-overlay/doom-engine.ts#L58 56 | 57 | // Read WAD file > 58 | const wadData = readFileSync(this.wadPath); 59 | const wadArray = Array.from(new Uint8Array(wadData)); 60 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.65.0
2 findingsData read from image file then executed — steganography attack pattern Source: https://github.com/avadisabelle/ava-pi/blob/df51348134766b104066dde097df41fa4fcde62c/examples/extensions/doom-overlay/doom-engine.ts#L58 56 | 57 | // Read WAD file > 58 | const wadData = readFileSync(this.wadPath); 59 | const wadArray = Array.from(new Uint8Array(wadData)); 60 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.64.9
2 findingsData read from image file then executed — steganography attack pattern Source: https://github.com/avadisabelle/ava-pi/blob/18a507e4de7414a7a54da7b04cc2d0fda4533b2a/examples/extensions/doom-overlay/doom-engine.ts#L58 56 | 57 | // Read WAD file > 58 | const wadData = readFileSync(this.wadPath); 59 | const wadArray = Array.from(new Uint8Array(wadData)); 60 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.64.8
2 findingsData read from image file then executed — steganography attack pattern Source: https://github.com/avadisabelle/ava-pi/blob/d53436c24531788887f8802f0a182a2f29516f0d/examples/extensions/doom-overlay/doom-engine.ts#L58 56 | 57 | // Read WAD file > 58 | const wadData = readFileSync(this.wadPath); 59 | const wadArray = Array.from(new Uint8Array(wadData)); 60 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.64.7
2 findingsData read from image file then executed — steganography attack pattern Source: https://github.com/avadisabelle/ava-pi/blob/342fc454600709b2263e2dd7499efe903d1f4632/examples/extensions/doom-overlay/doom-engine.ts#L58 56 | 57 | // Read WAD file > 58 | const wadData = readFileSync(this.wadPath); 59 | const wadArray = Array.from(new Uint8Array(wadData)); 60 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.64.6
2 findingsData read from image file then executed — steganography attack pattern Source: https://github.com/avadisabelle/ava-pi/blob/46ac777314489105209b4ee63712320a58bd4cb6/examples/extensions/doom-overlay/doom-engine.ts#L58 56 | 57 | // Read WAD file > 58 | const wadData = readFileSync(this.wadPath); 59 | const wadArray = Array.from(new Uint8Array(wadData)); 60 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.64.5
2 findingsData read from image file then executed — steganography attack pattern Source: https://github.com/avadisabelle/ava-pi/blob/9eea6073f7a03b4fef6586b8e83e7bbcf3fbe4f7/examples/extensions/doom-overlay/doom-engine.ts#L58 56 | 57 | // Read WAD file > 58 | const wadData = readFileSync(this.wadPath); 59 | const wadArray = Array.from(new Uint8Array(wadData)); 60 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.64.4
2 findingsData read from image file then executed — steganography attack pattern Source: https://github.com/avadisabelle/ava-pi/blob/f7537b178ff024eb8ca8fccbf46ae4577f12a243/examples/extensions/doom-overlay/doom-engine.ts#L58 56 | 57 | // Read WAD file > 58 | const wadData = readFileSync(this.wadPath); 59 | const wadArray = Array.from(new Uint8Array(wadData)); 60 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.64.3
2 findingsData read from image file then executed — steganography attack pattern Source: https://github.com/avadisabelle/ava-pi/blob/65353a0e8230c43565e3d692f35996557603428d/examples/extensions/doom-overlay/doom-engine.ts#L58 56 | 57 | // Read WAD file > 58 | const wadData = readFileSync(this.wadPath); 59 | const wadArray = Array.from(new Uint8Array(wadData)); 60 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.64.2
2 findingsData read from image file then executed — steganography attack pattern Source: https://github.com/avadisabelle/ava-pi/blob/27469cd8b296480916a2c48720a8e5a918aadd30/examples/extensions/doom-overlay/doom-engine.ts#L58 56 | 57 | // Read WAD file > 58 | const wadData = readFileSync(this.wadPath); 59 | const wadArray = Array.from(new Uint8Array(wadData)); 60 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.64.1
2 findingsData read from image file then executed — steganography attack pattern Source: https://github.com/avadisabelle/ava-pi/blob/3235857cf59148a5246f810a58cf01bb64a2f3af/examples/extensions/doom-overlay/doom-engine.ts#L58 56 | 57 | // Read WAD file > 58 | const wadData = readFileSync(this.wadPath); 59 | const wadArray = Array.from(new Uint8Array(wadData)); 60 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.64.0
2 findingsData read from image file then executed — steganography attack pattern Source: https://github.com/avadisabelle/ava-pi/blob/d2e7ffb8eb44e65cf3c43662d3ecdf01eee6b3fa/examples/extensions/doom-overlay/doom-engine.ts#L58 56 | 57 | // Read WAD file > 58 | const wadData = readFileSync(this.wadPath); 59 | const wadArray = Array.from(new Uint8Array(wadData)); 60 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.63.2
2 findingsData read from image file then executed — steganography attack pattern Source: https://github.com/avadisabelle/ava-pi/blob/4df988e9a477f50cc06d5349479c13d861ddc9ad/examples/extensions/doom-overlay/doom-engine.ts#L58 56 | 57 | // Read WAD file > 58 | const wadData = readFileSync(this.wadPath); 59 | const wadArray = Array.from(new Uint8Array(wadData)); 60 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.63.1
2 findingsData read from image file then executed — steganography attack pattern Source: https://github.com/avadisabelle/ava-pi/blob/649994301975f377c860de6297af6fb61ef654d7/examples/extensions/doom-overlay/doom-engine.ts#L58 56 | 57 | // Read WAD file > 58 | const wadData = readFileSync(this.wadPath); 59 | const wadArray = Array.from(new Uint8Array(wadData)); 60 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.63.0
2 findingsData read from image file then executed — steganography attack pattern Source: https://github.com/avadisabelle/ava-pi/blob/69f1642664a1ff64cc7b9e7f88ccaf395ab2d20b/examples/extensions/doom-overlay/doom-engine.ts#L58 56 | 57 | // Read WAD file > 58 | const wadData = readFileSync(this.wadPath); 59 | const wadArray = Array.from(new Uint8Array(wadData)); 60 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.62.1
2 findingsData read from image file then executed — steganography attack pattern Source: https://github.com/avadisabelle/ava-pi/blob/b9f424a75b0101d91b0cfafedbae7274635fc8b0/examples/extensions/doom-overlay/doom-engine.ts#L58 56 | 57 | // Read WAD file > 58 | const wadData = readFileSync(this.wadPath); 59 | const wadArray = Array.from(new Uint8Array(wadData)); 60 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.62.0
2 findingsData read from image file then executed — steganography attack pattern Source: https://github.com/avadisabelle/ava-pi/blob/834a3cb7b729c6939048dfd8404060f2a56e9571/examples/extensions/doom-overlay/doom-engine.ts#L58 56 | 57 | // Read WAD file > 58 | const wadData = readFileSync(this.wadPath); 59 | const wadArray = Array.from(new Uint8Array(wadData)); 60 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.61.1
2 findingsData read from image file then executed — steganography attack pattern Source: https://github.com/avadisabelle/ava-pi/blob/23b0bf45742350564b60c967e57bdf10d1a15a7a/examples/extensions/doom-overlay/doom-engine.ts#L58 56 | 57 | // Read WAD file > 58 | const wadData = readFileSync(this.wadPath); 59 | const wadArray = Array.from(new Uint8Array(wadData)); 60 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.