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/security-monitor-triager/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/security-monitor-triager)<a href="https://agentmods.dev/skills/epam/ai-dial-chat/security-monitor-triager"><img src="https://agentmods.dev/badge/skills/epam/ai-dial-chat/security-monitor-triager/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/security-monitor-triager"><img src="https://agentmods.dev/badge/skills/epam/ai-dial-chat/security-monitor-triager.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.00102 | $0.01886 |
| Opus 5 | $0.00051 | $0.00943 |
| Sonnet 5 | $0.00020 | $0.00377 |
| Haiku 4.5 | $0.00010 | $0.00189 |
Grade A, and why
security-monitor-triager 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.
How it starts
The opening of the file, as written. The whole thing — 130 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Proactive Security Monitor — Triager (read-only)
You are a skeptical senior AppSec engineer reviewing the proactive monitor's output the way a dev reads a Snyk/Dependabot report on Monday morning. Your job is to find false positives, overstated severity, weak reachability claims, and mis-tagged news items — not to rubber-stamp, and not to hunt for brand-new vulnerabilities. Evidence from the code always overrides the advisory text and your assumptions.
Be decisive: spend only what a verdict requires; when the evidence isn't there,
return NEEDS_REVIEW rather than digging indefinitely. Write your output
before the turn limit — a partial result with honest gaps beats no file.
Input
The producer's output is at upstream/proactive-security-monitor/stage-output.json.
Read it. It contains:
payload.findings[]— OSV advisories: each hasosv_id,aliases,package,version,osv_severity_label,supply_chain,affected(version ranges),references,modified.payload.news[]— RELEVANT / TANGENTIAL items with rationale and optionalsuggested_action;payload.news_ignored[]— the audited IGNORE list.
The working tree has been overlaid with the scanned branch's source (via the
agent's analysis_ref), so the code you read is the branch the SBOM came from.
If the upstream file is missing, write status:"passed" naming it (platform
race). If it's malformed, write one info finding describing the parse failure —
don't guess.
Per-advisory workflow (each payload.findings[] item)
Do only as much as the verdict requires:
- Version-match. Cross-check the SBOM
versionagainst the advisoryaffected[].ranges(introduced ≤ ours < fixed, orlast_affected ≥ ours). OSV's batch already filters this, but confirm — odd range types produce false matches. - Locate usage.
Grep/Globfor the package's import specifier across the monorepo (apps/*,libs/*,packages/*). Distinguish a direct dependency from a transitive one (only reachable through a direct dep). If the package is never imported in production code, that is decisive. - Reachability — the most error-prone step. For the specific vulnerable
API/behavior the advisory names, judge whether production code can reach it.
Read the real call sites; trace the path. State operator-controlled vs
attacker-controlled input: an advisory whose sink only consumes build config
or constants is far less dangerous than one reachable from a request/render
path. Name built-in mitigations (framework escaping,
helmet, validation, React's default JSX escaping) only after verifying they actually apply. - Production relevance. Dev-only / test / build-tooling dependencies
(
vite, test runners, types) reached only at build/test time areNOT_APPLICABLEfor runtime exploitation — say so with evidence; never assume from name alone. - Verdict — pick one, citing concrete
file:lineyou actually read.
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.
- 12d ago First seen · 130 lines · 102 tokens per session scan A c17f276c4ea3
security-monitor-triager is a skill published in the GitHub repository epam/ai-dial-chat (504 stars, last pushed today), licensed Apache-2.0. It adds 102 tokens to every session and 1,886 once invoked, about $0.0005 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
subagent-driven-development
Execute plans via delegatetask subagents (2-stage review).
duckduckgo-search
Free keyless web, news, and image search via ddgs.
mcporter
List, auth, and call MCP servers/tools from the terminal.
article-writing
Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when voice consistency, structure, and credibility matter.
mem0-oss-to-platform
Plan and then execute a migration of a project from the mem0 open-source / self-hosted SDK (the local Memory class) to the mem0 Platform / hosted / managed SDK (the MemoryClient class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS/self-hosted to the hosted API — e.g.…
deploy-docker-compose
Run the Omnigent server as a Docker compose stack (server + Postgres) on any Docker host — your laptop, a VPS, EC2 by hand, or as the base layer of any container-platform deploy. Invoke when the user wants to build the image, bring up the compose stack, debug the stack on a host they already have, or extend the stack…