pvr-watchlist

Monitor watchlist repos for PVR status changes via the GitHub API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Weekly monitoring of repos on the security watchlist to ensure private vulnerability reporting is enabled, and to automatically handle disclosures or flag for re-research when drafts are lost.

Core Features & Use Cases

  • Load the watchlist and probe each repo for PVR status using the GitHub API.
  • Auto-submit drafts when a recoverable draft exists and the status allows submission.
  • Flag entries as requiring re-research when a draft is missing or incomplete.
  • Update memory and watchlist files with current statuses and timestamps.
  • Notify stakeholders when watchlist entries flip or reach terminal states.

Quick Start

Run the pvr-watchlist skill on a schedule to scan the watchlist, update statuses, and trigger disclosures when possible.

Frequently Asked Questions about pvr-watchlist

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

FAQPage Schema
How do I automate weekly security watchlist checks for private vulnerability reporting?

Automate weekly security watchlist checks by running a scheduled skill that loads the watchlist, probes each repo via the GitHub API for PVR status, and automatically submits disclosures or flags entries for re-research.

What happens when a private vulnerability reporting draft is missing from a repository?

When a private vulnerability reporting draft is missing or incomplete, the watchlist monitoring process flags the repository entry as requiring re-research, ensuring incomplete disclosures are tracked and revisited.

How do I monitor GitHub repositories for private vulnerability reporting status changes?

Monitor GitHub repositories for private vulnerability reporting status changes by probing the GitHub API weekly, updating memory files with current statuses and timestamps, and notifying stakeholders when entries flip or reach terminal states.

Does the security watchlist monitoring workflow require GitHub API access to probe repositories?

Yes, the security watchlist monitoring workflow requires GitHub API access to probe each repository, query private vulnerability reporting statuses, and submit drafts when status allows automatic disclosure.

Can I automatically submit vulnerability disclosure drafts when a repository's PVR status allows it?

You can automatically submit vulnerability disclosure drafts when a recoverable draft exists and the repository's PVR status permits submission, with outcomes recorded in memory and watchlist files.

What are the limitations of automating private vulnerability reporting disclosures from a watchlist?

Automating private vulnerability reporting disclosures is limited by draft availability; if a draft is lost or incomplete, the automation cannot submit and must flag the entry for manual re-research.