ClawAudit verdict

wechat-to-ima

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

Parses a WeChat article URL provided by the user and saves it to IMA notes or a knowledge base using user-supplied IMA credentials; credential_access is for the user-configured IMA API key.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

5
security
50
transparency
80
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 (6)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · APIKEY="<your_api_key>

Pattern match high

Dynamic Function constructor — equivalent to eval()

scripts/extract.js · prose · downgraded · new Function(

Pattern match medium

Uses exec() — may execute shell commands

scripts/extract.js · prose · downgraded · exec(

Pattern match medium

subprocess execution — runs system commands from Python

scripts/publish_clawhub.py · prose · downgraded · subprocess.run(

Pattern match low

Python urllib.request — network access

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

Pattern match low

Python os.environ.get — reads environment variable

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

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.

credential_accesspackage_install

Is this flag fair?

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