← ClaudeAtlas

security-triagelisted

Validate scanner findings with bounded evidence, approved AI triage, and primary advisory sources.
BergaBruh/mnogovid · ★ 0 · AI & Automation · score 70
Install: claude install-skill BergaBruh/mnogovid
# Security triage Use this skill after the AI-triage or independent-review branch of the unified workflow has scanner findings that need prioritization, false-positive review, or vulnerability-version verification. It is evidence analysis, not a scanner and not an automatic patcher. ## Inputs - Normalized scanner findings, including the scanner name and source location or dependency identity when available. - Explicit permission to share a bounded, redacted payload with the host model. - Separate `allowNetwork=true` approval before OSV lookup or other advisory verification. ## Workflow 1. Keep scanner evidence, model interpretation, and external advisory evidence as distinct sources. 2. Call `security_ai_triage_payload` only after the user approves sharing the redacted findings. Ask the model to classify each item as true positive, false positive, or needs review; do not ask it to invent missing evidence. 3. When network access is approved, use `security_advisory_lookup` for OSV and corroborate CVE identifiers, affected versions, and fixed versions with primary sources available to the host. 4. Record uncertainty explicitly: unavailable package versions, missing source context, and unverified advisory claims remain `needs_review`. 5. Return ranked findings with evidence references and remediation proposals, never unreviewed automatic edits. ## Outputs The triage result states the classification, confidence, scanner evidence, advisory evidence,