module-inspection

module-inspection is a command for coding agents from mytech-today-now/augment-extensions. It costs 0 tokens per session (1,747 once invoked), scanned A, original, MIT.

A set of Augment command-line tools for inspecting modules, which are named groups of files and content.

In plain words
What is it for?
Use it to view module files, search their content, filter file names, inspect nested modules, or send results to VS Code.
Why use it?
It lets you examine structure or selected files without manually opening everything, with text, Markdown, or JSON output.

Command

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 commands/mytech-today-now/augment-extensions/module-inspection
Clone the repo
git clone --depth 1 https://github.com/mytech-today-now/augment-extensions

Wrote 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.

agentmods badge for module-inspection

README.md
[![agentmods](https://agentmods.dev/badge/commands/mytech-today-now/augment-extensions/module-inspection.svg)](https://agentmods.dev/commands/mytech-today-now/augment-extensions/module-inspection)
Your own site
<a href="https://agentmods.dev/commands/mytech-today-now/augment-extensions/module-inspection"><img src="https://agentmods.dev/badge/commands/mytech-today-now/augment-extensions/module-inspection.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,747 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.01747
Opus 5 $0.00000 $0.00873
Sonnet 5 $0.00000 $0.00349
Haiku 4.5 $0.00000 $0.00175

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

Security

Grade A, and why

module-inspection 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 4d 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.

docs/commands/module-inspection.md · 289 lines

How it starts

The opening of the file, as written. The whole thing — 289 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Module Inspection Commands

Overview

The Augment CLI provides comprehensive module inspection commands to explore module structure, content, and files. These commands support multiple output formats, advanced filtering, and VS Code integration.

Command Reference

augx show module <module-name> [file-path] [options]

Inspect module structure, content, and files.

Arguments
  • <module-name> (required) - Name of the module to inspect (e.g., php-standards, coding-standards/typescript)
  • [file-path] (optional) - Path to specific file within module (e.g., rules/psr-standards.md)
Options
Option Type Default Description
--json boolean false Output as JSON
--content boolean false Display aggregated content from all module files
--format <format> string text Output format: json, markdown, text
--depth <number> number 1 Recursion depth for submodules (max 5)
--filter <pattern> string - Filter files by glob pattern (e.g., *.md)
--search <term> string - Search within module content
--page <number> number - Page number for paginated output
--page-size <number> number 10 Number of items per page
--secure boolean false Redact sensitive data (API keys, passwords, tokens)
--no-cache boolean false Bypass cache and force fresh read
--open boolean false Open file in VS Code editor
--preview boolean false Open file in VS Code preview pane

Usage Examples

Basic Module Overview

Display module metadata and file listing:

augx show module php-standards

Output:

📦 coding-standards/php-standards

Version: 1.0.0
Type: coding-standards
Description: PHP coding standards with PSR compliance

Files (15):
  rules/
    ├── psr-standards.md (12.5 KB)
    ├── naming-conventions.md (8.3 KB)
    └── ...
  examples/
    └── web-application-example.php (15.2 KB)

Total Size: 156.8 KB
Character Count: ~45,000

Read the full file on GitHub · 289 lines

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. 4d ago First seen · 289 lines · 0 tokens per session scan A d49cd3b27738

Subscribe to this mod's changes

module-inspection is a command published in the GitHub repository mytech-today-now/augment-extensions (4 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,747 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.