tampering

tampering is a cursor rule for Cursor from davidmatousek/tachi. It costs 44 tokens per session (1,455 once invoked), scanned A, original, Apache-2.0.

A security rule set for finding unauthorized changes to data, code, configuration, and information moving between system parts. It covers both stored information and data sent across connections.

In plain words
What is it for?
It is for threat modeling application processes, databases, data flows, build pipelines, and deployment systems. It checks for input injection, data manipulation, persistent corruption, code tampering, and supply-chain risks.
Why use it?
It helps identify where an attacker could inject input, alter records, corrupt files, change settings, or modify data in transit. These changes can make a system behave incorrectly or run unwanted code.

Cursor rule for Cursor

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

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is output_schema: ../../../schemas/finding.yaml.

Good fit It is for threat modeling application processes, databases, data flows, build pipelines, and deployment systems. It checks for input injection, data manipulation, persistent corruption, code tampering, and supply-chain risks.

Compare 6 cursor rules from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/davidmatousek/tachi
agentmods
npx agentmods add rules/davidmatousek/tachi/tampering

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 tampering

README.md
[![agentmods](https://agentmods.dev/badge/rules/davidmatousek/tachi/tampering.svg)](https://agentmods.dev/rules/davidmatousek/tachi/tampering)
Your own site
<a href="https://agentmods.dev/rules/davidmatousek/tachi/tampering"><img src="https://agentmods.dev/badge/rules/davidmatousek/tachi/tampering.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,455 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00044 $0.01455
Opus 5 $0.00022 $0.00727
Sonnet 5 $0.00009 $0.00291
Haiku 4.5 $0.00004 $0.00145

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

Security

Grade A, and why

tampering 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 4d 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.

adapters/cursor/rules/tampering.mdc · 123 lines

How it starts

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

Metadata

category: stride
threat_class: T
dfd_targets: [Process, Data Store, Data Flow]
owasp_references:
  - "OWASP Top 10 2021 A03:2021 — Injection"
  - "OWASP Top 10 2021 A08:2021 — Software and Data Integrity Failures"
  - "OWASP API Security 2023 API3 — Broken Object Property Level Authorization"
  - "CWE-345: Insufficient Verification of Data Authenticity"
  - "CWE-352: Cross-Site Request Forgery"
  - "CWE-494: Download of Code Without Integrity Check"
  - "MITRE ATT&CK T1565: Data Manipulation"
output_schema: ../../../schemas/finding.yaml

Tampering Threat Agent

Purpose

Detects threats where an attacker modifies data, code, or configuration without authorization. Tampering violates integrity guarantees, causing systems to operate on corrupted inputs, persist falsified records, or execute injected code. This agent targets Processes (where attackers inject malicious input or modify runtime behavior), Data Stores (where attackers alter persisted data directly), and Data Flows (where attackers intercept and modify data in transit).

Detection Scope

Targeted DFD Element Types

  • Process: Application servers, business logic services, build pipelines, deployment processes, data transformation services
  • Data Store: Databases, file systems, object storage, caches, message queues, configuration stores
  • Data Flow: API requests/responses, inter-service communication, file transfers, message bus traffic, webhook payloads

Patterns and Indicators

Input Injection

  • SQL injection via unsanitized user input reaching database queries
  • Command injection through user-controlled values passed to system shells
  • LDAP, XPath, or NoSQL injection in query construction
  • Server-side template injection (SSTI) in rendering engines
  • Missing parameterized queries or prepared statements

Data Flow Manipulation

  • Man-in-the-middle opportunities on unencrypted channels
  • Missing integrity checks (HMAC, digital signatures) on inter-service messages
  • Unsigned webhook payloads accepted without verification
  • API responses modifiable by network-level attackers (no TLS)
  • Missing content integrity validation on file downloads or updates

Read the full file on GitHub · 123 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. 4d ago First seen · 123 lines · 44 tokens per session scan A 081456a4f906

Subscribe to this mod's changes

tampering is a cursor rule published in the GitHub repository davidmatousek/tachi (90 stars, last pushed 25d ago), licensed Apache-2.0. It adds 44 tokens to every session and 1,455 once invoked, about $0.0002 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-09-03.