ClawAudit verdict
vnstock-env-setup
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.
Findings (8)
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
Pipe-to-shell pattern (wget | sh)
SKILL.md · prose · downgraded · wget -qO- https://vnstocks.com/files/vnstock-cli-installer.run \| bash
Pipe to bash — executes piped content as shell commands
SKILL.md · prose · downgraded · | bash
subprocess execution — runs system commands from Python
scripts/setup_agent_guide.py · prose · downgraded · subprocess.run(
References sudo — requests elevated privileges
scripts/setup_agent_guide.py · prose · downgraded · sudo
Python os.environ.get — reads environment variable
scripts/diagnostics.py · prose · downgraded · os.environ.get(
References agent configuration files
scripts/setup_agent_guide.py · prose · downgraded · CLAUDE.md
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?
Thanks — recorded.