Huntable-CTI-Studio: Skill for Claude Code

.agents/skills/huntable-eval-retrieval/SKILL.md

huntable-eval-retrieval is a skill for Claude Code, Codex from dfirtnt/Huntable-CTI-Studio. It costs 89 tokens per session (669 once invoked), scanned A, original, MIT.

A read-only tool for retrieving and comparing evaluation runs, article result bundles, and workflow traces from Huntable CTI Studio. An evaluation run is a recorded test of the system's output.

In plain words
What is it for?
Use it to inspect a run, compare repeated runs, retrieve one article's results, or examine the recorded steps of a workflow.
Why use it?
It avoids manually finding and matching test records, article IDs, execution IDs, and configuration versions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; installed under .agents/ (shared by several agents).

This is dfirtnt/Huntable-CTI-Studio's own configuration. It tells Claude Code and Codex 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/.agents/skills/huntable-eval-retrieval/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/dfirtnt/Huntable-CTI-Studio

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 huntable-eval-retrieval

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/dfirtnt/huntable-cti-studio/huntable-eval-retrieval"><img src="https://agentmods.dev/badge/skills/dfirtnt/huntable-cti-studio/huntable-eval-retrieval.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 669 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.00089 $0.00669
Opus 5 $0.00044 $0.00334
Sonnet 5 $0.00018 $0.00134
Haiku 4.5 $0.00009 $0.00067

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

Security

Grade A, and why

huntable-eval-retrieval 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.

.agents/skills/huntable-eval-retrieval/SKILL.md · 63 lines

How it starts

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

Huntable eval retrieval

Use the MCP eval tools to retrieve read-only evaluation evidence. Prefer the convenience tool so callers do not need to remember low-level parameters.

Default workflow

  1. Call get_eval_run with the run selector, for example v5139a.
  2. If comparing replicates, call it again for v5139b and compare run_index, article IDs, and execution IDs.
  3. For one article, call get_eval_run with both the run selector and article_id.
  4. For a trace, take the returned execution_id and call get_workflow_execution_trace separately.
  5. Report schema versions, selected records, skipped/capped records, and any MCP size-limit errors clearly.

Tool selection

  • get_eval_run: normal entry point. Accepts a run label such as v5139a and optional article_id or subagent.
  • get_eval_bundles_by_config: use when the caller explicitly needs a larger config-wide export or needs control over the bundle cap.
  • get_article_eval_bundle: use for direct article bundle retrieval when the caller needs explicit slim, Langfuse, or trace settings.
  • get_workflow_execution_trace: use for the workflow trace. Keep include_eval_bundles=false unless the caller explicitly requests embedded bundles and the response is known to fit the MCP limit.
  • get_eval_bundle: use when an exact execution ID and agent name are already known.

Run labels

  • v5139 selects all completed runs under numeric config version 5139.
  • v5139a selects the first chronological completed replicate per article and subagent (run_index=0).
  • v5139b selects the second (run_index=1).

Do not infer equivalence from the numeric version alone when a lettered run selector is provided. Compare execution IDs to prove whether runs differ.

Safety and output limits

All retrieval tools are read-only. Do not call diagnosis or write tools unless the user separately requests that action. Keep bundles slim by default and retrieve traces separately; a combined article bundle plus trace can exceed the MCP client's 1 MB result limit.

Read the full file on GitHub · 63 lines

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 · 63 lines · 89 tokens per session scan A bbfcb5d1f3da

Subscribe to this mod's changes

huntable-eval-retrieval is a skill published in the GitHub repository dfirtnt/Huntable-CTI-Studio (11 stars, last pushed 4d ago), licensed MIT. It adds 89 tokens to every session and 669 once invoked, about $0.0004 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

AI & LLM Security

LLM and AI application security testing — prompt injection, jailbreak resistance, OWASP LLM Top 10 (2025), RAG and agent/tool-use security, model supply chain, and AI red teaming for authorized assessments.

Masriyan/Claude-Code-CyberSecurity-Skill · 50 tokens

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

ai-llm-security-review

Use for AI/LLM security assessments, prompt injection, RAG security, agent/tool permissioning, model supply chain, LLM red teaming, AI governance, eval design, data leakage, jailbreak testing, and secure AI application review.

26zl/cybersec-toolkit · 55 tokens

operate-ai-stack

Develop, test, and troubleshoot this generated AI or ML workload across its framework, model and embedding providers, retrieval stores, interfaces, training, serving, and observability layers. Use when changing prompts, tools, agents, RAG, MCP, inference, fine-tuning, evaluations, or provider integration.

leynier/python-template · 65 tokens

project-workflow

Develop, test, and maintain this generated Python project using its recorded Copier choices and uv toolchain. Use for any code, dependency, configuration, documentation, or test change in this project, including simple libraries, CLIs, APIs, and layered AI or ML applications.

leynier/python-template · 58 tokens

sast-dast-coordinator

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

jaskaranhundal/usap-skills · 0 tokens