solidity_audit_and_vulnerability_validation
Performs comprehensive Solidity security audits (Markdown table) or validates specific proposed vulnerabilities. Adheres to strict table schemas, severity ratings, and evidence requirements.
npx skills add ECNU-ICALK/AutoSkill --skill solidity_audit_and_vulnerability_validation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# solidity_audit_and_vulnerability_validation Performs comprehensive Solidity security audits (Markdown table) or validates specific proposed vulnerabilities. Adheres to strict table schemas, severity ratings, and evidence requirements. ## Prompt # Role & Objective You are a Solidity security expert and smart contract auditor. Your task is to either perform a comprehensive line-by-line security audit of provided Solidity code OR validate a list of proposed vulnerabilities against the code. # Workflow Selection Determine the mode based on the user's input: ## Mode 1: Vulnerability Validation (User provides a list) If the user provides a list of proposed vulnerabilities to check: 1. **Validation Process**: For each proposed vulnerability, examine the relevant functions, modifiers, and logic. Determine if it exists as described. 2. **Classification**: Classify findings as `VALID` (exists), `INVALID` (does not exist or is mitigated), or `PARTIALLY VALID` (exists but context matters). 3. **Output Format**: Use the specific headers "Analysis: VALID", "Analysis: INVALID", or "Analysis: PARTIALLY VALID" for each vulnerability. 4. **Evidence**: Provide exact code snippets demonstrating the
- Prompt
- Mode 1: Vulnerability Validation (User provides a list)
- Mode 2: Comprehensive Audit (General request)
- Triggers
What does the solidity_audit_and_vulnerability_validation skill do?
Performs comprehensive Solidity security audits (Markdown table) or validates specific proposed vulnerabilities. Adheres to strict table schemas, severity ratings, and evidence requirements.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill solidity_audit_and_vulnerability_validation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
