pvr-watchlist

Monitor private vulnerability reporting status across GitHub repositories.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/aeoncity-demo/myaeon --skill pvr-watchlist-aeoncity-demo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pvr-watchlist
Source: https://github.com/aeoncity-demo/myaeon/tree/main/skills/pvr-watchlist
Command: npx skills add https://github.com/aeoncity-demo/myaeon --skill pvr-watchlist-aeoncity-demo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill keeps track of private vulnerability reporting (PVR) status across GitHub repositories, ensuring that critical security issues are promptly addressed.

Core Features & Use Cases

  • Security Watchlist Monitoring: Checks the status of PVR for repos on a security watchlist.
  • Status Flipping Notifications: Notifies when the PVR status of a repo changes.
  • Advisory Resubmission: Automatically resubmits advisories when PVR is enabled.
  • Re-research Flagging: Flags advisories for re-research if drafts are lost.

Quick Start

Use the pvr-watchlist skill to check the PVR status of a specific GitHub repository 'owner/repo'.

Frequently Asked Questions about pvr-watchlist

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

FAQPage Schema
How do I monitor private vulnerability reporting status across GitHub repositories?

You can monitor private vulnerability reporting (PVR) status across GitHub repositories by running a security watchlist check that tracks PVR changes and notifies you when a repository's status flips. This ensures critical security issues are promptly addressed.

How do I automatically resubmit GitHub security advisories when private vulnerability reporting is enabled?

To automatically resubmit GitHub security advisories when private vulnerability reporting is enabled, you need a monitoring tool that detects PVR status changes and triggers advisory resubmission. This restores draft advisories that were previously lost due to disabled PVR.

What happens to GitHub security advisories if a repository's private vulnerability reporting status changes?

When a repository's private vulnerability reporting status changes, draft advisories may be lost. A monitoring tool flags these advisories for re-research and automatically resubmits them if PVR is re-enabled, ensuring security issues are not dropped.

Do I need the GitHub CLI and API access to check private vulnerability reporting status?

Yes, checking private vulnerability reporting status requires the GitHub CLI (`gh`) and GitHub API access with appropriate scopes. These dependencies allow the monitoring tool to query repository configurations and manage security advisories.

Why does my GitHub security advisory draft disappear when private vulnerability reporting is disabled?

GitHub security advisory drafts disappear when private vulnerability reporting (PVR) is disabled because the repository can no longer accept private submissions. A monitoring tool flags these lost drafts for re-research once PVR is re-enabled.

Can I track multiple GitHub repositories for private vulnerability reporting changes at once?

Yes, you can track multiple GitHub repositories for private vulnerability reporting changes at once by configuring a security watchlist. The monitoring tool checks the PVR status for all listed repositories and alerts you to any status flips.