cybercentry-solidity-code-verification
Fail
Audited by Snyk on Mar 18, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill explicitly instructs embedding the full Solidity source into CLI commands/JSON for job creation (e.g., acp job create --requirements "{"code": ...}"), which forces any secrets present in submitted code to be included verbatim in agent output/commands and thus risks secret exfiltration.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 1.00). The SKILL.md explicitly fetches external contract source code from a public Etherscan API call in the "Scan External Contract Before Interaction" section (curl to https://api.etherscan.io/api?module=contract&action=getsourcecode&address=$EXTERNAL_ADDRESS), which ingests untrusted, user-submitted code and uses the analysis results to gate agent actions (whether to interact/deploy), so third-party content can materially influence decisions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.70). The skill's install/run instructions explicitly perform a runtime git clone and install of remote code (git clone https://github.com/Virtual-Protocol/openclaw-acp followed by npm install and acp commands), making that GitHub URL a required external dependency that fetches and executes remote code.
Issues (3)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata