agent-security-review

Solid

Use for an adversarial red-team / blue-team / auditor review of an AI agent's CONFIG + behaviour (rules, skills, MCP, hooks, permissions) — attack-chain → defensive-gap list, not a code audit.

AI & Automation 10 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
35
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# agent-security-review A holistic, adversarial review of an **agent's configuration and behaviour** — the trust anchor, not the application code. Where [`threat-modeling`](../threat-modeling/SKILL.md) models a code change and [`security-audit`](../security-audit/SKILL.md) hunts code vulnerabilities, this skill asks: *given this assembled agent config (rules, skills, MCP servers, hooks, permissions, memory), how would an attacker turn it against its owner, and what defensive gap lets them?* Pairs the static signal from [`/security-audit-config`](../../agent-src/commands/) with an adversarial three-lens pass. Output is **decision support** — surface the trade-off, name the gap; the human decides. ## When to use - A consumer asks "is my agent setup safe / could this be weaponised". - Before trusting a third-party skill pack, MCP server, or rules file. - Periodic posture review of a fleet's agent config. - Any `D`/`F` category from `/security-audit-config` that warrants depth. ## Procedure ### 1. Inventory + inspect the attack surface Inspect the config the agent actually loads and check each surface in turn: instruction files (CLAUDE.md / AGENTS.md / .cursor/rules / copilot-instructions), installed skills + their `allowed-tools`, MCP servers + their tool descriptions, hooks + lifecycle scripts, permission/auto-approve settings, persistent memory, **and CI workflows that run an AI agent** (`.github/workflows/*` invoking an agent action or CLI: check trigger — `pull_reques...

Details

Author
event4u-app
Repository
event4u-app/agent-config
Created
5 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

agentic-system-security-review

Review an agentic system across agent identity, models, instructions, tools, memory, retrieval, delegation, protocols, guardrails, outputs, supply chain, cost, revocation, and emergency stopping. Use for a read-only threat and control assessment of model-mediated actions; use application-security-review for conventional application controls and skill-security-review for a skill package.

0 Updated today
JovaniPink
AI & Automation Listed

agent-security

Use when reviewing or writing LLM, RAG, MCP, tool, or agent code for OWASP-aligned security issues; triggered by "owasp my code", "owasp this PR", AI security review, PR review, or changes to AI system code.

2 Updated 1 weeks ago
Da6ka
AI & Automation Listed

my-security-review-checklist

Pre-merge security gate for agent tooling - skills, subagents, slash commands, hooks, shell and sync scripts, dotfiles, settings.json, and plugin/MCP trust. Also scans shared tooling for user-specific absolute paths, device overfitting and hardcoded personal constants, and can fix them. Scans any file an agent reads as instructions for text hidden from the human reviewer (invisible Unicode, tag smuggling, zero-width characters, bidi overrides), so use it whenever asked whether a skill, prompt, rules file or pasted content has hidden instructions in it. MUST be used before committing any change to ~/.agents or ~/.claude, before keeping a new or changed hook, before trusting a plugin or MCP server, and for any automation that consumes untrusted agent/LLM/web output.

0 Updated 2 days ago
thefilesareinthecomputer