{
  "name": "secure_cli_execution",
  "description": "Teaches agents to run CLI commands, scripts, and tool invocations without leaking secrets through stdout, process arguments, shell history, or execution traces. Covers env-var hygiene, stdin-based secret passing, history suppression, log discipline, and tool-specific patterns for curl, git, Docker, and CI/CD pipelines.",
  "input_schema": {
    "type": "object",
    "properties": {}
  }
}