pvr-triage-monitor

Monitor private vulnerability reports and surface aging triage action items.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill pvr-triage-monitor-atrium-hermes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pvr-triage-monitor
Source: https://github.com/Atrium-Hermes/atrium-lighthouse/tree/main/skills/pvr-triage-monitor
Command: npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill pvr-triage-monitor-atrium-hermes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the monitoring and triage of private vulnerability reports by tracking their lifecycle and surfacing action items when needed.

Core Features & Use Cases

  • Tracks the state of private vulnerability reports (PVRs) from triage to draft/published or withdrawn.
  • Detects aging triage (older than 30 days) and surfaces reminders to maintainers.
  • Updates frontmatter fields like last_checked and resolved_at to maintain a historical record.

Quick Start

Run the monitor to start tracking PVR lifecycles and surface pending actions.

Frequently Asked Questions about pvr-triage-monitor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate monitoring of private vulnerability reports?

Automate monitoring of private vulnerability reports by running the monitor to track the PVR lifecycle from triage to draft, published, or withdrawn, surfacing action items for maintainers.

How does aging detection work for pending vulnerability triage?

Aging detection for pending vulnerability triage works by flagging private vulnerability reports older than 30 days, surfacing reminders to maintainers to ensure timely action on unresolved submissions.

What is the best way to track state changes for private security advisories?

Track state changes for private security advisories by applying frontmatter-based state tracking, which updates fields like last_checked and resolved_at to maintain a historical record of each report.

Can I use this workflow to surface action items for repository maintainers?

Yes, you can use this workflow to surface action items for maintainers by detecting state changes and aging triage in repositories with private vulnerability report submissions, guiding their next actions.

Does the triage monitor support optional patch references for security advisories?

Yes, the triage monitor supports optional patch references for security advisories, using them to guide maintainer actions when resolving tracked private vulnerability reports.