security-auditor

Audit Solidity smart contracts using Slither, Aderyn, and the Map-Hunt-Attack methodology.

1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Ramprasad4121/srp --skill security-auditor-ramprasad4121
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-auditor
Source: https://github.com/Ramprasad4121/srp/tree/main/skills-repos/sc-auditor/.agents/skills/security-auditor
Command: npx skills add https://github.com/Ramprasad4121/srp --skill security-auditor-ramprasad4121

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of identifying security vulnerabilities in smart contracts using a structured methodology and advanced analysis tools.

Core Features & Use Cases

  • Automated Static Analysis: Integrates Slither and Aderyn to detect common and complex vulnerabilities.
  • Methodological Audit: Follows a strict Map-Hunt-Attack workflow for comprehensive security reviews.
  • Use Case: A developer can use this Skill to perform an initial security audit on their new smart contract codebase before deployment, identifying critical flaws early in the development cycle.

Quick Start

Use the security-auditor skill to audit the smart contracts in the provided directory.

Frequently Asked Questions about security-auditor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit smart contracts for vulnerabilities using Slither and Aderyn?

You can audit smart contracts for vulnerabilities by running static analysis with Slither and Aderyn. This Skill analyzes Solidity files or directories interactively, applying the Map-Hunt-Attack methodology to identify and prove security flaws.

What is the Map-Hunt-Attack methodology for Solidity security audits?

The Map-Hunt-Attack methodology is a structured workflow for comprehensive security reviews. It maps the codebase, hunts for vulnerabilities using static analysis tools and checklists, and attacks to prove the identified security flaws exist.

Can I use this to run a security audit on a directory of Solidity files?

Yes, you can run a security audit on a directory of Solidity files. The Skill accepts Solidity files or directories provided as arguments to perform automated static analysis and interactive vulnerability detection.

Does the smart contract vulnerability detection integrate with the Cyfrin checklist and Solodit?

Yes, smart contract vulnerability detection integrates with the Cyfrin audit checklists and Solodit. It requires access to this vulnerability database alongside static analysis tools to ensure comprehensive security assessments.

Do I need static analysis tools installed to identify smart contract vulnerabilities?

Yes, you need static analysis tools installed to identify smart contract vulnerabilities. The Skill requires Slither, Aderyn, and access to a vulnerability database to perform comprehensive security assessments.