example-fork-detection
SolidTEMPLATE — 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
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
Code & Development Listed
refactor
Use when refactoring, cleaning up code, reducing complexity, fixing code smells, or improving code quality. Audits code for dead code, nesting, and patterns.
7 Updated yesterday
tartinerlabs Web & Frontend Solid
spike-guidance-forked
OI-3 spike harness — the FORKED (context fork) readability-guidance variant. Same payload as the inline variant but declared to run in a forked context. Use only when a spike consumer skill invokes it.
224 Updated today
testdouble AI & Automation Listed
rules
Inject conditional rule packs (tests, migration, security, docs, perf) based on task signals.
2 Updated 2 days ago
ibahgat