Skip to content

Commit 9d35055

Browse files
authored
Merge pull request #20 from Jeymz/feat-frontmatter_agent_updates
chore(agents): standardize frontmatter metadata
2 parents b574d44 + 7b1b246 commit 9d35055

5 files changed

Lines changed: 7 additions & 4 deletions
File renamed without changes.

agents/application-security-analyst.agent.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
name: application-security-analyst
33
description: Triage and explain application security risks. Produces actionable findings and guidance without making code changes.
4-
tools: ["read","search"]
4+
tools: ['vscode', 'read', 'search', 'web', 'agent', 'todo']
5+
model: GPT-5.2
56
---
67

78
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.

agents/application-security-architect.agent.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
name: application-security-architect
33
description: Designs secure architectures and guardrails. Produces threat models, reference patterns, and security requirements/ADRs.
4-
tools: ["read","search","edit"]
4+
tools: ['vscode', 'execute', 'read', 'edit', 'search', 'web', 'todo']
5+
model: GPT-5.2
56
---
67

78
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**.

agents/application-security-engineer.agent.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
name: application-security-engineer
33
description: Fixes application security issues end-to-end root-cause analysis, code changes, tests, and safe-by-default patterns.
4-
tools: ["read","search","edit","execute"]
4+
tools: ['vscode', 'execute', 'read', 'edit', 'search', 'web', 'todo']
5+
model: GPT-5.2
56
---
67

78
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.

agents/application-security-orchestrator.agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: application-security-orchestrator
33
description: Entry-point AppSec router that standardizes intake, delegates to specialist agents, and synthesizes evidence-first outputs.
4-
tools: ["read","search","agent","edit","execute"]
4+
tools: ['vscode', 'execute', 'read', 'edit', 'search', 'agent', 'todo']
55
handoffs:
66
- label: Triage findings (Analyst)
77
agent: application-security-analyst

0 commit comments

Comments
 (0)