ClawAudit verdict

market-open-analysis

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

Daily commodity market open analysis skill that fetches prices from CommodityPriceAPI and news from East Money API, then pushes reports to user-configured Feishu/Telegram channels; all API keys are user-supplied and the data flow matches the declared financial reporting purpose.

⚠ 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.

3
security
20
transparency
70
maintenance

Permission integrity

Performs file operations but does not declare file-accessing binaries

file_read

Code accesses API keys/tokens but declares no environment variables

credential_access

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (4)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · API_KEY = "YOUR_COMMODITY_PRICE_API_KEY_HERE

Pattern match high

Pipe to python — executes piped content as Python code

README.md · prose · downgraded · | Python

Pattern match medium

pip3 install — installs Python packages at runtime

SKILL.md · frontmatter · pip3 install

Pattern match medium

subprocess execution — runs system commands from Python

install_cron.py · prose · downgraded · subprocess.run(

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.

package_installcredential_accessfile_read

Is this flag fair?

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