aip-openclaw
AIP security plugin for OpenClaw: skill signing, capability manifests, runtime enforcement
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: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 findingsAccessing /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 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.