@aporthq/openclaw-aport
OpenClaw plugin for deterministic pre-action authorization via APort guardrails
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:env-spread | AI (semgrep): Pattern is standard child-process env inheritance with an added variable; not exfiltration. | ai |
Versions (showing 11 of 11)
| Version | Deps | Published |
|---|---|---|
| 1.0.29 | 0 / 3 | |
| 1.0.28 | 0 / 3 | |
| 1.0.27 | 0 / 3 | |
| 1.0.26 | 0 / 3 | |
| 1.0.25 | 0 / 3 | |
| 1.0.24 | 0 / 3 | |
| 1.0.23 | 0 / 3 | |
| 1.0.22 | 0 / 3 | |
| 1.0.21 | 0 / 3 | |
| 1.0.20 | 0 / 3 | |
| 1.0.18 | 0 / 3 |
v1.0.29
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v1.0.28
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v1.0.27
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v1.0.26
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v1.0.25
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v1.0.24
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v1.0.23
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v1.0.22
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v1.0.21
3 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/aporthq/aport-agent-guardrails/blob/223a31a8074b92d7e8d6532992dcd18404bd41f7/index.js#L524 522 | return new Promise((resolve, reject) => { 523 | const proc = spawn(guardrailScript, [toolName, contextJson], { > 524 | env: { 525 | ...process.env, 526 | OPENCLAW_PASSPORT_FILE: passportFile,
Spreading entire process.env into an object — may capture all secrets Source: https://github.com/aporthq/aport-agent-guardrails/blob/223a31a8074b92d7e8d6532992dcd18404bd41f7/index.ts#L403 401 | return new Promise((resolve, reject) => { 402 | const proc = spawn(guardrailScript, [toolName, contextJson], { > 403 | env: { 404 | ...process.env, 405 | OPENCLAW_PASSPORT_FILE: passportFile,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v1.0.20
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v1.0.18
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.