Caveat verdict
ghostclaw
ghostclaw-clone
Code architecture review assistant scanning repos, generating reports, and optionally opening GitHub PRs via standard gh CLI; matches stated architectural review 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 (12)
Possible hardcoded credential
docs/HOWTOUSE.md · code · API_KEY="your_key
References sudo — requests elevated privileges
docs/LINUX_DAEMON.md · code · sudo
Uses eval() — can execute arbitrary code
src/ghostclaw/cli/commands/debug/console.py · prose · downgraded · eval(
References webhook/callback URL
docs/PLUGINS_GUIDE.md · code · WEBHOOK_URL
Accesses shell history/config
docs/TROUBLESHOOT.md · prose · downgraded · ~/.zshrc
Instructs covert action — may act without user awareness
MIGRATION_GUIDE.md · prose · downgraded · silently
subprocess execution — runs system commands from Python
src/ghostclaw/cli/commands/analyze/utils.py · prose · downgraded · subprocess.run(
Python chr() concatenation — builds strings to evade detection
src/ghostclaw/core/vector_store/__init__.py · prose · downgraded · chr(39)+chr(39)
Python shutil file operation — copies/moves/deletes files
scripts/benchmark_ivf_pq.py · prose · downgraded · shutil.rmtree(
Python os.getenv — reads environment variable
src/ghostclaw_mcp/server.py · prose · downgraded · os.getenv(
Python os.environ.get — reads environment variable
src/ghostclaw/cli/commands/debug/__init__.py · prose · downgraded · os.environ.get(
Popular HTTP library — network access
tests/integration/test_analyzer.py · prose · downgraded · got
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B/D/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.