
from K.I.T (Known Issue Triager)13
Consolidate audit reports into a canonical known-issues.json register, extend existing registers, or check whether a reported issue is already known.
KIT (Known Issue Triager) helps agents gather, normalize and deduplicate findings from security/audit reports into a single canonical known-issues.json register, and to compare new reports against that register. It guides users through a staged flow for build (create/extend) and check (compare) modes, supports many input types (local files, folders, repo directories, direct URLs, GitHub file/folder/repo URLs), and delegates heavy extraction/normalization to included scripts.
Use KIT when you need to: consolidate multiple audit reports into one authoritative register; extend an existing known-issues.json with new sources; or determine whether a newly reported finding is a duplicate of a known issue. It is especially useful for security triage, audit consolidation, and vulnerability tracking workflows.
Designed for Codex-style skills and agents that can run Bash and local Python scripts; works well with Codex/Copilot-style skill hosts that expose a filesystem and subprocess execution.
KIT is a Known Issue Triager skill that consolidates audit reports into a canonical known-issues.json register and supports deduplication. The SKILL.md is detailed with clear build/check workflows and operating rules. The single bundled script is a thin wrapper that delegates to a shared engine outside the skill directory — it failed because the shared engine path doesn't exist locally, which is expected in isolation. No security concerns found.
claude-skill-kit shared engine (expected at repo-local path)Well-structured security triage skill. The wrapper-only script approach means the skill can't run standalone — it depends on a sibling directory in the same repo. SKILL.md has unusually detailed operating rules and start-rule constraints, which is good for agent compliance. No malicious behavior detected.