← Home

@avadisabelle/ava-widgets

Ava's sacred presence widgets for Pi TUI — echo, ceremony, tools, interceptor, and presence visualization

14
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

avadisabelle

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
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 findings
HIGH silent-process-exec: src/lib/file-viewer.ts:75 semgrep

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 };

HIGH silent-process-exec-var: src/lib/file-viewer.ts:75 semgrep

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 };

HIGH silent-process-exec: src/lib/file-viewer.ts:80 semgrep

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 };

HIGH silent-process-exec-var: src/lib/file-viewer.ts:80 semgrep

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 };

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.65.0

5 findings
HIGH silent-process-exec: src/lib/file-viewer.ts:75 semgrep

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 };

HIGH silent-process-exec-var: src/lib/file-viewer.ts:75 semgrep

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 };

HIGH silent-process-exec: src/lib/file-viewer.ts:80 semgrep

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 };

HIGH silent-process-exec-var: src/lib/file-viewer.ts:80 semgrep

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 };

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.64.9

5 findings
HIGH silent-process-exec: src/lib/file-viewer.ts:75 semgrep

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 };

HIGH silent-process-exec-var: src/lib/file-viewer.ts:75 semgrep

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 };

HIGH silent-process-exec: src/lib/file-viewer.ts:80 semgrep

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 };

HIGH silent-process-exec-var: src/lib/file-viewer.ts:80 semgrep

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 };

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.64.8

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.64.7

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.64.6

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.64.5

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.64.4

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.64.3

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.64.2

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.

v0.64.1

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.

v0.64.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.

v0.63.2

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.

v0.63.1

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.