ClawAudit verdict
3x-ui-setup
3x-ui-vpn-setup
Accesses system credential store AND makes external network calls
A legitimate VPN server setup guide for 3x-ui/Xray on a user-controlled VPS; ~/.ssh/config reference is for configuring the user's own local SSH client, not reading or exfiltrating credentials, and all operations are on infrastructure the user owns.
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 system credential store AND makes external network calls
LLM02 · ASI03
Permission integrity
network_out
file_read+write
Findings (11)
Pipe-to-python pattern — remote code execution risk
SKILL.md · code · curl -sk -b /tmp/3x-cookie "https://127.0.0.1:${PANEL_PORT}/{web_base_path}/pane
Pipe to python — executes piped content as Python code
SKILL.md · code · | python3
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
references/vless-tls.md · code · curl https://get.acme.sh | sh
Pipe to sh — executes piped content as shell commands
references/vless-tls.md · code · | sh
References sudo — requests elevated privileges
SKILL.md · code · sudo
Accesses .ssh directory
SKILL.md · code · .ssh/
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · https://127.0.0.1
References SSH/GPG private keys
SKILL.md · code · ssh-key
Sets world-executable permissions
SKILL.md · code · chmod 700
Changes file ownership
SKILL.md · code · chown
Instructs covert action — may act without user awareness
SKILL.md · prose · downgraded · silently
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B/C). 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.
network_incredential_storenetwork_outfile_writedata_encoding Thanks — recorded.