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.
npx agentmods add rules/inbox-zero/hi-new/taskmastergit clone --depth 1 https://github.com/inbox-zero/hi-newWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.07555 | $0.07555 |
| Opus 5 | $0.03778 | $0.03778 |
| Sonnet 5 | $0.01511 | $0.01511 |
| Haiku 4.5 | $0.00756 | $0.00756 |
Grade B, and why
taskmaster scanned grade B with 1 finding 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 yesterday.
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.
Reads MCP configurationmediumAgent snooping
mcp.json carries server URLs and auth tokens; reading it lets a mod discover and abuse other integrations.
**Set API keys** in your **`.env`** file in the project root (for CLI use) or within the `env` section of your **`.cursor/mcp.json`** file (for MCP/Cursor integration). All other settings (model choice, max tokens, tempe The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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.
- yesterday First seen · 383 lines · 7,555 tokens per session scan B eb10c4eacf41
taskmaster is a cursor rule published in the GitHub repository inbox-zero/hi-new (19 stars, last pushed 1y ago), with no licence file. It adds 7,555 tokens to every session, about $0.0378 per session on Opus 5. A static security scan graded it B with 1 finding (reads mcp configuration). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other cursor rules, from other repositories
dal-repository
Rules for working with DAL repositories in the Novu monorepo.
api-property-optionality-hygiene
Fix ApiProperty/ApiPropertyOptional optionality mismatches in DTO files; use for scheduled batch fixes or DTO edits.
safe-api-tests
NEVER run apps/api mocha tests without NODEENV=test — drops dev MongoDB.
clickhouse
Rules for working with ClickHouse analytics and trace logging.
testing
Rules for writing and running tests.
packages
Rules for working in the shared NPM packages.