ClawAudit verdict

vnstock-env-setup

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

Environment setup and diagnostics skill for the Vnstock Python library that runs local diagnostic scripts and installs packages; the credential_access flag refers to reading a user-provided API key for the sponsor tier.

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

13
security
60
transparency
70
maintenance

Findings (8)

Pattern match high

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

SKILL.md · prose · downgraded · curl -fsSL https://vnstocks.com/files/vnstock-cli-installer.run \| bash

Pattern match high

Pipe-to-shell pattern (wget | sh)

SKILL.md · prose · downgraded · wget -qO- https://vnstocks.com/files/vnstock-cli-installer.run \| bash

Pattern match high

Pipe to bash — executes piped content as shell commands

SKILL.md · prose · downgraded · | bash

Pattern match medium

subprocess execution — runs system commands from Python

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

Pattern match medium

References sudo — requests elevated privileges

scripts/setup_agent_guide.py · prose · downgraded · sudo

Pattern match low

Python os.environ.get — reads environment variable

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

Pattern match low

References agent configuration files

scripts/setup_agent_guide.py · prose · downgraded · CLAUDE.md

Pattern match low

Python shutil file operation — copies/moves/deletes files

scripts/setup_agent_guide.py · prose · downgraded · shutil.rmtree(

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/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_access

Is this flag fair?

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