Caveat verdict

chain-audit-deploy

chain-audit-deploy-skill

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

Smart contract auditing and deployment uses local Python scripts and standard CLI tools for legitimate blockchain development.

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

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.

8
security
80
transparency
70
maintenance

Findings (6)

Pattern match critical

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

examples/solidity/README.md · code · curl -L https://foundry.paradigm.xyz | bash

Pattern match critical

Pipe to bash — executes piped content as shell commands

examples/solidity/README.md · code · | bash

Pattern match medium

HTTP request to bare IP address — common in malicious payloads

references/deployment_guide.md · prose · downgraded · http://127.0.0.1

Pattern match medium

Instructs covert action — may act without user awareness

references/solidity_audit_rules.md · prose · downgraded · silently

Pattern match medium

subprocess execution — runs system commands from Python

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

Pattern match low

Python os.environ.get — reads environment variable

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

Why the tier is capped

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

Is this flag fair?

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