Caveat verdict
encoding-formats
Reads local files AND makes external network calls
Reference guide for encoding/decoding Base64, URL encoding, hex, JWT, and serialization formats; credential_access capability likely reflects reading env vars in example code, all usage is demonstrational.
Automated static analysis — not a human review. Caveat 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 Caveat 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
Reads files, encodes data, AND makes external network calls — the obfuscated-exfiltration pattern (data-flow not verified)
LLM02 · ASI03
Permission integrity
network_out
file_read
Findings (7)
Pipe to python — executes piped content as Python code
SKILL.md · code · | python3
Possible hardcoded credential
SKILL.md · code · TOKEN="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6
Base64 decode (atob) — may hide malicious payloads
SKILL.md · code · atob(
Hex-encoded string — possible obfuscated payload
SKILL.md · code · \xE4\xB8\x96\xE7\x95\x8C
Base64 encode (btoa) — may obfuscate data exfiltration
SKILL.md · code · btoa(
Data encoding/decoding
SKILL.md · code
File read operation
SKILL.md · code
Permissions & capabilities
No declared permissions — minimal attack surface.
data_encodingnetwork_outfile_readcredential_access Thanks — recorded.