Caveat verdict
cc-remote
Remote Claude Code task dispatch via FastAPI and Redis with user-configured infrastructure endpoints; all operations match the stated remote agent orchestration 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.
Permission integrity
package_install
Findings (8)
pip3 install — installs Python packages at runtime
SKILL.md · code · pip3 install
subprocess execution — runs system commands from Python
scripts/deploy_m1.py · prose · downgraded · subprocess.run(
Accesses shell history/config
scripts/deploy_m1.py · prose · downgraded · ~/.zshrc
Accesses .ssh directory
scripts/deploy_ssh.py · prose · downgraded · .ssh/
subprocess with shell=True — command injection vector
scripts/deploy_ssh.py · prose · downgraded · subprocess.run(cmd, shell=True
References SSH/GPG private keys
scripts/exec.py · prose · downgraded · SSH_KEY
Python os.environ.get — reads environment variable
scripts/deploy_m1.py · prose · downgraded · os.environ.get(
Sets world-executable permissions
scripts/deploy_ssh.py · prose · downgraded · chmod 700
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class D). 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.
package_install Is this flag fair?
Thanks — recorded.