Caveat verdict

bilibili-fav-downloader

88
🟒 Trusted
No high-risk patterns surfaced by the deep scan β€” automated capability review, not behavioral proof.

Bilibili favorites downloader that fetches videos using the user's own cookie and saves them locally; optional Telegram notifications use user-provided bot token, all consistent with the stated download and monitoring purpose.

⚠ Flagged for review β€” coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

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.

5
security
40
transparency
70
maintenance

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 (6)

Pattern match critical

Possible hardcoded credential

SKILL.md Β· code Β· TOKEN="δ½ ηš„BotToken

Pattern match high

References sudo β€” requests elevated privileges

SKILL.md Β· code Β· sudo

Pattern match medium

pip3 install β€” installs Python packages at runtime

SKILL.md Β· code Β· pip3 install

Pattern match medium

subprocess execution β€” runs system commands from Python

scripts/bilibili_fav_dl.py Β· prose Β· downgraded Β· subprocess.run(

Pattern match medium

apt-get install β€” installs system packages

scripts/setup.sh Β· prose Β· downgraded Β· apt-get install

Pattern match low

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

scripts/bilibili_fav_dl.py Β· prose Β· downgraded Β· os.environ.get(

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class B/D). Final tier capped at Caution β€” cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

No declared permissions β€” minimal attack surface.

package_installfile_write

Is this flag fair?

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