Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/MauricioPerera/KDDnpx agentmods add skills/mauricioperera/kdd/kdd-dependency-eol-scanWrote 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/mauricioperera/kdd/kdd-dependency-eol-scan)<a href="https://agentmods.dev/skills/mauricioperera/kdd/kdd-dependency-eol-scan"><img src="https://agentmods.dev/badge/skills/mauricioperera/kdd/kdd-dependency-eol-scan/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.
<a href="https://agentmods.dev/skills/mauricioperera/kdd/kdd-dependency-eol-scan"><img src="https://agentmods.dev/badge/skills/mauricioperera/kdd/kdd-dependency-eol-scan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.1 | $0.00161 | $0.01976 |
| Opus 5 | $0.00081 | $0.00988 |
| Sonnet 5 | $0.00032 | $0.00395 |
| Haiku 4.5 | $0.00016 | $0.00198 |
Grade A, and why
kdd-dependency-eol-scan 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 156 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Dependency EOL Scan (Capa 3 de KDD -- vigencia de dependencias)
Produce hallazgos de vigencia de dependencias (fuera de soporte, abandonadas, o
proximas a su fecha de fin de vida) en el formato de contrato que audita la
Capa 3 de KDD. Esta skill NO es el gate -- es la parte creativa/no determinista
(consultar el estado de vigencia real de cada dependencia y decidir su
eolStatus) que el gate despues valida. Distincion central: el
scanner/agente decide el estado de vigencia; el gate solo audita que el
artefacto sellado cumpla forma y politica de calidad de datos.
Como kdd-compliance-scan y
kdd-privacy-scan, este dominio NO vendoriza
ningun sellador externo -- vos mismo escribis findings.json ya en forma
final.
No es lo mismo que kdd-compliance-scan
kdd-compliance-scan audita si la LICENCIA
de una dependencia es compatible con la del proyecto. Esta skill audita si la
dependencia sigue VIGENTE (mantenida, con soporte activo) independientemente
de su licencia. Una dependencia puede estar perfectamente licenciada (MIT) y a
la vez estar sin mantenimiento hace anios. Corre las dos skills si queres
cobertura completa de riesgo de dependencias -- son hallazgos independientes,
en dominios (y findings.json) separados.
Cuando usarla
El usuario pide auditar si las dependencias directas de un proyecto siguen soportadas/mantenidas, y quiere el resultado gobernado por KDD (versionable, gateado en CI, con politica declarativa), no un reporte suelto en prosa.
Insumos que necesitas antes de empezar
repo_root: raiz del repositorio a escanear.scan_dir: donde vas a escribirfindings.json. Por defectodependency-eol/scandentro del repo KDD (coincide con el default devalidate_dependency_eol_findings.py); si estas gobernando un repo EXTERNO, cualquier directorio disponible sirve, con tal de pasarselo explicito al gate.- El schema completo vive en
knowledge/data_models/dependency-eol/findings.schema.json-- consultalo si dudas de un campo, no adivines la forma.
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.
- 10d ago First seen · 156 lines · 161 tokens per session scan A c2a3a98cb3f1
kdd-dependency-eol-scan is a skill published in the GitHub repository MauricioPerera/KDD (7 stars, last pushed yesterday), licensed MIT. It adds 161 tokens to every session and 1,976 once invoked, about $0.0008 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
crit-cli
Use when an agent needs to author or reply to crit inline comments programmatically (including multi-agent workflows commenting on shared code/plans/docs/proposals), publish or unpublish a crit review with crit share, sync a crit review to or from a GitHub PR or GitLab MR, or read/interpret a crit review JSON file.…
crit
Review code changes, a plan, a live page (running dev server), or a local HTML file with Crit inline comments and structured human feedback. Use only when the user explicitly invokes /crit or directly asks to use Crit; a generic review request does not count.
crit-story
Author a crit story and continue the interactive review loop only when the user explicitly invokes crit-story or directly asks you to generate a crit story. Do not infer this skill from generic review, PR, or diff-review requests.
trio-omnigent
Run the Cursor-backed Omnigent Trio loop from the current Claude/Codex UI session when the user explicitly says “Trio Omnigent”, “Omnigent Trio”, or invokes /trio-omnigent. Do not use for an ordinary native Trio request.
trio-bridge
Suggest background Trio work by scanning a project and writing deduplicated proposal cards into proposals/.
research-a-evolve
Provides guidance for automatically evolving and optimizing AI agents across any domain using LLM-driven evolution algorithms. Use when building self-improving agents, optimizing agent prompts and ...