track-findings

track-findings is a skill for Codex from bex-co/bex-security. It costs 79 tokens per session (4,206 once invoked), scanned A, original, Apache-2.0.

A skill for recording confirmed security findings as issues in Linear, Jira, or GitHub, or as a draft GitHub security advisory.

In plain words
What is it for?
Use it to track one finding or an explicitly chosen batch of up to 25 findings from a completed Codex Security scan.
Why use it?
It checks for duplicates, shows the exact proposed record, requires approval before writing, and reads back the result so findings are not tracked incorrectly.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it to track one finding or an explicitly chosen batch of up to 25 findings from a completed Codex Security scan.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bex-co/bex-security/track-findings
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 bex-co/bex-security --skill track-findings
Clone the repo
git clone --depth 1 https://github.com/bex-co/bex-security

Made for: 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 track-findings

README.md
[![agentmods](https://agentmods.dev/badge/skills/bex-co/bex-security/track-findings/github.svg)](https://agentmods.dev/skills/bex-co/bex-security/track-findings)
Your own site
<a href="https://agentmods.dev/skills/bex-co/bex-security/track-findings"><img src="https://agentmods.dev/badge/skills/bex-co/bex-security/track-findings/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 track-findings

Your own site · 80×15
<a href="https://agentmods.dev/skills/bex-co/bex-security/track-findings"><img src="https://agentmods.dev/badge/skills/bex-co/bex-security/track-findings.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,206 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Agent Snooping · line 22
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
How audits are shown
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.1 $0.00079 $0.04206
Opus 5 $0.00039 $0.02103
Sonnet 5 $0.00016 $0.00841
Haiku 4.5 $0.00008 $0.00421

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

Security

Grade A, and why

track-findings scanned grade A with 1 finding 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 9d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- set `GH_HOST=<host>` explicitly for `gh repo view <host>/<owner>/<repo>`, and use `gh api --hostname <host>` for every commit and path lookup; never inherit an ambient host, use `curl`, or use direct HTTP
plugins/codex-security/skills/track-findings/SKILL.md · 225 lines

How it starts

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

Track Findings

Objective

Track findings from one sealed Codex Security scan as Linear issues, Jira issues, GitHub issues, or one draft GitHub security advisory. Do not change the scan bundle. Use one provider and one destination per run. Show the exact payload and get approval before writing.

GitHub advisory mode creates one private draft in the verified public canonical source repository through authenticated gh api --hostname github.com. Read references/github-security-advisories.md in full before advisory work.

Jira mode uses Atlassian Rovo to create, reuse, or update one Jira Cloud issue per selected finding. Use it for one finding or an explicitly selected batch of up to 25. Read references/jira.md in full before Jira work.

Resources

The tracking helper is at the plugin root:

  • scripts/validate_tracking_source.py

This skill lives at <plugin-root>/skills/track-findings/SKILL.md, so <plugin-root> is two directories up. Do not look for the helper inside the skill directory.

GitHub advisory mode is defined in:

  • skills/track-findings/references/github-security-advisories.md

Jira mode is defined in:

  • skills/track-findings/references/jira.md

Linear requires the native $linear app. Stop if it is unavailable or disconnected.

Jira requires the native $atlassian app. Reuse needs read access but not write access. Create and update need both. Stop if the app is unavailable, disconnected, cannot read the destination, or cannot perform the approved mutation. Do not fall back to a legacy Jira connector, CLI, direct REST, browser automation, or Computer Use.

For GitHub, prefer the native $github app. The app is optional. Authenticated GitHub CLI (gh) access is also allowed, but only when the user explicitly chooses the current CLI identity and exact destination.

Never switch transports silently. If the app is unavailable, disconnected, or cannot reach the repository, validate the source first. Then show the active CLI account, hostname, exact repository, and live visibility. Ask to use that transport unless the current request already selects that same identity and destination. This keeps the credential and disclosure boundary explicit.

Read the full file on GitHub · 225 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 225 lines · 79 tokens per session scan A 8e3726e86ef0

Subscribe to this mod's changes

track-findings is a skill published in the GitHub repository bex-co/bex-security (44 stars, last pushed 2d ago), licensed Apache-2.0. It adds 79 tokens to every session and 4,206 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

bugcrowd-reporting

Bugcrowd-specific reporting tactics complementing report-writing: VRT category search-and-fallback strategy when no exact match exists, manual severity override when VRT defaults underrate impact, severity-request paragraph as first body section, OOS-clause rebuttal templates (rate limiting on auth-flow endpoints…

elementalsouls/Claude-BugHunter · 171 tokens

apk-redteam-pipeline

End-to-end Android APK red-team pipeline — automated APK acquisition (Play Store + apkpure + apkmirror fallback), jadx decompilation, secret/URL/JWT/Firebase grep, pinned-cert extraction, exported-component enumeration, Frida runtime instrumentation templates, intent-injection probes. Built from an authorized external…

elementalsouls/Claude-BugHunter · 145 tokens

enterprise-vpn-attack

External SSL VPN / remote-access appliance attack matrix — Cisco ASA/AnyConnect, Fortinet FortiGate/FortiOS, Citrix NetScaler/ADC, Palo Alto GlobalProtect, Pulse Secure / Ivanti Connect Secure, SonicWall, F5 Big-IP. Covers version fingerprinting, CVE matrix (2018-2026), AAA backend identification, default credentials…

elementalsouls/Claude-BugHunter · 158 tokens

hunt-api-misconfig

Hunt API security misconfiguration — mass assignment, prototype pollution, HTTP verb tampering. Mass assignment: send {isadmin:true, role:admin, verified:true} on profile/account/reset endpoints — server blindly applies. JWT signature/crypto forging (alg:none, key confusion, kid/jku) is owned by hunt-jwt-crypto; this…

elementalsouls/Claude-BugHunter · 207 tokens

hunt-ato

Hunt account takeover taxonomy — 9 distinct paths to ATO, plus chains. Paths: (1) password reset flaws (host-header injection redirects token, predictable/numeric token, Referer leak, no-expiry/reuse), (2) email change without re-auth, (3) OAuth account-link CSRF, (4) MFA bypass (per hunt-mfa-bypass), (5) session…

elementalsouls/Claude-BugHunter · 241 tokens

cloud-iam-deep

Cloud IAM red-team attack chain across AWS, Azure, GCP — focused on EXTERNAL exploitation paths and post-credential-discovery privilege analysis. Covers IAM enumeration (aws iam, az role, gcloud iam), STS/AssumeRole chaining, Azure Managed Identity abuse (via SSRF/leak), GCP service account JSON abuse, IMDSv1/v2…

elementalsouls/Claude-BugHunter · 238 tokens