Borrowing it
Nothing to install: this file belongs to epam/ai-dial-chat. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/epam/ai-dial-chat/development/.claude/skills/dep-triage/SKILL.mdgit clone --depth 1 https://github.com/epam/ai-dial-chatWrote 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/epam/ai-dial-chat/dep-triage)<a href="https://agentmods.dev/skills/epam/ai-dial-chat/dep-triage"><img src="https://agentmods.dev/badge/skills/epam/ai-dial-chat/dep-triage/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/epam/ai-dial-chat/dep-triage"><img src="https://agentmods.dev/badge/skills/epam/ai-dial-chat/dep-triage.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.00053 | $0.01630 |
| Opus 5 | $0.00026 | $0.00815 |
| Sonnet 5 | $0.00011 | $0.00326 |
| Haiku 4.5 | $0.00005 | $0.00163 |
Grade A, and why
dep-triage 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 — 178 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Dependency Triage
Overview
Reads upstream scan findings, evaluates each in the repo's actual usage
context, and emits the same findings augmented with triage_outcome
(confirmed | false_positive) and a one-sentence triage_reason.
This is the triage step — does not run scanners itself. Always
downstream of /dep-scan (or another scan agent emitting the same
finding shape: cve, package, installed_version, fixed_version).
When to use
- After
/dep-scanin a chained agent (needs: [scan-deps]). - Whenever raw scanner output needs filtering before human review.
- Periodically (e.g., scheduled re-triage to update prior-run outcomes as the codebase evolves).
Required tools
Read,Grep,Glob— to inspect repo source for package usageBash(git diff:*)— to scope which dependencies the PR touchedSkill— invocation onlyWrite— auto-granted; forstage-output.json
Inputs
upstream/scan-deps/stage-output.json— scan findings from the upstreamscan-depsagent (or compatible scanner)
Triage rubric
For each finding under payload.findings[]:
Confirmed (triage_outcome: confirmed)
Mark confirmed if all three hold:
- The package is imported by repo source under
apps/,libs/, orpackages/. - The vulnerable code path is plausibly reachable from a request, user input, or build output.
- The package is NOT exclusively a dev-time dependency.
False positive (triage_outcome: false_positive)
Mark FP if any one of these holds:
- Not a runtime dep. Listed only under
devDependencies/peerDependenciesand not exposed at build/runtime (test fixtures, type generators, bundler internals). - Vulnerable function unused. The specific CVE-affected
function/API is not called anywhere in
apps/,libs/, orpackages/. - Network/host context excludes risk. E.g., DoS vuln on internal service the project doesn't expose; SSRF on URL the project never constructs; XSS in a sanitizer the project doesn't reach.
- Already mitigated transitively. Repo's package overrides / resolutions pin a safe version.
- Out-of-scope target. Scanner flagged a vendored binary, build artifact, or test fixture not part of the deployed application.
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 · 178 lines · 53 tokens per session scan A a17f14a06714
dep-triage is a skill published in the GitHub repository epam/ai-dial-chat (504 stars, last pushed today), licensed Apache-2.0. It adds 53 tokens to every session and 1,630 once invoked, about $0.0003 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.
Other skills, from other repositories
systematic-debugging
4-phase root cause debugging: understand bugs before fixing.
triage-issues
Triage GitHub issues in the googleapis/mcp-toolbox repo: propose the correct labels (type / priority / product / status), check for duplicates, verify a bug has enough info to act on, and draft a triage comment. Use whenever a maintainer asks you to triage, label, categorize, prioritize, or "look at" an issue (or a…
copilotkit-debug
Use when diagnosing CopilotKit issues -- runtime connectivity failures, agent not responding, streaming errors, tool execution problems, transcription failures, version mismatches, and AG-UI event tracing.
agent-merge-conflict-arbiter
Neutral arbiter for merge conflicts between two agents.
python-debugpy
Debug Python: pdb REPL + debugpy remote (DAP).
sglang-diffusion-benchmark-profile
Use when benchmarking denoise latency or profiling a diffusion bottleneck in SGLang.