Caveat verdict

baoyu-post-to-wechat

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

WeChat Official Account posting skill that uses documented TypeScript scripts to post content via browser CDP or WeChat API; credential_store is for WeChat credentials and executionSinkDetected reflects documented bun/npx script execution for its intended posting 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.

0
security
100
transparency
90
maintenance

Findings (12)

Pattern match high

Accesses .ssh directory

SKILL.md · code · .ssh/

Pattern match high

Writes to SKILL.md — self-modifying skill

references/api-setup.md · prose · downgraded · SKILL.md) and append

Pattern match high

Possible hardcoded credential

scripts/wechat-article.ts · prose · downgraded · token=')); const wechatTab = loggedInTab || allTargets.targetInfos.find(t

Coarse signal — prose, single-step high

Instruction-prose smuggling shape detected: collects a sensitive target ("credentials") and emits it outward ("Paste"). Phrased as prose with no trigger tokens — a semantic prompt-injection / data-exfil pattern the syntactic scanners can't see. Final tier capped at Caution; review the instructions before installing.

SKILL.md · | Issue | Fix | |-------|-----| | Missing API credentials | Follow guided setup in Step 2 | | Access token error | Verify credentials valid and not expired | |

Pattern match medium

References child_process — can spawn system processes

scripts/cdp.ts · prose · downgraded · child_process

Pattern match medium

Uses spawn() — can execute external programs

scripts/copy-to-clipboard.ts · prose · downgraded · spawn(

Pattern match medium

Dynamic import() — loads module at runtime

scripts/wechat-article.ts · prose · downgraded · import('

Pattern match medium

HTTP request to bare IP address — common in malicious payloads

scripts/wechat-http.test.ts · prose · downgraded · http://127.0.0.1

Pattern match low

Popular HTTP library — network access

scripts/wechat-api.ts · prose · downgraded · got

Pattern match low

Accesses sensitive environment variables

scripts/wechat-article.ts · prose · downgraded · process.env.TELEGRAM_BOT_TOKEN

Pattern match low

Base64 encode (btoa) — may obfuscate data exfiltration

scripts/wechat-article.ts · prose · downgraded · btoa(

Pattern match low

String.fromCharCode — can build strings to evade detection

scripts/wechat-article.ts · prose · downgraded · String.fromCharCode

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class 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.

network_incredential_store

Is this flag fair?

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