ClawAudit verdict

youtube-summary

youtube-subtitle-summary

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

Both reads and writes files

The skill reads cookies directly from the Chrome browser using `yt-dlp --cookies-from-browser chrome` to authenticate to Bilibili; while this is documented as the stated purpose, accessing the browser's cookie store is a meaningful capability that can expose session tokens for all sites.

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.

13
security
40
transparency
70
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 medium

Both reads and writes files โ€” verify scope is limited to intended directories

LLM06 ยท ASI02

Permission integrity

Performs file operations but does not declare file-accessing binaries

file_read+write

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

package_install

Findings (3)

Pattern match critical

Pipe to python โ€” executes piped content as Python code

SKILL.md ยท code ยท | python3

Pattern match high

Accesses system credential store

SKILL.md ยท code ยท keychain

Pattern match medium

pip3 install โ€” installs Python packages at runtime

SKILL.md ยท code ยท pip3 install

Permissions & capabilities

No declared permissions โ€” minimal attack surface.

package_installcredential_storefile_readfile_write
Check another skill Browse the registry Auditing your own skills or configs? Use the API