Varlock is a configuration system for environment-variable files that gives coding agents schemas and validation rules without revealing secret values. Developers use it to manage, validate, load, and protect application configuration across environments.
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/dmno-dev/varlock/no-js-extension-importsgit clone --depth 1 https://github.com/dmno-dev/varlockWrote 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.
[](https://agentmods.dev/rules/dmno-dev/varlock/no-js-extension-imports)<a href="https://agentmods.dev/rules/dmno-dev/varlock/no-js-extension-imports"><img src="https://agentmods.dev/badge/rules/dmno-dev/varlock/no-js-extension-imports.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00243 |
| Opus 5 | $0.00000 | $0.00121 |
| Sonnet 5 | $0.00000 | $0.00049 |
| Haiku 4.5 | $0.00000 | $0.00024 |
Grade A, and why
no-js-extension-imports 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 5d 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.
What it actually says
No .js Extension in TypeScript Imports
filters:
- type: file_extension pattern: "\.ts$"
actions:
-
type: suggest message: | Do not use .js or .ts in TypeScript import/export paths. We use bundler module resolution, so write:
import { foo } from './bar'; export { foo } from './bar';Not:
import { foo } from './bar.js'; export { foo } from './bar.js';This keeps code consistent and avoids confusion between source and output paths.
metadata: priority: high version: 1.0
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.
- 5d ago First seen · 36 lines · 0 tokens per session scan A d37305a0ae75
no-js-extension-imports is a cursor rule published in the GitHub repository dmno-dev/varlock (4,264 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 243 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.
Other cursor rules, from other repositories
090-env-schema
090: Environment variable schema.
symfony-6.4-best-practices
Cursor rule "symfony-6.4-best-practices" from fiddike/Cursor-Rules-MDC, covering symfony 6.4 best practices and symfony 6.4 best practices.
python
Python best practices and patterns for modern software development with Flask and SQLite.
django
Definitive guidelines for writing maintainable, performant, and secure Django applications, emphasizing modern best practices, clear code organization, and efficient patterns.
gradle
Enforce modern Gradle build practices for Java and Android projects, focusing on Kotlin DSL, modularity, version catalogs, and performance optimizations.
rich
Definitive guidelines for building robust, maintainable, and visually appealing Python CLI applications using the rich library.