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

Axguard Triage

BSecurity

Triage AXguard scanner output — false-positive filter, severity promotion, and keep/drop gates per vuln class. Use after an audit when the user wants signal, not volume, or runs /axguard-triage.

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

Works with

api

Security Analysis

B75/100
criticalPipes output to a shell interpreter

Scanned 9/22/2026

Install to Claude Code

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

Installs into .claude/skills of the current project.

Are you the author of Axguard Triage?

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

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

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

Download Zip
Files
SKILL.md
---
name: axguard-triage
description: Triage AXguard scanner output — false-positive filter, severity promotion, and keep/drop gates per vuln class. Use after an audit when the user wants signal, not volume, or runs /axguard-triage.
---

# AXguard Triage

Fewer confirmed bugs beat a long maybe-list. Read `.findings/axguard/axguard-report.json` when present. If `.findings/axguard/adversary.json` is present, prefer adversary final statuses (`CONFIRMED` / `LIKELY` / `UNVERIFIED` / `FALSE_POSITIVE` / `REQUIRES_REVIEW`) over raw Judge labels when deciding Keep vs Drop. Else if `.findings/axguard/verification.json` is present, use Judge statuses (`VERIFIED` / `LIKELY` / `UNVERIFIED` / `FALSE_POSITIVE`) — hunters emit candidates only; do not promote pattern-only `UNVERIFIED` hits to critical. Defensive reasoning only.

## Gate (all must pass to keep)

1. **Real sink** in shipped code (not a test/fixture unless fixtures ship or CI deploys them).
2. **Reachability** — attacker-influenced data can reach it, or a required control is clearly absent.
3. **Impact** — more than style / theoretical purity.
4. **Actionable fix** — engineer knows what to change.

Fail any → **Drop**. Pass all → **Keep** with severity + evidence. Uncertain reachability → `needs-manual`, do not promote to critical.

## Severity rules

| Action | When |
|--------|------|
| Promote | Confirmed RCE/auth bypass/secret-in-prod with clear path; scanner said medium |
| Hold | Scanner severity matches evidence |
| Demote | Sink real but only authenticated admin on isolated network, or mitigated partially |
| Drop | Test-only, constant input, dead code, already parameterized/sanitized on path |

Critical reserved for: RCE, auth bypass, prod secret leak, unverified JWT / alg=none on auth path.

## Class-specific FP notes

| Lead type | Often false when… | Promote when… |
|-----------|-------------------|----------------|
| IDOR / get-by-id | Query also filters `user_id`/`tenant_id`; BOLA already enforced in middleware | Id-only load on user-facing API |
| JWT decode | Display-only after prior `verify` | Decode used for auth decisions |
| SQL concat | All fragments are constants / bind vars used | Request/body/params interpolated |
| `shell=True` / exec | Fixed string; no user input in command | Any request/file/model field in command |
| pickle / unserialize | Local trusted cache, never from network | Cookie, queue, upload, or request body |
| SSTI | Template **name** dynamic; string is static file | User string compiled as template |
| path open/join | `realpath` + prefix check to jail | User segment joins then opens/sends |
| SSRF | Host allowlist / no user URL | User URL or redirect to internal/metadata |
| XSS sinks | Constant HTML or strict sanitizer in correct context | User/HTML from API into sink |
| upload original name | Random key in object storage + no exec | Saved under web root / executable path |
| CORS `*` | No credentials; public CDN | `*` or reflect-origin **with** credentials |
| DEBUG flags | `.env.example` / local-only compose not used in prod | Prod config or default True |
| supply curl\|sh | Docs-only, not CI/ship script | Dockerfile, CI, install.sh ship path |
| agent exec | Human approval hard-gate always | Model/tool output → shell/exec |

## Workflow

```bash
# Prefer existing report; else regenerate
axguard audit . --out-dir .findings/axguard
```

1. Sort findings critical → low.
2. Apply gate per item; record Keep / Drop / needs-manual.
3. Re-rank kept items by blast radius (see `axguard-cso`).
4. Hand confirmed list to `/axguard-fix` or `/axguard-report`.

## Output

| Keep / Drop / Manual | ID | Severity | Location | One-line reason |
|----------------------|----|----------|----------|-----------------|

Close with: kept count, dropped count, manual count, recommended ship decision hint (blocker if any Keep ≥ high on auth/RCE/secret).

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 →