Skip to content
Security
Skill

/example-fork-detection

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>`.

From plugin
rugproof
952 skills23 agents45 commands4 hooks
Install
$ npx -y skills add omermaksutii/RugProof --skill example-fork-detection --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/example-fork-detection

Context preview

The summary Claude sees to decide when to auto-load this skill.

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>`.

SKILL.md

example-fork-detection.SKILL.md
name: example-fork-detection
description: 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>`.

Example fork-specific rule

This is a template for community-authored Rugproof 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:

// 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-rugproof-skill]] — link to base skills your rule extends
Ships withrugproof

Rugproof your code before someone else does. 🌐 Live site: omermaksutii.github.io/RugProof 📦 Latest: v1.0.0 — 45 commands · 23 agents · 45 skills · 13 MCP servers · tested, offline-first, with rule packs, a benchmark, non-EVM coverage, and post-deploy

Get the whole plugin

Other skills on rugproof.