ClawAudit verdict
ielts-reading-review
Reads local files AND makes external network calls
Structures IELTS reading review data as JSON and uploads it to the user own liuxue.online server via a documented saveReview API; the upload uses a user-owned token and all destinations are the skill owner own infrastructure.
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.
Reads local files AND makes external network calls — the capabilities for data exfiltration co-occur (data-flow not verified)
LLM02 · LLM06 · ASI03
Accesses system credential store AND makes external network calls
LLM02 · ASI03
Reads files, encodes data, AND makes external network calls — the obfuscated-exfiltration pattern (data-flow not verified)
LLM02 · ASI03
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Accesses credentials AND encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Permission integrity
network_out
file_read
credential_access
package_install
Findings (9)
Pipe to python — executes piped content as Python code
SKILL.md · code · | python3
Possible hardcoded credential
SKILL.md · code · TOKEN="$IELTS_USER_TOKEN
Accesses .ssh directory
SKILL.md · code · .ssh/
References sudo — requests elevated privileges
SKILL.md · code · sudo
Python urllib.request — network access
SKILL.md · code · urllib.request
Accesses shell history/config
SKILL.md · prose · downgraded · ~/.zshrc
References child_process — can spawn system processes
scripts/check-update.js · prose · downgraded · child_process
HTTP request to bare IP address — common in malicious payloads
scripts/setup-client-mode.sh · prose · downgraded · http://127.0.0.1
Node http/https module — low-level network access
scripts/generate-pdf.js · prose · downgraded · require('https')
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B/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.
credential_storenetwork_infile_readdata_encodingnetwork_outpackage_installcredential_access Thanks — recorded.