ClawAudit verdict
menuvision
Accesses credentials AND encodes data
The skill requires credential access and file read capabilities which could be risky.
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 encodes data โ may obfuscate stolen credentials
LLM02 ยท ASI03 ยท ASI04
Permission integrity
file_read
package_install
Findings (3)
Base64 encoding/decoding
SKILL.md ยท code ยท base64-encode
Python os.environ.get โ reads environment variable
SKILL.md ยท code ยท os.environ.get(
Python shutil file operation โ copies/moves/deletes files
SKILL.md ยท prose ยท downgraded ยท shutil.copy(
Permissions & capabilities
Requires 1 environment variable. (1 sensitive: GOOGLE_API_KEY). Requires 1 system binary.
credential_accessfile_readdata_encodingpackage_install Thanks โ recorded.