310-security

310-security is a cursor rule for coding agents from d-padmanabhan/agent-engineering-handbook. It costs 766 tokens per session, scanned A, original, MIT.

A general application-security ruleset covering secrets, trust boundaries, authorization, injection attacks, outbound network access, logging, and software supply chains. It applies secure-coding checks across an application.

In plain words
What is it for?
Use it to review how applications store and process secrets, validate data, enforce permissions, restrict network access, redact logs, and manage third-party code.
Why use it?
It helps reduce risks such as exposed credentials, unsafe input handling, unauthorized actions, sensitive logs, and compromised dependencies.

Cursor rule

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/d-padmanabhan/agent-engineering-handbook/310-security
Clone the repo
git clone --depth 1 https://github.com/d-padmanabhan/agent-engineering-handbook

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 310-security

README.md
[![agentmods](https://agentmods.dev/badge/rules/d-padmanabhan/agent-engineering-handbook/310-security.svg)](https://agentmods.dev/rules/d-padmanabhan/agent-engineering-handbook/310-security)
Your own site
<a href="https://agentmods.dev/rules/d-padmanabhan/agent-engineering-handbook/310-security"><img src="https://agentmods.dev/badge/rules/d-padmanabhan/agent-engineering-handbook/310-security.svg" alt="Measured on agentmods" height="20"></a>
Per session 766 This file is loaded in full into every session.
When invoked 766 The same file — it is already loaded in full.
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 $0.00766 $0.00766
Opus 5 $0.00383 $0.00383
Sonnet 5 $0.00153 $0.00153
Haiku 4.5 $0.00077 $0.00077

Measured 3d ago against content hash 4c5a3435424a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

310-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 3d 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.

rules/310-security.mdc · 55 lines

How it starts

The opening of the file, as written. The whole thing — 55 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Application Security Gates

This rule owns universal secure-coding policy only. Use security testing (${HANDBOOK_ROOT}/skills/security-testing/SKILL.md) for focused review and tests, codebase security audit (${HANDBOOK_ROOT}/skills/codebase-security-audit/SKILL.md) for full-repository audits, and Zero Trust (${HANDBOOK_ROOT}/skills/zero-trust/SKILL.md) for identity, trust-boundary, and agent architecture.

Secrets and Sensitive Data

  • Never hardcode, commit, print, expose in errors, or send to a model any password, token, private key, credential, or production secret.
  • Applications receive secret references or short-lived credentials from an approved broker or secret manager. Environment variables are configuration transport, not a production secret-management strategy.
  • Redact keys and values associated with token, secret, password, key, authorization, and equivalent domain names before logging or persistence.
  • Classify sensitive data, minimize collection, encrypt it in transit and at rest, and enforce retention and deletion.

Trust Boundaries

  • Treat request data, files, environment variables, database records, messages, model output, retrieved documents, and tool output as untrusted until validated.
  • Parse into a constrained schema, reject unknown or oversized inputs where appropriate, and canonicalize before policy checks.
  • Encode output for its destination context. Do not confuse input validation with HTML, URL, shell, SQL, or log encoding.
  • Authentication identifies a principal; authorization decides the action. Enforce server-side authorization for every protected resource and operation.

Injection and Execution

  • Use parameterized queries, structured SDK calls, and argument arrays. Never concatenate untrusted data into SQL, shell commands, templates, regular expressions, paths, or interpreter input.
  • Avoid dynamic execution such as eval, unsafe deserialization, or arbitrary code/plugin loading. Where execution is the product, isolate it in a hardened sandbox with explicit resource and egress limits.
  • Validate archive extraction paths, file names, redirects, content types, and size limits.

Read the full file on GitHub · 55 lines

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. 3d ago First seen · 55 lines · 766 tokens per session scan A 4c5a3435424a

Subscribe to this mod's changes

310-security is a cursor rule published in the GitHub repository d-padmanabhan/agent-engineering-handbook (16 stars, last pushed 4d ago), licensed MIT. It adds 766 tokens to every session, about $0.0038 per session on Opus 5. 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-08-30.