Agent skill · Security

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.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Version: 0.1.5
Path: SkillBank/ConvSkill/english_gpt4_8/solidity_audit_and_vulnerability_validation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Prompt
  2. Mode 1: Vulnerability Validation (User provides a list)
  3. Mode 2: Comprehensive Audit (General request)
  4. Triggers
More from AutoSkill
All skills →
About this skill
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.

Keep going