Security Vulnerability Response Instructions
⚠️ CRITICAL: This is a security vulnerability. Everything about this process is confidential until the advisory is published. Do not mention the vulnerability details in any public commit message, PR title, branch name, or comment. Do not push anything to a public branch. Do not discuss specifics in any public channel. Assume anything on the public repo is visible to attackers who will exploit the window between disclosure and user upgrades.
Context
A security vulnerability has been reported via GitHub Security Advisory:
- Advisory: {{ghsaId}} (e.g. GHSA-x8hx-rhr2-9rf7)
- Reporter: {{reporterHandle}}
- Severity: {{severity}}
- Notes: {{notes}}
Step 0: Fetch the Advisory Details
Pull the full advisory so you understand the vulnerability before doing anything else:
gh api repos/paperclipai/paperclip/security-advisories/{{ghsaId}}
Read the description, severity, cvss, and vulnerabilities fields. Understand the attack vector before writing code.
Step 1: Acknowledge the Report
⚠️ This step requires a human. The advisory thread does not have a comment API. Ask the human ope…