example-fork-detection

Solid

TEMPLATE — replace with the description of your rule. Should activate on the specific code patterns your fork has. Activate on `<your trigger keywords or function names>`.

Data & Documents 38 stars 5 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
53
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
42
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Example fork-specific rule This is a template for community-authored AuditSentry skills. Replace every section. ## When this applies Describe the specific situation. Be concrete: - Which import is present? - Which function name is called? - Which inheritance chain? - Which deployment context (mainnet, L2, fork)? ## Detection patterns For each pattern, give: ```solidity // example of the bug shape function vulnerableThing() external { // ... } ``` Followed by a one-paragraph explanation. ## Severity rubric | Pattern | Severity | |---|---| | <pattern A> | **Critical** | | <pattern B> | **High** | ## Remediation patterns How to fix. Include code diffs where possible. ## False-positive notes When does the pattern NOT indicate a bug? ## Related - [[other-auditsentry-skill]] — link to base skills your rule extends

Details

Author
iktok90-design
Repository
iktok90-design/ai-smart-contract-auditor
Created
1 weeks ago
Last Updated
2 days ago
Language
JavaScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category