Caveat verdict
baoyu-post-to-wechat
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.
Findings (12)
Accesses .ssh directory
SKILL.md · code · .ssh/
Writes to SKILL.md — self-modifying skill
references/api-setup.md · prose · downgraded · SKILL.md) and append
Possible hardcoded credential
scripts/wechat-article.ts · prose · downgraded · token='));
const wechatTab = loggedInTab || allTargets.targetInfos.find(t
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 | |
References child_process — can spawn system processes
scripts/cdp.ts · prose · downgraded · child_process
Uses spawn() — can execute external programs
scripts/copy-to-clipboard.ts · prose · downgraded · spawn(
Dynamic import() — loads module at runtime
scripts/wechat-article.ts · prose · downgraded · import('
HTTP request to bare IP address — common in malicious payloads
scripts/wechat-http.test.ts · prose · downgraded · http://127.0.0.1
Popular HTTP library — network access
scripts/wechat-api.ts · prose · downgraded · got
Accesses sensitive environment variables
scripts/wechat-article.ts · prose · downgraded · process.env.TELEGRAM_BOT_TOKEN
Base64 encode (btoa) — may obfuscate data exfiltration
scripts/wechat-article.ts · prose · downgraded · btoa(
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?
Thanks — recorded.