Solidity Security
Identifies and remediates common Solidity vulnerabilities like reentrancy, overflow/underflow, and access control issues.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add ravinani02-solidity-security npx -- -y @trustedskills/ravinani02-solidity-security
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"ravinani02-solidity-security": {
"command": "npx",
"args": [
"-y",
"@trustedskills/ravinani02-solidity-security"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill analyzes Solidity smart contract code to identify potential security vulnerabilities. It helps developers proactively find and fix issues like reentrancy, integer overflows, and unchecked external calls before deployment. The tool aims to improve the overall robustness and safety of decentralized applications (dApps).
When to use it
- Smart Contract Audits: Before deploying a new smart contract or upgrading an existing one, utilize this skill for automated vulnerability detection.
- Code Review Assistance: Integrate into code review workflows to provide developers with immediate feedback on potential security risks.
- Security Training: Use the skill's output and explanations as a learning tool to understand common Solidity vulnerabilities.
- Bug Bounty Programs: Employ this skill to help triage submissions from bug bounty hunters, focusing efforts on high-risk areas.
Key capabilities
- Vulnerability detection for reentrancy attacks
- Integer overflow/underflow analysis
- Unchecked external call identification
- Smart contract code analysis
Example prompts
- "Analyze this Solidity smart contract for potential vulnerabilities: [paste contract code]"
- "Find any instances of unchecked external calls in this contract."
- "Can you identify any reentrancy risks within this smart contract?"
Tips & gotchas
The skill's effectiveness depends on the quality and completeness of the provided Solidity code. It is recommended to use it as part of a broader security assessment process, including manual review and testing.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.