security-triage-finding — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited security-triage-finding (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Triage existing security findings against the current repository using static code evidence. Return one evidence-backed verdict per supplied finding: confirmed, not_actionable, or needs_review. For confirmed and needs_review findings, also assign a discrete exploitability stack rank inside that verdict's own queue.
This skill is for backlog burn-down. It starts from findings the user already has, such as SARIF results, CVEs, advisories, scanner tickets, bug bounty reports, or security-scan finding artifacts. It is not a repository-wide scan, dynamic validation run, fix implementation, dashboard, or queue manager.
Treat multiple supplied findings as one backlog-reduction problem, not as a set of unrelated one-off triages. The goal is to turn noisy existing finding sources into a ranked, evidence-backed action queue while preserving one result per input for auditability and reporting.
For now, run the workflow inline in the current thread, but structure the work like a backlog pipeline:
Here, normalize means: assign triage_item_id, preserve source ids and references, extract the fields in the Inputs section below, and record missing fields as proof gaps without inventing scanner, severity, remediation, or generated scan fields.
confirmed and needs_review results as an action queue for backlog burn-down.If duplicate-looking inputs are present, keep one result per supplied finding; deduplication belongs in a separate workflow.
Do not use the completed-scan findings.json schema as the canonical data shape for input normalization.
That schema describes completed security-scan output. It requires generated fields such as scanId, findingId, occurrenceId, fingerprints, severity, remediation, provenance, and at least one location. Most triage inputs are incomplete external claims, and forcing them into that schema before investigation would require inventing stable IDs, severity, remediation, or locations.
Use the schema only as an optional compatibility source when the user supplies an existing security-scan findings.json artifact. In that case, extract the available fields into the triage normalization record and preserve the original IDs as source identifiers. The triage result contract is defined in references/triage-result-contract.md.
Use the shared static finding assessment reference in references/static-finding-assessment.md for the reusable evidence work: source/control/sink tracing, smallest useful evidence search, reachability, boundary inputs, counterevidence, proof gaps, and static confidence.
This skill still owns external finding intake, the backlog triage verdicts, the first-pass no-runtime constraint, and the output contract.
If no finding is supplied, do not inspect the repository, do not classify a verdict, and do not emit the security-triage-finding/v0 JSON contract.
Ask the user to provide a finding to triage. Name the supported formats: SARIF results, CVE/GHSA or advisory descriptions, scanner tickets, bug bounty report snippets, security-scan finding artifacts, or a freeform vulnerability claim. If useful, ask for the repository path or affected file/component at the same time.
Start by extracting:
findingId/occurrenceId when presentsarif, cve, advisory, scanner_ticket,bug_bounty, security_scan_finding, freeform, or unknown
Ask a follow-up question only when the repository path or finding claim is too vague to inspect. Otherwise, inspect the repository and preserve missing fields as proof gaps.
Before static evidence analysis, check whether the target repository has a SECURITY.md file at or above the repository root. If present, read the repository's SECURITY.md before tracing source, control, sink, reachability, or assigning a verdict.
Treat SECURITY.md as the primary local source for supported security boundaries, trusted inputs, supported versions, disclosure scope, hardening controls, and out-of-scope surfaces. Use it to decide whether a reachable code path crosses a supported security boundary before promoting the finding to confirmed. If no SECURITY.md is present, record that absence as a proof gap and continue with the next-best local policy evidence.
triage_item_id values such as triage-001.input_id.remediation just to satisfy another schema.
SECURITY.md in the target repository before source/control/sinktracing or reachability analysis.
security boundaries, trusted inputs, supported versions, hardening controls, and out-of-scope surfaces.
product docs, threat models, disclosure policy, and local comments.
SECURITY.md and available local product evidence do not establish theintended product surface, untrusted input boundary, or trusted operator/developer inputs, ask targeted operator-context questions before assigning a verdict when the answer would materially affect the result.
references/static-finding-assessment.md to inspect the smallest relevant static evidence set and record source, control, sink,reachability, boundary inputs, counterevidence, proof gaps, and static confidence.
developer UI, MCP/tooling surface, example/demo, test/fixture, docs, generated code, vendored code, or unknown surface.
product docs, SECURITY.md, disclosure policy, threat models, and nearby comments when they are standard or local to the claim.
product model, or trusted operator/developer configuration.
confirmed already requires reachability.When claiming reachability, record reachability anchor evidence: the concrete caller, entrypoint, route, command, package export, deployment path, dependency edge, or other repo fact that proves the vulnerable condition is connected to the product surface.
confirmed and needs_reviewfindings.
confirmed findings, add owner hints after verdicting when local ownership evidence is easy to derive.security-triage-finding/v0 result using the contract in references/triage-result-contract.md.Include the full security-triage-finding/v0 JSON contract in a fenced block when the user asks for the raw result or wants to copy it.
Before assigning confirmed, classify the finding's intended product surface and trust boundary.
Inspect the smallest available evidence for:
SECURITY.md,docs/security, supported-versions docs, disclosure policy, threat models, or comments that define trusted inputs and supported boundaries
A reachable dataflow is not enough. confirmed requires both:
If the code is reachable only through trusted configuration, local developer interfaces, examples, tests, fixtures, or demo applications, do not mark confirmed unless static evidence shows that surface is shipped, deployed, documented for untrusted users, or bypasses a documented hardening/auth boundary.
When the boundary classification is policy-dependent or unclear, prefer needs_review and put the ambiguity in proof gaps.
Use confirmed only when static evidence connects the vulnerable condition to reachable code under stated preconditions and the source crosses an intended security boundary for a shipped, deployed, or documented product surface. Dependency or component presence by itself is not enough.
Use not_actionable only when static evidence positively defeats the finding, for example:
or an intentionally code-executing extension point under the repository's documented security model
Use needs_review when evidence is insufficient, ambiguous, runtime-only, policy-dependent, environment-dependent, or blocked by missing repository context. Prefer needs_review over speculative confirmed or not_actionable verdicts.
After verdicting, assign discrete exploitability stack ranks separately for confirmed and needs_review findings.
confirmed findings use the confirmed rank queue and rank labels P0,P1, P2, etc. P0 is the most exploitable confirmed finding in this result set.
needs_review findings use the needs_review rank queue and the same P0, P1, P2, etc. labels. P0 is the highest-exploitability unresolved finding to review first.Use rank_queue to distinguish confirmed priorities from needs-review priorities.
not_actionable findings are not stack-ranked; set their rank queue and rank to null.Rank by exploitability, not by scanner severity alone. Prioritize findings with clearer attacker reachability, lower required privileges, fewer preconditions, more direct source-to-sink control, weaker or absent guards, and more reliable static evidence that the exploit path can be exercised. Use claimed impact or scanner severity only as a final tiebreaker when exploitability is otherwise equal.
Keep findings in input order in the JSON result. Use the stack-rank fields to show review/remediation priority instead of reordering the results.
For confirmed findings only, add a concise owner hint after assigning the verdict and exploitability stack rank when local ownership evidence is easy to derive.
Prefer CODEOWNERS or OWNERS evidence when available. If ownership is not clear, omit the owner hint rather than guessing. Owner hints are routing metadata only: do not use ownership to influence verdict, confidence, boundary assessment, or exploitability rank.
The security-triage-finding/v0 contract does not define a dedicated owner field. Do not add undocumented fields to the security-triage-finding/v0 payload. Put owner-hint text in existing Markdown output, evidence, or recommended-next-step text when it is useful.
The Markdown result should include:
confirmed and needs_review findingsconfirmed findings, when availablesecurity-fix-finding handoff when verdict is confirmedThe security-triage-finding/v0 JSON payload must include:
schema_version: "security-triage-finding/v0"source_type on every finding result, using one of the input source types listed aboveboundary_assessment on every finding result, even when fields are unknownexploitability_stack_rank on every finding resultDefault to a concise Markdown summary. The intended default UX is:
security-triage-finding/v0 result internallyInclude the fenced JSON block when the user explicitly asks to see or copy the raw result contract.
For confirmed findings, include a concise prompt-ready handoff for security-fix-finding with:
security-fix-finding should preserve or validateDo not invoke security-fix-finding unless the user explicitly asks to continue into fixing.
confirmed solely because attacker-influenced data reaches a dangerous sink; first establish the relevant product surface and supported security boundary.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.