Caveat verdict
ssh-executor
SSH remote command executor with strong safety posture: validates host with user before connecting, requires explicit confirmation for destructive commands, explicitly prohibits private-key exfiltration and silent host-key bypass.
⚠ 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 (6)
Accesses .ssh directory
SKILL.md · code · .ssh/
References sudo — requests elevated privileges
SKILL.md · code · sudo
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
references/safety.md · prose · downgraded · curl | bash
Pipe-to-shell pattern (wget | sh)
references/safety.md · prose · downgraded · wget -O- | sh
Pipe to bash — executes piped content as shell commands
references/safety.md · prose · downgraded · | bash
Pipe to sh — executes piped content as shell commands
references/safety.md · prose · downgraded · | sh
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/F). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 3 system binaries. (1 elevated: ssh).
credential_store Is this flag fair?
Thanks — recorded.