Skip to main content

solidity

Enables writing, compiling, and debugging Solidity code for secure Ethereum smart contracts, facilitating Web3 development.

Install this skill

or
79/100

Security score

The solidity skill was audited on Mar 1, 2026 and we found 3 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 35

Template literal with variable interpolation in command context

SourceSKILL.md
35Use the solc compiler for building contracts. To compile a file: `solc --optimize --bin YourContract.sol --output-dir build/`. For ABI generation: `solc --abi YourContract.sol`. In OpenClaw, call this
medium line 35

Access to .env file

SourceSKILL.md
35Use the solc compiler for building contracts. To compile a file: `solc --optimize --bin YourContract.sol --output-dir build/`. For ABI generation: `solc --abi YourContract.sol`. In OpenClaw, call this
low line 35

External URL reference

SourceSKILL.md
35Use the solc compiler for building contracts. To compile a file: `solc --optimize --bin YourContract.sol --output-dir build/`. For ABI generation: `solc --abi YourContract.sol`. In OpenClaw, call this
Scanned on Mar 1, 2026
View Security Dashboard