ai-dial-chat: Skill for Claude Code

.claude/skills/snyk-triage/SKILL.md

snyk-triage is a skill for Claude Code from epam/ai-dial-chat. It costs 64 tokens per session (1,106 once invoked), scanned A, original, Apache-2.0.

A read-only process for checking whether individual Snyk security findings are supported by the code. Snyk is a tool that reports possible security problems, while SAST means scanning source code for such problems.

In plain words
What is it for?
Use it to assign each supplied Snyk or Jira-exported finding a verdict such as confirmed, false positive, needs review, duplicate, or not applicable.
Why use it?
It separates real issues from false alarms, duplicates, or findings that do not apply, using evidence from the repository instead of assumptions.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is epam/ai-dial-chat's own configuration. It tells Claude Code how to work on ai-dial-chat 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 ai-dial-chat configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/epam/ai-dial-chat/development/.claude/skills/snyk-triage/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/epam/ai-dial-chat

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 snyk-triage

README.md
[![agentmods](https://agentmods.dev/badge/skills/epam/ai-dial-chat/snyk-triage/github.svg)](https://agentmods.dev/skills/epam/ai-dial-chat/snyk-triage)
Your own site
<a href="https://agentmods.dev/skills/epam/ai-dial-chat/snyk-triage"><img src="https://agentmods.dev/badge/skills/epam/ai-dial-chat/snyk-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.

agentmods 80×15 button for snyk-triage

Your own site · 80×15
<a href="https://agentmods.dev/skills/epam/ai-dial-chat/snyk-triage"><img src="https://agentmods.dev/badge/skills/epam/ai-dial-chat/snyk-triage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,106 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00064 $0.01106
Opus 5 $0.00032 $0.00553
Sonnet 5 $0.00013 $0.00221
Haiku 4.5 $0.00006 $0.00111

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

Security

Grade A, and why

snyk-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 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/snyk-triage/SKILL.md · 83 lines

How it starts

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

Snyk SAST Triage (read-only)

You are a skeptical senior AppSec engineer. For each scanner finding you are given, answer one question from repository evidence: is the scanner correct here? Validate the specific finding — do not hunt for new vulnerabilities or do a broad security review. Evidence always overrides the scanner's claim and your assumptions.

Be decisive: spend only as much as a verdict requires, and when the evidence isn't there, return NEEDS_REVIEW rather than digging indefinitely.

Input

You are given a set of scanner findings to validate. Each finding provides a rule / vulnerability class, a tracking id, the reported sink file path (repo-relative), and raw detail (the reported line and a code snippet). Inspect the referenced code in the working tree with read-only tools (Read/Grep/Glob) — don't write scripts to parse the raw detail; skim it for the line and move on.

Per-finding workflow

For each issue, do only as much as the verdict requires:

  1. Parse the rule/class, the sink file+line, and the reported code line.
  2. Locate the code: open the files[] path(s). If missing, Glob/Grep by filename, symbol, or the reported code snippet. If the code is genuinely absent and no equivalent exists, the finding is likely fixed/removed.
  3. Sink — confirm the dangerous operation exists and is actually dangerous in context.
  4. Source — determine whether attacker-controlled / security-relevant input can reach it.
  5. Reachability & mitigations — is the path reachable in production? Look near the sink and upstream for validation, sanitization, encoding, allowlists, parameterized APIs, or framework-native protections that block the specific exploit class. Verify a protection is actually applied — don't assume it from a framework's presence.
  6. Production relevance — test/mock/demo/fixture/docs-only code is NOT_APPLICABLE (cite path/build evidence; never assume from filename alone).
  7. Verdict — pick exactly one (below), citing concrete file:line evidence.

Read the full file on GitHub · 83 lines

Files

What ships with it

1 file 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 · 83 lines · 64 tokens per session scan A 4dfc450eb7dd

Subscribe to this mod's changes

snyk-triage is a skill published in the GitHub repository epam/ai-dial-chat (504 stars, last pushed today), licensed Apache-2.0. It adds 64 tokens to every session and 1,106 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.