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/frigatecaptain/elucidatingyourllm/cursorrulesgit clone --depth 1 https://github.com/FrigateCaptain/ElucidatingYourLLMWhat 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.03457 | $0.03457 |
| Opus 5 | $0.01729 | $0.01729 |
| Sonnet 5 | $0.00691 | $0.00691 |
| Haiku 4.5 | $0.00346 | $0.00346 |
Grade B, and why
cursorrules scanned grade B with 2 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
- Installing packages — install (unless sudo is required) Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
1. Check the link’s HTTP status (WebFetch/curl) in the current dialogue turn 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.
- 2d ago First seen · 299 lines · 3,457 tokens per session scan B 8ad7964c6fd5
cursorrules is a cursor rule published in the GitHub repository FrigateCaptain/ElucidatingYourLLM (14 stars, last pushed 15d ago), with no licence file. It adds 3,457 tokens to every session, about $0.0173 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). 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
kotlin-springboot-rules
Cursor rule "kotlin-springboot-rules" from holtwood/awesome-cursorrules-zh, covering 项目结构与组织, 编码风格与约定, 地道的 kotlin 用法 and 实现模式与设计.
typescript-general-guidelines
在整个项目中应用一般 TypeScript 编码标准,包括命名约定、函数结构、数据处理和异常处理。.
springboot-jpa-best-practices
Java Spring Boot + JPA 项目最佳实践,涵盖分层架构、注解、事务、异常处理、安全与代码风格等。.
commit-message-generation-rule
Cursor AI 编程规则精选集 | 132+ 规则,覆盖前端/后端/AI/DevOps 等 32 个领域.
nestjs-general-guidelines
在 'src' 目录中指定 NestJS 特定的架构原则、模块化设计和测试实践。.
dto-conventions
为数据传输对象 (DTO) 设定标准,通常是 record 类型,包括在紧凑的规范构造函数中进行参数验证。.