agency-blockchain-security-auditor

Audit smart contracts for reentrancy, oracle manipulation, and access control vulnerabilities.

Updated Jul 23, 2026
One-click install
npx skills add https://github.com/rajyeole6/AI-RECRUITER --skill agency-blockchain-security-auditor-rajyeole6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-blockchain-security-auditor
Source: https://github.com/rajyeole6/AI-RECRUITER/tree/main/.agents/skills/security-blockchain-security-auditor
Command: npx skills add https://github.com/rajyeole6/AI-RECRUITER --skill agency-blockchain-security-auditor-rajyeole6

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires slither, mythril, echidna, forge-std.

What problem does it solve?

This Skill addresses the critical need for rigorous, adversarial security analysis of smart contracts to prevent financial loss from exploits, logic errors, and economic vulnerabilities in DeFi protocols.

Core Features & Use Cases

  • Vulnerability Detection: Systematically identifies reentrancy, access control flaws, oracle manipulation, and flash loan attack vectors.
  • Automated & Manual Analysis: Combines static analysis tools like Slither and Mythril with manual line-by-line code review and property-based fuzzing.
  • Use Case: Before deploying a new lending protocol, use this Skill to audit the codebase for potential reentrancy bugs and oracle manipulation risks, ensuring the protocol is resilient against malicious actors.

Quick Start

Use the agency-blockchain-security-auditor skill to perform a comprehensive security audit on the smart contracts located in the current directory.

Frequently Asked Questions about agency-blockchain-security-auditor

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

FAQPage Schema
How do I audit smart contracts for reentrancy and oracle manipulation vulnerabilities?

To audit smart contracts for reentrancy and oracle manipulation, you need to combine automated static analysis using tools like Slither and Mythril with manual adversarial code review to identify and mitigate these specific DeFi exploit vectors.

What is the best way to detect flash loan attack vectors in DeFi protocols?

Detecting flash loan attack vectors in DeFi protocols requires a comprehensive security audit that combines property-based fuzzing with Echidna and line-by-line manual review to validate protocol invariants and identify economic vulnerabilities.

Does static analysis with Slither and Mythril catch access control flaws in Solidity?

Yes, static analysis with Slither and Mythril systematically identifies access control flaws in Solidity smart contracts by analyzing code paths without execution, though manual adversarial review is required to validate complex logic errors.

How do I validate protocol invariants before deploying a lending protocol?

To validate protocol invariants before deploying a lending protocol, use Echidna for property-based fuzzing alongside static analysis tools to ensure code integrity and verify resilience against malicious actors and unauthorized access.

Why does automated security analysis miss logic errors in smart contracts?

Automated security analysis misses logic errors in smart contracts because static tools like Slither focus on known patterns, requiring manual line-by-line code review to uncover economic vulnerabilities and complex logic flaws.

Can property-based fuzzing with Echidna prevent unauthorized access in blockchain applications?

Property-based fuzzing with Echidna helps prevent unauthorized access in blockchain applications by testing protocol invariants against arbitrary inputs, ensuring that access control mechanisms hold true under unexpected execution states.