Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Security Triage

ASecurity

Domain reasoning for triaging AXguard findings — keep/drop gates, confidence, and severity promotion before remediation.

15 stars
0 votes
0 copies
0 views
Added 9/22/2026
securitygosqlapisecurity

Works with

api

Security Analysis

A100/100

Scanned 9/22/2026

Install to Claude Code

$npx -y skills add awarexone/AXguard --skill security-triage --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Security Triage?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Security Triage
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/awarexone-security-triage/badge)](https://www.skillsdirectory.com/skills/awarexone-security-triage)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: security-triage
description: Domain reasoning for triaging AXguard findings — keep/drop gates, confidence, and severity promotion before remediation.
version: "1.0.0"
author: AwareXone
license: MIT
domain: operations
subcategory: triage
tags: [triage, false-positives, confidence, severity]
frameworks:
  cwe: []
  owasp_top10: []
  owasp_api_top10: []
  owasp_llm_top10: []
  owasp_wstg: []
  owasp_asvs: []
  mitre_attack: []
  mitre_atlas: []
  nist_csf: []
  nist_ai_rmf: []
related_skills: [security-remediation, axguard-triage, axguard-audit, axguard-cso]
related_commands: [/axguard-triage, /axguard-audit, /axguard-report]
related_rules: []
references:
  - https://owasp.org/Top10/
last_reviewed: "2026-09-15"
---

# Security Triage

## Purpose

Encode **keep / drop / needs-manual** decision-making over scanner output so only evidence-backed issues proceed to fix or report. Complements orchestration skill `axguard-triage` / `/axguard-triage`.

## When to Use

- After `axguard audit` / `scan` when finding volume is high
- Before `/axguard-fix` or customer-facing reports
- When severity looks inflated or understated relative to code evidence

## When Not to Use

- As a substitute for reading the sink (do not mass-drop without per-finding review)
- To suppress confirmed critical issues for convenience

## Security Concepts

Confidence model: `CONFIRMED` | `HIGH` | `MEDIUM` | `LOW` | `INFORMATIONAL`. Never jump hypothesis → `CONFIRMED` without source→sink→missing-control evidence. Triage optimizes **signal**, not emptiness.

## Threat Model

Failure modes of bad triage:

1. False confidence → ship with RCE/auth/secret bugs.
2. Alert fatigue → real issues ignored.
3. Severity theater → critical without reachability.

## Analysis Workflow

1. Prefer existing `.findings/axguard/axguard-report.json`; else run `axguard audit .`.
2. Sort critical → low; process in order.
3. Apply the gate (all must pass to **Keep**):
   - Real sink in shipped code (not test-only unless tests ship/deploy).
   - Reachability: attacker-influenced data can reach it, or a required control is clearly absent.
   - Impact beyond style / theoretical purity.
   - Actionable fix path for an engineer.
4. Fail any → **Drop** with one-line reason. Uncertain reachability → `needs-manual`, do not promote to critical.
5. Severity actions: **Promote** (clear RCE/auth bypass/prod secret), **Hold**, **Demote** (admin-only / partial mitigator), **Drop**.
6. Use class-specific FP notes from `axguard-triage` (SQL bind vars, allowlisted SSRF, DEBUG in examples, etc.).
7. Hand **Keep** list to `security-remediation` / `axguard-remediate` (`/axguard-fix`) or `/axguard-report`.

## Evidence Requirements

| Field | Content |
|---|---|
| Decision | Keep / Drop / needs-manual |
| ID | Rule or finding id |
| Severity | Final severity |
| Location | file:line |
| Reason | One line |
| Confidence | Per model above |

## False Positive Controls

Treat as drop candidates when:

- Fixture / `.env.example` / docs-only
- Fully parameterized or allowlisted path proven on the same data flow
- Dead code eliminated from all ship artifacts
- Duplicate of an already-kept root cause

## Remediation

Triage does not patch. Output a confirmed queue; invoke `security-remediation` next. If triage reveals systemic noise, open rule-tuning notes — do not silently delete signal.

## Verification

Spot-check a sample of Drops for mistaken dismissal. Ensure every Keep has a path to fix ownership. Re-count blockers (Keep ≥ high on auth/RCE/secret).

## Related Skills

Orchestration: `axguard-triage`, `axguard-remediate`, `axguard-cso`, `axguard-report`.  
Domain: per-class skills (`sql-injection`, `ssrf-analysis`, `secrets-detection`, …) for evidence standards.

## Framework Mapping

Operational skill — no primary CWE/OWASP entry. Findings retain the framework IDs of their vuln class.

## References

- AXGuard `axguard-triage/SKILL.md`
- https://owasp.org/Top10/ (severity context only)

## Research Provenance

Primary: AXGuard triage orchestration skill and audit pipeline (2026-09-15).  
Secondary: AwareXone Agentic-Bug-Hunter methodology concepts for keep/drop discipline (MIT; no report dumps).  
Framework IDs deferred to domain skills.

Attribution

awarexoneawarexone
View sourceMore from awarexone →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Springboot Security

Java Spring Boot 服务中关于身份验证/授权、验证、CSRF、密钥、标头、速率限制和依赖安全的 Spring Security 最佳实践。

2456590 votes

Security Review

Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.

2456590 votes

Paperclip Task Bridge

Create, comment on, update, and list Paperclip tasks from Hermes using scoped Paperclip API credentials.

805540 votes

Summarize Status

Write a short, colloquial summary for a Paperclip summary slot: open with the 1–3 specific, concrete actions the reader needs to take right now to unblock the work, then a brief plain-language status, streaming progress as it works.

805540 votes

Paperclip Evals

Choose, inspect, validate, and report Paperclip Runner or Product E2E evaluations while preserving evidence, provenance, cost, and failure classification.

805540 votes
View all in security →