agent-runbook 0.1.3

Generate a local runbook for AI coding agents.
Documentation
name: gitleaks
binary: gitleaks
aliases: []
category:
- security
lang:
- all
summary: Secret scanner for git repositories and filesystems.
homepage: https://github.com/gitleaks/gitleaks
docs: https://github.com/gitleaks/gitleaks#readme
detect:
  version_args:
  - version
  local:
    files:
    - .gitleaks.toml
    - gitleaks.toml
    dirs: []
    package_json:
      package_manager_prefixes: []
use_when:
- Scan repositories for committed secrets
avoid_when:
- Findings would expose secrets in shared logs
risk:
  level: high
  effects:
  - read_files
  - secret_exposure
  requires_auth: false
  destructive: false
  confirmation_required_for:
  - printing secret findings
guardrails:
- Redact secret values from output shared with users or logs.