skills/jeremylongshore/claude-code-plugins-plus-skills/documenso-incident-runbook/Gen Agent Trust Hub
documenso-incident-runbook
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONCREDENTIALS_UNSAFEDATA_EXFILTRATIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses administrative commands via
kubectlto manage production deployments, including modifying environment variables (kubectl set env) to disable or re-enable services during incidents. - [CREDENTIALS_UNSAFE]: Includes a procedure to partially reveal the
DOCUMENSO_API_KEYenvironment variable (echo $DOCUMENSO_API_KEY | head -c 10) for verification purposes, which exposes segments of a sensitive credential. - [DATA_EXFILTRATION]: Accesses potentially sensitive application logs through
kubectl logsto diagnose error patterns and verify service health. - [EXTERNAL_DOWNLOADS]: Performs network requests using
curlto Documenso's official status page and API endpoints to confirm service availability and test connectivity. - [PROMPT_INJECTION]: The skill represents an indirect prompt injection surface as it ingests untrusted data from external logs via
kubectl logs. Malicious content embedded in logs could potentially influence agent behavior during analysis. - Ingestion points: Reads output from
kubectl logsinreferences/implementation-guide.md. - Boundary markers: None present for log ingestion.
- Capability inventory: Subprocess execution via
Bash(kubectl:*)andBash(curl:*)inSKILL.md. - Sanitization: No specific sanitization or validation of log content is performed before processing.
Audit Metadata