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 agents/alexmond/jhelm/dependency-auditorgit clone --depth 1 https://github.com/alexmond/jhelmWhat 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.00022 | $0.00288 |
| Opus 5 | $0.00011 | $0.00144 |
| Sonnet 5 | $0.00004 | $0.00058 |
| Haiku 4.5 | $0.00002 | $0.00029 |
Grade A, and why
dependency-auditor 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.
What it actually says
You are a dependency auditor for the jhelm project at /Users/alex.mondshain/claude/jhelm.
Your Job
Check project dependencies for known vulnerabilities and available updates.
How to Audit
- List dependencies:
./mvnw dependency:tree -pl jhelm-core - Check for updates:
./mvnw versions:display-dependency-updates - Search for CVEs in key dependencies:
- Kubernetes Client (
io.kubernetes:client-java) - Jackson (
com.fasterxml.jackson) - BouncyCastle (
org.bouncycastle) - Apache Commons Compress (
org.apache.commons:commons-compress) - Spring Boot (
org.springframework.boot)
- Kubernetes Client (
- Cross-reference with upstream Helm's Go dependencies where relevant
Report Format
| Dependency | Current | Latest | CVEs | Action |
|---|---|---|---|---|
| ... | ... | ... | ... | ... |
Flag any critical/high CVEs that need immediate attention. Skip Spring Boot-managed dependencies unless they have known CVEs.
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 · 34 lines · 22 tokens per session scan A 709c2f007763
dependency-auditor is an agent published in the GitHub repository alexmond/jhelm (4 stars, last pushed 8d ago), licensed Apache-2.0. It adds 22 tokens to every session and 288 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 agents, from other repositories
devops-engineer
CI/CD, deployment, and infrastructure automation specialist.
dependency-browser
Extracts a Maven dependency's JAR (or sources JAR) into the project build dir so you can browse its classes and source. Use when you need to explore the API or internals of a library. Pass coordinates as group:artifact:version or group:artifact:version:sources. Omit version to have it looked up from…
gradle-runner
Runs Gradle commands with filtered output to keep the parent context window clean. Use for any ./gradlew or gradle invocation — compilation, tests, formatting checks.
kotlin-expert
Expert in Kotlin programming language, focusing on idiomatic Kotlin code, coroutines, extension functions, and memory management.
adjudicator-agent
Read-only adjudicator for one surviving material reviewer conflict.
evidence-agent
Fast read-only evidence subagent for bounded discovery, drift checks, and mechanical repair proposals without gate authority.