Caveat verdict
wechat-article-writer
wechat-article-forge
End-to-end WeChat article writing pipeline publishing to user own WeChat draft box; no credential exfiltration or suspicious behavior.
⚠ 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 (17)
<script> tag in markdown — potential code injection
references/quality-checks.md · code · <script>
Base64 decode (atob) — may hide malicious payloads
references/browser-automation.md · code · atob(
HTTP request to bare IP address — common in malicious payloads
references/browser-automation.md · code · http://127.0.0.1
setuid — privilege escalation mechanism
references/figure-generation-guide.md · code · setuid
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
references/templates.md · prose · downgraded · curl -fsSL https://ollama.ai/install.sh | sh
Pipe to sh — executes piped content as shell commands
references/templates.md · prose · downgraded · | sh
Opens WebSocket connection
references/browser-automation.md · code · websocket
POSTs data to external URL
references/browser-automation.md · code · .post(
"https://
Instructs covert action — may act without user awareness
references/LESSONS_LEARNED.md · prose · downgraded · silently
Dynamic import() — loads module at runtime
scripts/renderer/main.ts · prose · downgraded · import('
Uses exec() — may execute shell commands
scripts/renderer/md/extensions/alert.ts · prose · downgraded · exec(
Downloads executables from external URLs
scripts/setup.sh · prose · downgraded · install from https://
References agent configuration files
SKILL.md · prose · downgraded · agent-config
Blob URL — may embed executable content
references/browser-automation.md · prose · downgraded · blob:
Base64 encoding/decoding
references/LESSONS_LEARNED.md · prose · downgraded · Base64-encode
String.fromCharCode — can build strings to evade detection
scripts/renderer/md/extensions/plantuml.ts · prose · downgraded · String.fromCharCode
Base64 encode (btoa) — may obfuscate data exfiltration
scripts/renderer/md/extensions/plantuml.ts · prose · downgraded · btoa(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B/F). 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.
Is this flag fair?
Thanks — recorded.