ClawAudit verdict
proxyclaw
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.
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.
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Permission integrity
package_install
Findings (9)
Possible hardcoded credential
SKILL.md · code · API_KEY="your_api_key
Pipe to python — executes piped content as Python code
docs/API.md · code · | python3
Pipe-to-python pattern — remote code execution risk
earn/DOCKER.md · code · curl -s https://gateway.iploop.io:9443/health | python
Accesses process.env — reads environment variables
SKILL.md · code
Accesses sensitive environment variables
SKILL.md · code · process.env.IPLOOP_API_KEY
Makes HTTP request to external URL
SKILL.md · code · fetch("https://
Opens WebSocket connection
earn/NODE-AGENT.md · prose · downgraded · WebSocket
Python os.environ.get — reads environment variable
examples/python_serp.py · prose · downgraded · os.environ.get(
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 Thanks — recorded.