Caveat verdict
site-analyzer
site-analyze
A site analysis tool running DNS, WHOIS, traceroute, and ping queries against user-provided domains using local Python scripts; all capabilities are fully consistent with network diagnostics and no data is exfiltrated.
⚠ 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)
Pipe to python — executes piped content as Python code
SKILL.md · code · | python3
Pipe-to-python pattern — remote code execution risk
scripts/00_probe_env.sh · prose · downgraded · curl -s --max-time 5 http://ip-api.com/json 2>/dev/null | python
subprocess execution — runs system commands from Python
scripts/01_dig.py · prose · downgraded · subprocess.run(
Instructs covert action — may act without user awareness
scripts/03_traceroute.py · prose · downgraded · silently
os.system/popen — direct OS command execution
scripts/analyze.py · prose · downgraded · os.system(
yum install — installs system packages
sub/whois/SKILL.md · prose · downgraded · yum install
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class C/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.
Is this flag fair?
Thanks — recorded.