ClawAudit verdict

proxyclaw

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

Accesses credentials AND makes external network calls

Skill routes requests through residential proxies via the declared iploop.io service using a user-supplied API key; the security posture section explicitly describes what files are accessed and network destinations, consistent with the stated web-scraping proxy purpose.

Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
40
transparency
70
maintenance

What it does

These are capability combinations: each listed behavior occurs in the skill, but ClawAudit detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.

Capability combination high

Accesses credentials AND makes external network calls — potential credential theft

LLM02 · ASI03

Permission integrity

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (9)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · API_KEY="your_api_key

Pattern match critical

Pipe to python — executes piped content as Python code

docs/API.md · code · | python3

Pattern match critical

Pipe-to-python pattern — remote code execution risk

earn/DOCKER.md · code · curl -s https://gateway.iploop.io:9443/health | python

Confirmed in code medium

Accesses process.env — reads environment variables

SKILL.md · code

Pattern match medium

Accesses sensitive environment variables

SKILL.md · code · process.env.IPLOOP_API_KEY

Pattern match low

Makes HTTP request to external URL

SKILL.md · code · fetch("https://

Pattern match low

Opens WebSocket connection

earn/NODE-AGENT.md · prose · downgraded · WebSocket

Pattern match low

Python os.environ.get — reads environment variable

examples/python_serp.py · prose · downgraded · os.environ.get(

Pattern match low

Python urllib.request — network access

scripts/qa_scraper.py · prose · downgraded · urllib.request

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class B/F). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

Requires 1 environment variable. (1 sensitive: IPLOOP_API_KEY). Requires 1 system binary. (1 elevated: curl).

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