pn-web3-security

pn-web3-security is a cursor rule for Cursor from perniemann/pnCore. It costs 0 tokens per session (246 once invoked), scanned A, original, MIT.

A set of security rules for Solidity contracts and other Web3 integrations. It covers private keys, RPC configuration, access control, state-change events, and protection against reentrancy, where an external call re-enters a contract before its first operation finishes.

In plain words
What is it for?
Use it when editing Solidity contracts or code that connects to blockchains, RPC services, or external contracts.
Why use it?
It reduces risks such as exposed credentials, unsafe authorization, missing audit events, and vulnerable value-transfer code.

Cursor rule for Cursor

Written for Cursor: a Cursor rule (.mdc).

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add rules/perniemann/pncore/pn-web3-security
Clone the repo
git clone --depth 1 https://github.com/perniemann/pnCore

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pn-web3-security

README.md
[![agentmods](https://agentmods.dev/badge/rules/perniemann/pncore/pn-web3-security.svg)](https://agentmods.dev/rules/perniemann/pncore/pn-web3-security)
Your own site
<a href="https://agentmods.dev/rules/perniemann/pncore/pn-web3-security"><img src="https://agentmods.dev/badge/rules/perniemann/pncore/pn-web3-security.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 246 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00246
Opus 5 $0.00000 $0.00123
Sonnet 5 $0.00000 $0.00049
Haiku 4.5 $0.00000 $0.00025

Measured 2d ago against content hash 07d801d10ca4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

pn-web3-security scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/pn-core-mcp/content/rules/pn-web3-security.mdc · 16 lines

What it actually says

Web3 security rules

  • Never hardcode private keys, mnemonics, or API keys. Use environment variables or secure vaults.
  • Use environment variables for RPC URLs and chain IDs in config and scripts.
  • Use explicit visibility (public, external, internal, private) for all functions and state variables.
  • Emit events for state-changing operations; use indexed parameters for filterable fields.
  • Prefer msg.sender over tx.origin for authorization. Never use tx.origin for access control.
  • Document security assumptions and access control in NatSpec for sensitive functions.
  • Follow the checks-effects-interactions pattern to prevent reentrancy: check conditions first, then update state, then call external contracts. Use OpenZeppelin's ReentrancyGuard (or nonReentrant) on functions that transfer value or call external contracts.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 16 lines · 246 tokens per session scan A 07d801d10ca4

Subscribe to this mod's changes

pn-web3-security is a cursor rule published in the GitHub repository perniemann/pnCore (0 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 246 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other cursor rules, from other repositories

t-800-mandatory-routing

ОБЯЗАТЕЛЬНО: создание и правка субагентов, skills, commands, rules, hooks — только через T-800 Agent (цех Skynet). Сначала intake? + scout + research DEEP + brain-lead, затем t-800-factory. Не собирать артефакты ad-hoc в main chat.

Khar-AG/t-800-agent · 1,682 tokens

t-800-operator-routing

Маршрутизация к T-800 Operator для русскоязычных новичков: первый запуск Cursor, вопросы про Agent/Ask/Plan/Debug, rules, skills, MCP, автоматизацию, просьбы объяснить «на пальцах». Делегируй Task(t-800-operator), не дублируй длинные объяснения в основном чате.

Khar-AG/t-800-agent · 76 tokens

t-800-factory-routing

Маршрутизация к T-800 Factory: создание субагентов, проектирование плагина, интеграция агентов, реестр, граф связей, масштабирование 100+ agents. Делегируй Task(t-800-factory), не создавай агентов ad-hoc в main chat.

Khar-AG/t-800-agent · 65 tokens

t-800-cloud-hub-routing

Маршрутизация Cloud Hub Automation Setup: при /t800-cloud-hub, /t800-hub-setup или правках /cloud-hub/ → Task(t-800-cloud-hub-lead). Не always-on.

Khar-AG/t-800-agent · 0 tokens

x402-protocol

x402 v2 protocol conventions and the OpenDexter hosted-authority boundary.

Dexter-DAO/opendexter-ide · 510 tokens

ponytail

Ponytail, lazy senior dev mode. Always pick the simplest solution that works.

DietrichGebert/ponytail · 576 tokens