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 skills add cuzfrog/module-gates --skill module-no-new-exports-allgit clone --depth 1 https://github.com/cuzfrog/module-gatesWrote 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/skills/cuzfrog/module-gates/module-no-new-exports-all)<a href="https://agentmods.dev/skills/cuzfrog/module-gates/module-no-new-exports-all"><img src="https://agentmods.dev/badge/skills/cuzfrog/module-gates/module-no-new-exports-all/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/cuzfrog/module-gates/module-no-new-exports-all"><img src="https://agentmods.dev/badge/skills/cuzfrog/module-gates/module-no-new-exports-all.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00025 | $0.00310 |
| Opus 5 | $0.00013 | $0.00155 |
| Sonnet 5 | $0.00005 | $0.00062 |
| Haiku 4.5 | $0.00003 | $0.00031 |
Grade A, and why
module-no-new-exports-all 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 9d 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
What you do
- Find out module descriptor filename in the context.
- Find out source root in the context or from configurations.
- Derive scripts args from user instructions.
- Call the script to scans the source tree for module descriptors and auto-populates their
no-new-exportsentries with code files in each module directory.
Script Usage
node skills/module-no-new-exports-all/scripts/no-new-exports-all.mjs [options]
Options:
--root <dir>- Source root directory (default:src)--dry-run- Show what would change without writing files--create- Create module descriptor files for directories without one (addsno-new-exportsonly)--descriptor-name <name>- Module descriptor filename (default:module.md)
Behavior
- Finds all module descriptor files under the source root.
- For each module directory, lists all direct files (not subdirectories, not module descriptor file itself)
- Adds those files to the
no-new-exportsfrontmatter field - Preserves existing
no-new-exportsentries, other fields in the frontmatter, and body prose
Extra user instructions:
"$ARGUMENTS"
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 9d ago First seen · 34 lines · 25 tokens per session scan A 36cef27ae7e0
module-no-new-exports-all is a skill published in the GitHub repository cuzfrog/module-gates (21 stars, last pushed 17d ago), licensed MIT. It adds 25 tokens to every session and 310 once invoked, about $0.0001 per session on Opus 5. 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 skills, from other repositories
open-code-review-delegate
Delegation mode for open-code-review (OCR). Instead of OCR calling an LLM endpoint, this skill instructs the host agent to perform the code review itself, using OCR only for deterministic engineering: file selection and rule resolution. Use when the host agent should drive the review with its own LLM capabilities.
open-code-review
Performs AI-powered code review on Git changes using the ocr CLI from alibaba/open-code-review. Use when the user asks to review code, review a pull request, review staged/unstaged changes, review a commit, or compare branches for code quality issues. Produces line-level review comments and can automatically apply…
code-review
Paranoid architect review of code changes for bugs, security, missing tests, and undocumented assumptions. Works on local git diffs OR a GitHub pull request (e.g. owner/repo N). For PRs, can post findings as line-level review comments.
parallel-pr-review
Use when asked to "review the open PRs", review a batch or stack of pull requests, or run a recurring PR-review pass on a repo — especially with many PRs, stacked branches, conflicts, or security-sensitive changes. Covers grouping, fan-out to review subagents, verdict synthesis, and posting.
qa-review
QA review for code changes — test coverage analysis, edge case identification, test plan generation, regression detection, test health tracking over time.
security-review
Security audit for code changes and PRs — OWASP top 10, auth flows, data handling, secrets exposure, supply chain risks. Writes findings as actionable items.