perplexity-incident-runbook
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
curlto perform health checks against the Perplexity API andkubectlto manage Kubernetes secrets and roll out configuration changes during an incident. - [DATA_EXPOSURE]: The runbook includes debugging steps that output the first five characters and the total length of the
PERPLEXITY_API_KEYenvironment variable to verify its status during auth failures. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from the Perplexity API responses.
- Ingestion points: API responses from
https://api.perplexity.ai/chat/completionsare captured in the triage and evidence collection steps inSKILL.md. - Boundary markers: None present; the responses are written directly to stdout or files.
- Capability inventory: Uses
curl,kubectl,dig,tar, andmkdirinSKILL.md. - Sanitization: No sanitization or validation is performed on the API responses before they are saved to files or displayed in the terminal.
Audit Metadata