← ClaudeAtlas

security-issue-triagelisted

For each open `<tracker>` issue carrying the `needs triage` label, read body + comments and classify the candidate disposition into one of six classes: VALID / DEFENSE-IN-DEPTH / INFO-ONLY / INVALID / PROBABLE-DUP / FIX-ALREADY-PUBLIC. On user confirmation, posts a triage-proposal comment that invites the security team to react. Read-only on tracker state — no label flips, closes, or CVE allocations. Supports `--retriage` for re-litigating passed-triage decisions when substantive new activity lands.
apache/airflow-steward · ★ 19 · AI & Automation · score 80
Install: claude install-skill apache/airflow-steward
<!-- Placeholder convention (see AGENTS.md#placeholder-convention-used-in-skill-files): <project-config> → adopting project's `.apache-steward/` directory <tracker> → value of `tracker_repo:` in <project-config>/project.md (example: airflow-s/airflow-s for the Apache Airflow security team) <upstream> → value of `upstream_repo:` in <project-config>/project.md (example: apache/airflow) <security-list> → value of `security_list:` in <project-config>/project.md Before running any bash command below, substitute these with the concrete values from the adopting project's <project-config>/project.md. --> # security-issue-triage This skill is the **initial-triage discussion-starter** for security tracker issues. For each [`<tracker>`](https://github.com/<tracker>) issue carrying the `needs triage` label, it reads the body + comments, applies the project's Security Model framing, classifies the candidate disposition, and — on the user's explicit confirmation — posts a triage-proposal comment that invites the security team to react. The skill **never flips `needs triage` to a scope label**, **never closes**, **never allocates a CVE**, **never edits the body**. The valid / invalid decision belongs to team consensus; this skill opens the discussion that produces it, and the sibling skills below apply the state change once consensus lands. It composes with: - [`security-issue-import`](../security