ClawAudit verdict
fuego
Receives external input AND executes processes
Fuego performs real cryptocurrency transfers (SOL, USDC, USDT) on Solana mainnet and executes Jupiter token swaps with actual funds — these are real financial transactions that could result in irreversible loss of funds if triggered by mistake or manipulation.
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.
Receives external input AND executes processes — the shape of a command & control channel
LLM05 · LLM06 · ASI10
Executes processes AND makes external network calls — may exfiltrate command output
LLM02 · LLM06 · 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
Installs packages AND executes processes — opaque dependency chain with execution
LLM03 · ASI04
Permission integrity
network_out
credential_access
package_install
Findings (3)
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://127.0.0.1
References child_process — can spawn system processes
SKILL.md · code · child_process
Base64 encoding/decoding
SKILL.md · code · base64-encode
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class 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.
package_installcredential_accessnetwork_indata_encodingnetwork_outprocess_exec Thanks — recorded.