access-control
CommunitySecure smart contracts from unauthorized access.
AuthorApegurus
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill addresses critical vulnerabilities in smart contracts that arise from improper access control, preventing unauthorized users from executing privileged functions and safeguarding assets.
Core Features & Use Cases
- Vulnerability Identification: Detects missing or weak access control mechanisms in Solidity functions.
- Exploit Pattern Analysis: Provides insights into common attack patterns like unprotected initializers,
tx.originmanipulation, and signature replay vulnerabilities. - Secure Pattern Implementation: Offers examples of secure coding practices using OpenZeppelin's
AccessControlandOwnable, and the initializer pattern. - Use Case: An auditor can use this Skill to quickly identify functions in a new DeFi protocol that lack proper authorization, such as critical
setOwnerormintfunctions, and suggest immediate remediation.
Quick Start
Analyze the provided Solidity code for any missing access control vulnerabilities.
Dependency Matrix
Required Modules
None requiredComponents
referencesscripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: access-control Download link: https://github.com/Apegurus/solidity-argus/archive/main.zip#access-control Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.