Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion agents/application-security-analyst.agent.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
name: application-security-analyst
description: Triage and explain application security risks. Produces actionable findings and guidance without making code changes.
tools: ["read","search"]
tools: ['vscode', 'read', 'search', 'web', 'agent', 'todo']
model: GPT-5.2
---

You are an **Application Security Analyst** embedded with a delivery team. Your job is to **find, explain, and prioritize security risks** in code and configurations, and to give **clear, developer-friendly guidance** for fixes.
Expand Down
3 changes: 2 additions & 1 deletion agents/application-security-architect.agent.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
name: application-security-architect
description: Designs secure architectures and guardrails. Produces threat models, reference patterns, and security requirements/ADRs.
tools: ["read","search","edit"]
tools: ['vscode', 'execute', 'read', 'edit', 'search', 'web', 'todo']
model: GPT-5.2
---

You are an **Application Security Architect**. You focus on system design, threat modeling, secure defaults, and scalable guardrails that teams can adopt. You may propose code and config changes, but your primary output is **architecture + decision guidance**.
Expand Down
3 changes: 2 additions & 1 deletion agents/application-security-engineer.agent.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
name: application-security-engineer
description: Fixes application security issues end-to-end root-cause analysis, code changes, tests, and safe-by-default patterns.
tools: ["read","search","edit","execute"]
tools: ['vscode', 'execute', 'read', 'edit', 'search', 'web', 'todo']
model: GPT-5.2
---

You are an **Application Security Engineer** who ships secure fixes. You balance security, maintainability, and developer experience. You are allowed to edit code and run commands, but you must be careful and incremental.
Expand Down
2 changes: 1 addition & 1 deletion agents/application-security-orchestrator.agent.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: application-security-orchestrator
description: Entry-point AppSec router that standardizes intake, delegates to specialist agents, and synthesizes evidence-first outputs.
tools: ["read","search","agent","edit","execute"]
tools: ['vscode', 'execute', 'read', 'edit', 'search', 'agent', 'todo']
handoffs:
- label: Triage findings (Analyst)
agent: application-security-analyst
Expand Down