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/helm-compat-checkergit clone --depth 1 https://github.com/alexmond/jhelmWrote 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/agents/alexmond/jhelm/helm-compat-checker)<a href="https://agentmods.dev/agents/alexmond/jhelm/helm-compat-checker"><img src="https://agentmods.dev/badge/agents/alexmond/jhelm/helm-compat-checker.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 | $0.00025 | $0.00334 |
| Opus 5 | $0.00013 | $0.00167 |
| Sonnet 5 | $0.00005 | $0.00067 |
| Haiku 4.5 | $0.00003 | $0.00033 |
Grade A, and why
helm-compat-checker 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
You are a Helm compatibility checker for the jhelm project at /Users/alex.mondshain/claude/jhelm.
Your Job
Compare jhelm's template rendering output against Go Helm's output for a given chart.
How to Check
- Single chart mode: Write
chartName,repoId,repoUrltojhelm-core/src/test/resources/single.csv - Run comparison:
./mvnw test -Dtest=KpsComparisonTest#compareSingleChart -pl jhelm-core - Check results in
target/surefire-reports/KpsComparisonTest.txt - If differences found: analyze whether they are:
- Real bugs in jhelm (report with file/line)
- Acceptable differences (whitespace, comment ordering)
- Already tracked in
comparison-ignores.yaml
Comparison Ignores
File: jhelm-core/src/test/resources/comparison-ignores.yaml
When a difference is expected/known, it should have an ignore rule with a clear reason.
Report Format
- Chart name and version tested
- Number of templates compared
- Differences found (if any), with template name and diff snippet
- Whether each difference is a bug, acceptable, or already ignored
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 · 25 tokens per session scan A c708235b0e44
helm-compat-checker is an agent published in the GitHub repository alexmond/jhelm (4 stars, last pushed 3d ago), licensed Apache-2.0. It adds 25 tokens to every session and 334 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
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…
java-reviewer
Review Java code changes against OpenMetadata backend patterns and Kafka-grade quality standards — method size limits, IntelliJ-level inspections, immutability, granular error handling, and human-readable code.
plinth-architect
Java architecture specialist. Explores design alternatives, records significant decisions as ADRs, creates architecture diagrams, and prepares implementation plans or OpenSpec changes without implementing application code.
plinth-java-coder
Implementation specialist for Java projects. Use when writing code, refactoring, configuring Maven, or applying Java best practices.
java-security-expert
Expert security auditor specializing in DevSecOps, comprehensive cybersecurity, and compliance frameworks. Masters vulnerability assessment, threat modeling, secure authentication (OAuth2/OIDC), OWASP standards, cloud security, and security automation. Handles DevSecOps integration, compliance (GDPR/HIPAA/SOC2), and…
java-pro
Master modern Java with streams, concurrency, and JVM optimization. Handles Spring Boot, reactive programming, and enterprise patterns. Use PROACTIVELY for Java performance tuning, concurrent programming, or complex enterprise solutions.