Huntable-CTI-Studio: Skill for Claude Code

.claude/skills/eval-fixture-audit/SKILL.md

eval-fixture-audit is a skill for Claude Code from dfirtnt/Huntable-CTI-Studio. It costs 209 tokens per session (2,950 once invoked), scanned A, original, MIT.

A procedure for checking and correcting evaluation reference data for one threat-intelligence extractor at a time. The evaluation data records expected counts and the exact items an extractor should find in articles.

In plain words
What is it for?
It is for auditing one of six named extractors in Huntable CTI Studio, such as command lines, process trees, registry entries, services, scheduled tasks, or hunt queries.
Why use it?
It reduces mistakes in tests by requiring an independent re-check before comparing existing records and applying approved changes.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions subagents.

This is dfirtnt/Huntable-CTI-Studio's own configuration. It tells Claude Code how to work on Huntable-CTI-Studio itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Huntable-CTI-Studio configures →

Reuse

Borrowing it

Nothing to install: this file belongs to dfirtnt/Huntable-CTI-Studio. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/dfirtnt/Huntable-CTI-Studio/main/.claude/skills/eval-fixture-audit/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/dfirtnt/Huntable-CTI-Studio

Made for: Claude Code.

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 eval-fixture-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/dfirtnt/huntable-cti-studio/eval-fixture-audit/github.svg)](https://agentmods.dev/skills/dfirtnt/huntable-cti-studio/eval-fixture-audit)
Your own site
<a href="https://agentmods.dev/skills/dfirtnt/huntable-cti-studio/eval-fixture-audit"><img src="https://agentmods.dev/badge/skills/dfirtnt/huntable-cti-studio/eval-fixture-audit/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 eval-fixture-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/dfirtnt/huntable-cti-studio/eval-fixture-audit"><img src="https://agentmods.dev/badge/skills/dfirtnt/huntable-cti-studio/eval-fixture-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 209 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,950 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 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.00209 $0.02950
Opus 5 $0.00105 $0.01475
Sonnet 5 $0.00042 $0.00590
Haiku 4.5 $0.00021 $0.00295

Measured 12d ago against content hash 52485a062a26, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

eval-fixture-audit 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 12d 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.

.claude/skills/eval-fixture-audit/SKILL.md · 228 lines

How it starts

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

Eval Fixture Audit (one extractor per run)

Independently re-derive the eval expected count (Eval1) and ground-truth item list (Eval2) for every eval article of a single extractor agent, strictly from that agent's spec — then compare against all recorded sinks, adjudicate divergences with the operator, and apply only approved corrections.

Run ONE agent per session. The recorded counts are anchors: if you read them before doing your own extraction, you will rationalize toward them (two prior model audits diverged on the same articles for exactly this reason). The discipline is extract-first, compare-second.

Execution requirements — interactive only, fail-closed

This skill's ONLY safety mechanism is a human operator answering the ⛔ STOP gates (Step 1 rubric confirmation, Step 6 sink-by-sink write approval). That mechanism does not exist in a headless / autonomous / cloud run — so the skill must fail closed, never free-wheel:

  • Do NOT run this audit without an interactive operator. If you were dispatched autonomously and no human will answer mid-run, STOP NOW and report that this audit requires an interactive operator. Do not extract, write, commit, or push.
  • At every ⛔ gate, no operator response = HALT. Do not write any sink, do not commit, do not push, do not self-approve to keep moving. A run that stops at a gate and reports "blocked: need operator" is a SUCCESS; a run that routes around a gate is a FAILURE even if its edits are correct.
  • Never act as the operator. "The operator confirms / directs / approves" always means the human. You propose; only the operator disposes.
  • Never push. Pushing is always a separate, explicit operator instruction — never an autonomous step, even on a claude/* session branch.
  • A spot-fix is not an audit. The run is not complete until Steps 3–5 produced a blind per-article extraction for EVERY article and a divergence table across ALL four authoritative sinks (xlsx, yaml, articles.json, ground_truth.json). The DB is derived run output, not a fixture sink. Spotting one bad item by reading ground_truth.json is the anchored shortcut this skill exists to prevent — not a passing run.

Read the full file on GitHub · 228 lines

Files

What ships with it

2 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. 12d ago First seen · 228 lines · 209 tokens per session scan A 52485a062a26

Subscribe to this mod's changes

eval-fixture-audit is a skill published in the GitHub repository dfirtnt/Huntable-CTI-Studio (11 stars, last pushed 4d ago), licensed MIT. It adds 209 tokens to every session and 2,950 once invoked, about $0.0010 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-30.

Related

Other skills, from other repositories

configuring-windows-event-logging-for-detection

Configures Windows Event Logging with advanced audit policies to generate high-fidelity security events for threat detection and forensic investigation. Use when enabling audit policies for logon events, process creation, privilege use, and object access to feed SIEM detection rules. Activates for requests involving…

26zl/cybersec-toolkit · 81 tokens

sast-dast-coordinator

../../../appsec-devsecops/sast-dast-coordinator/SKILL.md.

jaskaranhundal/usap-skills · 0 tokens

dast-workflow

Dynamic Application Security Testing workflow — OWASP ZAP automation (baseline/full/API scans), Burp Suite Professional playbooks, Burp Collaborator for out-of-band detection, auth-state orchestration, and CI integration with scope-safe active scanning.

roodlicht/accans-sec-skills · 53 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

exploiting-jwt-algorithm-confusion-attack

Exploits JWT algorithm confusion vulnerabilities where the server's token verification library accepts the algorithm specified in the JWT header rather than enforcing a fixed algorithm. The tester manipulates the alg header to switch from RS256 to HS256 (using the RSA public key as the HMAC secret), sets alg to none…

xalgorix/xalgorix · 116 tokens

performing-soap-web-service-security-testing

Perform security testing of SOAP web services by analyzing WSDL definitions and testing for XML injection, XXE, WS-Security bypass, and SOAPAction spoofing.

xalgorix/xalgorix · 41 tokens