Chokepoint Finder Skill

Chokepoint Finder Skill is a skill for Claude Code, Codex from tenable/cyberagents-exchange. It costs 36 tokens per session (746 once invoked), scanned A, original, no licence file.

A security-planning skill that groups vulnerability findings by the fix they share and ranks the smallest set of actions that removes the most risk.

In plain words
What is it for?
It is for prioritising vulnerability remediation and finding the shortest path to reduce weighted security risk.
Why use it?
It helps teams avoid treating every vulnerability as a separate task, so they can focus on fixes that address many findings at once.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit It is for prioritising vulnerability remediation and finding the shortest path to reduce weighted security risk.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tenable/cyberagents-exchange/chokepoint-finder
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.

Any agent
npx skills add tenable/cyberagents-exchange --skill chokepoint-finder
Clone the repo
git clone --depth 1 https://github.com/tenable/cyberagents-exchange

Made for: Claude Code, Codex.

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 Chokepoint Finder Skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/tenable/cyberagents-exchange/chokepoint-finder/github.svg)](https://agentmods.dev/skills/tenable/cyberagents-exchange/chokepoint-finder)
Your own site
<a href="https://agentmods.dev/skills/tenable/cyberagents-exchange/chokepoint-finder"><img src="https://agentmods.dev/badge/skills/tenable/cyberagents-exchange/chokepoint-finder/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.

agentmods 80×15 button for Chokepoint Finder Skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/tenable/cyberagents-exchange/chokepoint-finder"><img src="https://agentmods.dev/badge/skills/tenable/cyberagents-exchange/chokepoint-finder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 746 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.1 $0.00036 $0.00746
Opus 5 $0.00018 $0.00373
Sonnet 5 $0.00007 $0.00149
Haiku 4.5 $0.00004 $0.00075

Measured 5d ago against content hash 257ebe48083d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

Chokepoint Finder Skill 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.

skills/chokepoint-finder-skill.md · 60 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 5d ago First seen · 60 lines · 36 tokens per session scan A 257ebe48083d

Subscribe to this mod's changes

Chokepoint Finder Skill is a skill published in the GitHub repository tenable/cyberagents-exchange (15 stars, last pushed today), with no licence file. It adds 36 tokens to every session and 746 once invoked, about $0.0002 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-09-04.

Related

Other skills, from other repositories

implementing-aws-config-rules-for-compliance

Implementing AWS Config rules for continuous compliance monitoring of AWS resources, deploying managed and custom rules aligned to CIS and PCI DSS frameworks, configuring automatic remediation with SSM Automation, and aggregating compliance data across accounts.

adriannoes/awesome-agentic-ai · 53 tokens

tool-calling-tutor

Use when a tool-calling agent does not call a tool, sends wrong arguments, loops without stopping, or needs a function schema. Guides a four-branch diagnosis and five-step schema repair. Do not use for framework-specific, MCP-server, or production-observability questions.

WenyuChiou/awesome-agentic-ai-zh · 62 tokens

orchestrator-container-spawn

Spawning and hardening scan containers from the recon orchestrator: the security flags that look correct and break the container, and the sibling bind-mount path handling. capdrop and no-new-privileges were each reverted after breaking real scans. Trigger: editing reconorchestrator/containermanager.py; changing how a…

samugit83/redamon · 103 tokens

recon-ai-enrichment

Wiring an LLM into a recon tool's decisions ("let AI pick {feature} for {tool}"): the never-raise contract, the per-target cache, the full+partial coverage, and the two UI toggles bound to one field. A raising AI helper or an empty fallback silently breaks or disables a live scan. Trigger: adding or editing a recon AI…

samugit83/redamon · 137 tokens

redamon-testing

How RedAmon tests actually run and how to author them: the per-file Docker gate, the unit/integration/live tiers, and the failure modes that make a green run a lie. Trigger: editing any test.py, .test.ts(x) or tests/.sh; a test that is red, skipped or xfailed; a request to "run the tests", "make it green" or check…

samugit83/redamon · 114 tokens

graph-db-writes

Writing to the Neo4j attack-surface graph in RedAmon: the tenant-isolation MERGE key every entity node must carry, where graph methods live (mixins, not the client), and the schema places that must be updated together. A MERGE missing the tenant key silently merges one project's data into another's. Trigger: editing…

samugit83/redamon · 119 tokens