Structural security for AI agents. Use when an agent is about to handle untrusted input, access sensitive data, make outbound requests, or take irreversible actions. Applies the Lethal Trifecta check, blast radius thinking, and least-privilege principles from securingagents.com to any agent task.
Structural security for AI agents. Load this skill before any sensitive operation.
secure-agent gives your AI agent a security mindset grounded in structural controls — not behavioral promises. Based on the attack patterns documented at securingagents.com.
When loaded, an agent will:
Any agent that:
In your agent's task or AGENTS.md, add:
Load and follow the secure-agent skill before beginning this task.
Or reference it directly if your platform supports skill loading.
| File | Purpose |
|------|---------|
| SKILL.md | Core security rules for the agent |
| checklist.md | Pre-task self-audit checklist |
| threats/latest.md | Current AI agent threat landscape (updated by Scout) |
Behavioral controls — system prompts, guardrails, output classifiers — fail against motivated adversaries. The only reliable defense is structural: design the blast radius before the agent gets credentials.
This skill helps agents apply that thinking to themselves.
Built by securingagents.com · Maintained by Scout 🔍
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer