@avadisabelle/ava-widgets
Ava's sacred presence widgets for Pi TUI — echo, ceremony, tools, interceptor, and presence visualization
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
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:silent-process-exec | AI (semgrep): Standard macOS `open -a` pattern to launch an editor; not malicious. | ai | |
| semgrep | semgrep:silent-process-exec-var | AI (semgrep): Same macOS `open -a` editor-launch pattern; stable FP for this package. | ai | |
| semgrep | semgrep:shady-links-raw-ip | AI (semgrep): Localhost (127.0.0.1) fetch to local dev server; not exfiltration. | ai | |
| provenance | no-provenance | AI (provenance): No provenance is common (~88% of npm); no other risk signals present to elevate this. | ai |
Versions (showing 14 of 14)
| Version | Deps | Published |
|---|---|---|
| 0.65.2 | 4 / 1 | |
| 0.65.0 | 4 / 1 | |
| 0.64.9 | 4 / 1 | |
| 0.64.8 | 4 / 1 | |
| 0.64.7 | 4 / 1 | |
| 0.64.6 | 4 / 1 | |
| 0.64.5 | 4 / 1 | |
| 0.64.4 | 4 / 1 | |
| 0.64.3 | 4 / 1 | |
| 0.64.2 | 4 / 1 | |
| 0.64.1 | 4 / 1 | |
| 0.64.0 | 4 / 1 | |
| 0.63.2 | 4 / 1 | |
| 0.63.1 | 4 / 1 |
v0.65.2
5 findingsSilent detached process — runs invisibly in the background (reverse shells, miners) 73 | if (process.platform === "darwin") { 74 | const appName = macAppMap[editor]; > 75 | const child = spawn("open", ["-a", appName, filePath], { detached: true, stdio: "ignore" }); 76 | child.unref(); 77 | return { ok: true };
Silent detached process — runs invisibly in the background (reverse shells, miners) 73 | if (process.platform === "darwin") { 74 | const appName = macAppMap[editor]; > 75 | const child = spawn("open", ["-a", appName, filePath], { detached: true, stdio: "ignore" }); 76 | child.unref(); 77 | return { ok: true };
Silent detached process — runs invisibly in the background (reverse shells, miners) 78 | } 79 | const cmd = commandMap[editor]; > 80 | const child = spawn(cmd[0], cmd.slice(1), { detached: true, stdio: "ignore" }); 81 | child.unref(); 82 | return { ok: true };
Silent detached process — runs invisibly in the background (reverse shells, miners) 78 | } 79 | const cmd = commandMap[editor]; > 80 | const child = spawn(cmd[0], cmd.slice(1), { detached: true, stdio: "ignore" }); 81 | child.unref(); 82 | return { ok: true };
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v0.65.0
5 findingsSilent detached process — runs invisibly in the background (reverse shells, miners) 73 | if (process.platform === "darwin") { 74 | const appName = macAppMap[editor]; > 75 | const child = spawn("open", ["-a", appName, filePath], { detached: true, stdio: "ignore" }); 76 | child.unref(); 77 | return { ok: true };
Silent detached process — runs invisibly in the background (reverse shells, miners) 73 | if (process.platform === "darwin") { 74 | const appName = macAppMap[editor]; > 75 | const child = spawn("open", ["-a", appName, filePath], { detached: true, stdio: "ignore" }); 76 | child.unref(); 77 | return { ok: true };
Silent detached process — runs invisibly in the background (reverse shells, miners) 78 | } 79 | const cmd = commandMap[editor]; > 80 | const child = spawn(cmd[0], cmd.slice(1), { detached: true, stdio: "ignore" }); 81 | child.unref(); 82 | return { ok: true };
Silent detached process — runs invisibly in the background (reverse shells, miners) 78 | } 79 | const cmd = commandMap[editor]; > 80 | const child = spawn(cmd[0], cmd.slice(1), { detached: true, stdio: "ignore" }); 81 | child.unref(); 82 | return { ok: true };
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v0.64.9
5 findingsSilent detached process — runs invisibly in the background (reverse shells, miners) 73 | if (process.platform === "darwin") { 74 | const appName = macAppMap[editor]; > 75 | const child = spawn("open", ["-a", appName, filePath], { detached: true, stdio: "ignore" }); 76 | child.unref(); 77 | return { ok: true };
Silent detached process — runs invisibly in the background (reverse shells, miners) 73 | if (process.platform === "darwin") { 74 | const appName = macAppMap[editor]; > 75 | const child = spawn("open", ["-a", appName, filePath], { detached: true, stdio: "ignore" }); 76 | child.unref(); 77 | return { ok: true };
Silent detached process — runs invisibly in the background (reverse shells, miners) 78 | } 79 | const cmd = commandMap[editor]; > 80 | const child = spawn(cmd[0], cmd.slice(1), { detached: true, stdio: "ignore" }); 81 | child.unref(); 82 | return { ok: true };
Silent detached process — runs invisibly in the background (reverse shells, miners) 78 | } 79 | const cmd = commandMap[editor]; > 80 | const child = spawn(cmd[0], cmd.slice(1), { detached: true, stdio: "ignore" }); 81 | child.unref(); 82 | return { ok: true };
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v0.64.8
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v0.64.7
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v0.64.6
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v0.64.5
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v0.64.4
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v0.64.3
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v0.64.2
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.64.1
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.64.0
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.63.2
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.63.1
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.