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

- **Type:** Skill
- **Install:** `agentstack add skill-omermaksutii-rugproof-example-fork-detection`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [omermaksutii](https://agentstack.voostack.com/s/omermaksutii)
- **Installs:** 0
- **Category:** [Security](https://agentstack.voostack.com/c/security)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [omermaksutii](https://github.com/omermaksutii)
- **Source:** https://github.com/omermaksutii/RugProof/tree/main/rules/community-pack-example/skills/example-fork-detection
- **Website:** https://omermaksutii.github.io/RugProof

## Install

```sh
agentstack add skill-omermaksutii-rugproof-example-fork-detection
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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:

```solidity
// example of the bug shape
function vulnerableThing() external {
    // ...
}
```

Followed by a one-paragraph explanation.

## Severity rubric

| Pattern | Severity |
|---|---|
|  | **Critical** |
|  | **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

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [omermaksutii](https://github.com/omermaksutii)
- **Source:** [omermaksutii/RugProof](https://github.com/omermaksutii/RugProof)
- **License:** MIT
- **Homepage:** https://omermaksutii.github.io/RugProof

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-omermaksutii-rugproof-example-fork-detection
- Seller: https://agentstack.voostack.com/s/omermaksutii
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
