Skip to main content

smart-contracts

Enables the development and deployment of secure smart contracts on blockchain platforms using Solidity and Web3 technologies.

Install this skill

or
89/100

Security score

The smart-contracts skill was audited on Mar 1, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 35

Access to .env file

SourceSKILL.md
35Use solc for compilation: `solc --optimize --bin input.sol -o build/`. For deployment with Hardhat, run `npx hardhat run scripts/deploy.js --network sepolia`. Web3.js API: Create a provider with `cons
medium line 38

Access to .env file

SourceSKILL.md
38Integrate this skill by installing dependencies like `npm install hardhat web3`. Set up a .env file for sensitive data (e.g., `ETHEREUM_PRIVATE_KEY=$YOUR_PRIVATE_KEY`). For external APIs, use provider
low line 38

External URL reference

SourceSKILL.md
38Integrate this skill by installing dependencies like `npm install hardhat web3`. Set up a .env file for sensitive data (e.g., `ETHEREUM_PRIVATE_KEY=$YOUR_PRIVATE_KEY`). For external APIs, use provider
Scanned on Mar 1, 2026
View Security Dashboard