Skip to main content

defi-protocols

Equips AI with expertise in DeFi protocols for smart contracts, token management, and decentralized lending on blockchains.

Install this skill

or
92/100

Security score

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

Categories Tested

Security Issues

low line 36

Access to .env file

SourceSKILL.md
36const web3 = new Web3(process.env.RPC_URL || 'http://localhost:8545');
medium line 56

Access to .env file

SourceSKILL.md
562. **Deploy a Simple Token Contract:** In a Hardhat project, run `npx hardhat compile` then `npx hardhat deploy --network mumbai`, with config in `hardhat.config.js` like `module.exports = { networks:
low line 36

External URL reference

SourceSKILL.md
36const web3 = new Web3(process.env.RPC_URL || 'http://localhost:8545');
low line 44

External URL reference

SourceSKILL.md
44- Aave API: Query lending pools with `GET https://api.thegraph.com/subgraphs/name/aave/protocol-v2` using GraphQL queries.
Scanned on Mar 1, 2026
View Security Dashboard