Caveat verdict

llm-proxy

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

Local LLM API proxy with content safety auditing (dangerous command detection, PII/credential filtering) that listens only on 127.0.0.1:18888; acts as a security layer rather than a threat, with no exfiltration patterns.

⚠ 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.

0
security
50
transparency
70
maintenance

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Findings (8)

Pattern match high

HTTP request to bare IP address — common in malicious payloads

SKILL.md · code · http://127.0.0.1

Pattern match high

Possible hardcoded credential

scripts/content-filter-rules.json · prose · downgraded · password=",

Pattern match high

Pipe-to-python pattern — remote code execution risk

scripts/llm-proxy-ctl.sh · prose · downgraded · curl -s "$PROXY_URL" | python

Pattern match high

Pipe to python — executes piped content as Python code

scripts/llm-proxy-ctl.sh · prose · downgraded · | python3

Pattern match medium

References sudo — requests elevated privileges

scripts/content-filter-rules.json · prose · downgraded · sudo

Pattern match low

Sets world-executable permissions

scripts/llm-proxy-config.json · prose · downgraded · chmod 777

Pattern match low

Python urllib.request — network access

scripts/llm-proxy.py · prose · downgraded · urllib.request

Pattern match low

Python os.environ.get — reads environment variable

scripts/llm-proxy.py · prose · downgraded · os.environ.get(

Permissions & capabilities

No declared permissions — minimal attack surface.

network_out

Is this flag fair?

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