Caveat verdict
china-payment-integration
Receives external input AND executes processes
Instructional guide for WeChat Pay, Alipay, and UnionPay integration with code examples that reference credentials only via environment variables; no live payment execution or exfiltration in the skill content itself.
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.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Receives external input AND executes processes — the shape of a command & control channel
LLM05 · LLM06 · ASI10
Accesses credentials AND encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Permission integrity
credential_access
Findings (4)
Uses exec() — may execute shell commands
SKILL.md · code · exec(
Accesses process.env — reads environment variables
SKILL.md · code
Accesses sensitive environment variables
SKILL.md · code · process.env.WX_KEY
Data encoding/decoding
SKILL.md · code
Permissions & capabilities
No declared permissions — minimal attack surface.
network_incredential_accessdata_encodingprocess_exec Thanks — recorded.