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 skills/alexmond/jhelm/helm-upstreamnpx skills add alexmond/jhelm --skill helm-upstreamgit 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/skills/alexmond/jhelm/helm-upstream)<a href="https://agentmods.dev/skills/alexmond/jhelm/helm-upstream"><img src="https://agentmods.dev/badge/skills/alexmond/jhelm/helm-upstream.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.00016 | $0.00451 |
| Opus 5 | $0.00008 | $0.00226 |
| Sonnet 5 | $0.00003 | $0.00090 |
| Haiku 4.5 | $0.00002 | $0.00045 |
Grade A, and why
helm-upstream 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.
What it actually says
Check Upstream Helm Releases
Check the latest Helm releases for closed issues, security fixes, and bug fixes that may be applicable to jhelm.
Steps
- Fetch latest releases (default 4, or
$ARGUMENTSif specified):
gh release list -R helm/helm --limit ${ARGUMENTS:-4}
- Get release notes for each:
gh release view <tag> -R helm/helm
- Fetch closed issues associated with these releases:
gh issue list -R helm/helm --state closed --limit 50 --json number,title,labels,closedAt,body
-
Cross-reference with jhelm — for each issue, determine if it applies:
- Template engine bugs → check jhelm-gotemplate
- Values merging/coalescing → check Engine.java, ValuesLoader.java
- Chart extraction/packaging → check RepoManager.java, ChartLoader.java
- OCI registry → check OciRegistryClient.java
- Security advisories → always check
- CLI/plugin/Kubernetes-specific → usually not applicable
-
Categorize findings:
- APPLICABLE — Action Required: jhelm has the same vulnerability/bug
- APPLICABLE — Verify: jhelm may be affected, needs investigation
- NOT APPLICABLE: jhelm handles this differently or doesn't implement the feature
Report Format
| Issue | Severity | Description | jhelm Status | Action |
|---|---|---|---|---|
| # | Security/Bug/Feature | Summary | Affected/Safe/N/A | Create issue / No action |
For each APPLICABLE finding, suggest whether to create a GitHub issue.
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.
- 4d ago First seen · 49 lines · 16 tokens per session scan A 4948d130a347
helm-upstream is a skill published in the GitHub repository alexmond/jhelm (4 stars, last pushed 11d ago), licensed Apache-2.0. It adds 16 tokens to every session and 451 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
securing-helm-chart-deployments
Secure Helm chart deployments by validating chart integrity, scanning templates for misconfigurations, and enforcing security contexts in Kubernetes releases.
nvca-self-managed-install
Install or validate the NVCA Operator chart against a self-managed NVCF control plane from the native monorepo. Use when the control plane comes from deploy/stacks/self-managed and NVCA must be installed with stack-derived image repository settings.
kubernetes-skill
Prevent Kubernetes hallucinations by diagnosing and fixing failure modes: insecure workload defaults, resource starvation, network exposure, privilege sprawl, fragile rollouts, and API drift. Use when generating, reviewing, refactoring, or migrating manifests, Helm charts, Kustomize overlays, cluster policies, and…
agent-factory
Spawn durable child Hermes agents from inside Obol Stack. Creates child namespaces, optional profile/env Secrets, Agent CRDs, and optional ServiceOffers for x402-paid child services. Use when the user says 'spawn an agent', 'create a sub-agent', 'child agent', or wants a separate long-lived service agent. For deciding…
obol-stack
Monitor the Kubernetes cluster running the Obol Stack. Use when asked about pod status, logs, services, events, deployments, or diagnosing issues. Read-only access to own namespace via ServiceAccount.
kubeview-debug
Debug and diagnose Kubernetes clusters using KubeView MCP server tools. Use when investigating cluster issues (pod crashes, deployment failures, service connectivity problems, node issues, resource constraints), performing cluster health checks, or troubleshooting any Kubernetes workload. Trigger phrases include…