security-audit

Conduct security audits of Solidity smart contracts with Slither and Mythril.

2|1|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/MolcajeteAI/plugin --skill security-audit-molcajeteai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-audit
Source: https://github.com/MolcajeteAI/plugin/tree/main/deprecated/tech-stacks/solidity/skills/security-audit
Command: npx skills add https://github.com/MolcajeteAI/plugin --skill security-audit-molcajeteai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive methodology, checklists, and tools to identify and mitigate security vulnerabilities in Solidity smart contracts, ensuring the integrity and safety of your blockchain applications.

Core Features & Use Cases

  • Vulnerability Identification: Utilizes automated tools (Slither, Mythril, Aderyn) and manual review checklists to detect common and critical security flaws.
  • Audit Process Guidance: Guides users through preparation, automated analysis, manual review, and testing phases of a security audit.
  • Use Case: A developer is about to deploy a new DeFi protocol. They use this Skill to perform a thorough security audit on their smart contracts, identifying and fixing potential reentrancy, access control, and integer overflow issues before deployment.

Quick Start

Use the security-audit skill to perform a comprehensive security audit on the provided Solidity smart contracts.

Frequently Asked Questions about security-audit

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

FAQPage Schema
How do I audit Solidity smart contracts for security vulnerabilities?

To audit Solidity smart contracts for security vulnerabilities, follow a structured methodology covering preparation, automated analysis with tools like Slither and Mythril, manual review of common vulnerability categories, and testing to identify critical through low severity findings.

What common vulnerabilities should I check for in a Solidity security audit?

A Solidity security audit checks for reentrancy, access control flaws, and integer overflow issues, among others. The process uses manual review checklists and automated tools to categorize findings by critical, high, medium, and low severity.

Can I use Slither and Mythril for automated smart contract analysis?

Yes, you can use Slither and Mythril for automated smart contract analysis. The security audit methodology integrates these tools alongside Aderyn to detect common and critical security flaws before conducting manual review and testing.

What is the best way to prepare for a blockchain security audit?

The best way to prepare for a blockchain security audit is to establish a structured methodology that includes tool selection and checklist preparation. This ensures comprehensive coverage of vulnerability identification across your Solidity contracts.

Do I need automated tools or manual review for smart contract auditing?

Smart contract auditing requires both automated tools and manual review. Automated analysis with tools like Slither identifies common flaws, while manual review checklists focus on specific vulnerability categories to ensure thorough security assessment.