ClawAudit verdict
youtube-summary
youtube-subtitle-summary
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.
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.
Both reads and writes files โ verify scope is limited to intended directories
LLM06 ยท ASI02
Permission integrity
file_read+write
package_install
Findings (3)
Pipe to python โ executes piped content as Python code
SKILL.md ยท code ยท | python3
Accesses system credential store
SKILL.md ยท code ยท keychain
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 Thanks โ recorded.