test-env-files

test-env-files is a cursor rule for Cursor from AlphaBitCore/nexus-gateway. It costs 0 tokens per session (354 once invoked), scanned A, original, Apache-2.0.

A rule for loading test and deployment settings from target-specific files such as tests/.env.local, tests/.env.dev, or tests/.env.prod.

In plain words
What is it for?
Use it when configuring tests or the prod-login, prod-deploy, and prod-debug skills, including when adding new configuration variables.
Why use it?
It prevents the wrong environment—especially production—from being used accidentally during local tests or deployments.

Cursor rule for Cursor

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/alphabitcore/nexus-gateway/test-env-files
Clone the repo
git clone --depth 1 https://github.com/AlphaBitCore/nexus-gateway

Made for: Cursor.

Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 354 The whole file, excluding the scripts and references it only reads on demand.
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.00000 $0.00354
Opus 5 $0.00000 $0.00177
Sonnet 5 $0.00000 $0.00071
Haiku 4.5 $0.00000 $0.00035

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

Security

Grade A, and why

test-env-files 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.

.cursor/rules/test-env-files.mdc · 31 lines

What it actually says

Test / skill env files (binding)

Tests and prod-* skills (prod-login / prod-deploy / prod-debug) read config from tests/.env.<target> where target ∈ {local, dev, prod}.

Required

  • Loader reads ONLY from tests/.env.<target> — never from process env, never from repo-root .env.
  • Target selected by NEXUS_TEST_TARGET=local|dev|prod. For non-TTY runs (CI / harness), the variable is mandatory; missing target = fail-closed.
  • Hostname allowlist per target — local allows localhost only; any prod hostname leaking into a local run is a fail-closed safety violation.

Adding a new variable

  1. Add the variable to tests/.env.example with a one-line comment describing its role.
  2. Add it to the loader's typed schema (so missing values fail loud, not silent).
  3. Cross-link from the consuming test / skill so reviewers can trace usage.

Source of truth

Full loader contract + target selection + fail-closed safety guards + adding-new-var workflow are documented in docs/developers/workflow/local-dev-debugging.md "Test / skill env files" — that section carries the same binding force as this file.

Skipping this rule requires explicit user approval in chat.

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 · 31 lines · 0 tokens per session scan A dc4e6f8cb714

Subscribe to this mod's changes

test-env-files is a cursor rule published in the GitHub repository AlphaBitCore/nexus-gateway (22 stars, last pushed 8d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 354 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-30.