incident-runbook-templates
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes numerous shell command templates for system administration and incident triage. Specifically:
- Kubernetes management commands using
kubectlfor scaling, rolling back deployments, and inspecting logs. - Database operations using
psqlfor session management, performance monitoring, and query termination. - Network diagnostics and API interaction using
curlto query Prometheus metrics and toggle internal feature flags. - [COMMAND_EXECUTION]: References project-local scripts for automated testing and database recovery, such as
./scripts/smoke-test-payments.shand./scripts/db-rollback.sh. These are documented as standard verification and rollback procedures. - [DATA_EXFILTRATION]: Includes network requests to internal services (e.g.,
api.company.com,prometheus:9090) and external monitoring tools (e.g.,sentry.io,status.stripe.com). These operations are purely for diagnostic and mitigation purposes within a production incident context and do not involve unauthorized data movement.
Audit Metadata