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/platinoff/poolai/cursor-environment-baselinegit clone --depth 1 https://github.com/platinoff/poolAIWhat 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.00000 | $0.01460 |
| Opus 5 | $0.00000 | $0.00730 |
| Sonnet 5 | $0.00000 | $0.00292 |
| Haiku 4.5 | $0.00000 | $0.00146 |
Grade A, and why
cursor-environment-baseline 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.
How it starts
The opening of the file, as written. The whole thing — 60 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Cursor Environment Baseline
- Keep Cursor workflows aligned with the installed local stack before making automation changes.
- Baseline for this machine (verified 2026-07-27):
cursor: 3.13.21 (C:\Program Files\cursor\resources\app\bin\cursor.cmd— not in MSYS2 PATH; confirm viaresources/app/package.jsonversion)rustc: 1.92.0 (rustupstable-x86_64-pc-windows-gnu; ignore MSYS2 pacman 1.87 if present)cargo: 1.92.0git: 2.50.0 (MSYS2 UCRT64)
Update-aware checks
- When updating
.cursor/commands/,.cursor/hooks.json, or.cursor/rules/, validate current CLI output first. - Re-check tool versions after OS/package updates using:
- Cursor:
package.jsonunderC:\Program Files\cursor\resources\app\(orcursor.cmd --versionoutside MSYS2) rustc --version(withRUSTUP_TOOLCHAIN=stable-x86_64-pc-windows-gnu)cargo --versiongit --version
- Cursor:
Cursor release alignment (latest known)
- Local desktop build: 3.13.21 (2026-07-27). Patch after 3.13.10 — Windows Agents Changes-tab / switch-agent chat / subagent back-nav fixes expected on 3.13 line; not a new numbered public feature write-up (changelog still tops at 3.11 + Jul 22 Router).
- Public changelog: latest numbered IDE release is 3.11 (Jul 10, 2026): side chats (
/side,/btw), Agents Window transcript search (Cmd/Ctrl+K), cloud conversation hooks. Jul 17 = Slack-only. Jul 22 = Cursor Router (Auto Cost/Balance/Intelligence). - Post-update research:
docs/development/CURSOR_UPDATE_RESEARCH_2026-07-27.md· previous…2026-07-24.md.
Automatic execution (Run Modes)
- Settings → Agents → Approvals & Execution. Prefer Auto-review for PoolAI drain /
абракадабра(not Run Everything). - Project steer:
.cursor/permissions.json— allow MSYS2/cargo/git/vision-sync drain; block force-push, secrets, history rewrite, Python product files. - sandbox.json: optional; Seatbelt/Landlock documented for macOS/Linux. Windows VDT (MSYS2) often runs unsandboxed via classifier — do not add project
sandbox.jsonwithout OWNER. - Legacy YOLO / Auto-Run naming → Run Modes (3.6+). Write Auto-review in rules, not YOLO.
- Cloud Agents do not use Run Modes.
- Chat Mode (Agent/Plan via Shift+Tab) is separate from Run Mode.
- Cursor Router (Auto): for long
абракадабраdrain prefer Balance or Intelligence (not Cost).
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 · 60 lines · 0 tokens per session scan A 9a4340feb15b
cursor-environment-baseline is a cursor rule published in the GitHub repository platinoff/poolAI (4 stars, last pushed 9d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,460 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-08-31.
Other cursor rules, from other repositories
angular-20
This rule provides comprehensive best practices and coding standards for Angular development, focusing on modern TypeScript, standalone components, signals, and performance optimizations.
dev-standard
Apache Superset development standards and guidelines for Cursor IDE.
cli-error-handling
CLI command error handling patterns.
prefer-direct-imports-over-module-mocks
Prefer extracting a testable core over vi.mock / vi.resetModules when unit tests need to reach production logic entangled with config, env, or singletons.
control-plane-descriptors
Control plane descriptor and instance implementation patterns.
family-instance-domain-actions
Family instance domain action implementation patterns.