Caveat verdict

wechat-favorites

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

Exports and organizes the user's own WeChat favorites from a local database file into knowledge platforms; credential_access is limited to user-configured API keys for explicitly named optional services.

⚠ 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.

25
security
40
transparency
70
maintenance

Permission integrity

Code accesses API keys/tokens but declares no environment variables

credential_access

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (5)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · API_KEY="your-openrouter-api-key

Pattern match medium

References sudo — requests elevated privileges

scripts/config.py · prose · downgraded · sudo

Pattern match medium

Python chr() concatenation — builds strings to evade detection

scripts/export_to_obsidian.py · prose · downgraded · chr(92)+chr(34)

Pattern match low

Python urllib.request — network access

scripts/auto_discover.py · prose · downgraded · urllib.request

Pattern match low

Python os.environ.get — reads environment variable

scripts/auto_discover.py · prose · downgraded · os.environ.get(

Permissions & capabilities

No declared permissions — minimal attack surface.

package_installcredential_access

Is this flag fair?

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