← Home

aip-openclaw

AIP security plugin for OpenClaw: skill signing, capability manifests, runtime enforcement

1
Versions
Apache-2.0
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

justsunilp

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
semgrep semgrep:etc-passwd-access AI (semgrep): Test assertion verifying /etc/passwd access is blocked; not credential harvesting. ai
semgrep semgrep:hex-decode AI (semgrep): Reads hex-encoded cryptographic seed for KeyPair; standard crypto pattern. ai

Versions (showing 1 of 1)

Version Deps Published
0.1.0 7 / 6

v0.1.0

2 findings
HIGH etc-passwd-access: src/__tests__/manifest.test.ts:95 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 93 | const manifest = parseManifest(VALID_TOML); 94 | expect(manifest.capabilities.isFileReadAllowed("/tmp/email-cache/msg1.txt")).toBe(true); > 95 | expect(manifest.capabilities.isFileReadAllowed("/etc/passwd")).toBe(false); 96 | }); 97 |

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.