ClawAudit verdict

menuvision

45
๐ŸŸ  Risky
Significant concerns โ€” only install if you understand the risks

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.

40
security
70
transparency
90
maintenance

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.

Capability combination high

Accesses credentials AND encodes data โ€” may obfuscate stolen credentials

LLM02 ยท ASI03 ยท ASI04

Permission integrity

Performs file operations but does not declare file-accessing binaries

file_read

Installs packages at runtime โ€” transitive dependencies are not auditable

package_install

Findings (3)

Pattern match medium

Base64 encoding/decoding

SKILL.md ยท code ยท base64-encode

Pattern match medium

Python os.environ.get โ€” reads environment variable

SKILL.md ยท code ยท os.environ.get(

Pattern match low

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
Check another skill Browse the registry Auditing your own skills or configs? Use the API