Caveat verdict
agent-pack-n-go
Explicitly designed to clone the full agent state — including credentials and skills — to a new device via SSH remote execution and encrypted scp transfer; legitimate migration tool but involves broad credential handling and remote code execution on user-provided targets.
⚠ 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 (14)
Accesses sensitive system files
references/migration-guide.md · code · /etc/hosts
Recursive delete from root or home — destructive command
references/migration-guide.md · code · rm -rf ~
References sudo — requests elevated privileges
SKILL.md · code · sudo
Accesses .ssh directory
references/migration-guide.md · code · .ssh/
References SSH/GPG private keys
references/migration-guide.md · code · ssh-key
Accesses OpenClaw config/secrets directly
references/migration-guide.md · code · ~/.openclaw/openclaw.json
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
scripts/setup.sh · prose · downgraded · curl -fsSL --connect-timeout 15 "https://raw.githubusercontent.com/nvm-sh/nvm/${
Pipe to bash — executes piped content as shell commands
scripts/setup.sh · prose · downgraded · | bash
References agent configuration files
references/migration-guide.md · code · CLAUDE.md
pip3 install — installs Python packages at runtime
references/migration-guide.md · code · pip3 install
Sets world-executable permissions
references/troubleshooting.md · code · chmod 700
Accesses shell history/config
scripts/deploy.sh · prose · downgraded · ~/.profile
apt-get install — installs system packages
scripts/deploy.sh · prose · downgraded · apt-get install
References agent memory files
references/migration-guide.md · prose · downgraded · MEMORY.md
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B/C/F). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
Is this flag fair?
Thanks — recorded.