Caveat verdict

site-analyzer

site-analyze

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

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.

10
security
90
transparency
70
maintenance

Findings (6)

Pattern match critical

Pipe to python — executes piped content as Python code

SKILL.md · code · | python3

Pattern match high

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

Pattern match medium

subprocess execution — runs system commands from Python

scripts/01_dig.py · prose · downgraded · subprocess.run(

Pattern match medium

Instructs covert action — may act without user awareness

scripts/03_traceroute.py · prose · downgraded · silently

Pattern match medium

os.system/popen — direct OS command execution

scripts/analyze.py · prose · downgraded · os.system(

Pattern match medium

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?

Check another skill Browse the registry Auditing your own skills or configs? Use the API