Skip to content

Commit d710421

Browse files
committed
chore(deps): update models to include GPT-5.4 and update package dependencies
1 parent 546aa54 commit d710421

4 files changed

Lines changed: 19 additions & 19 deletions

agents/application-security-analyst.agent.md

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

88
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: application-security-architect
33
description: Designs secure architectures and guardrails. Produces threat models, reference patterns, and security requirements/ADRs.
44
tools: ['vscode', 'execute', 'read', 'edit', 'search', 'web', 'mermaidchart.vscode-mermaid-chart/get_syntax_docs', 'mermaidchart.vscode-mermaid-chart/mermaid-diagram-validator', 'mermaidchart.vscode-mermaid-chart/mermaid-diagram-preview', 'todo']
5-
model: GPT-5.2
5+
model: [GPT-5.4, GPT-5.2]
66
---
77

88
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.
44
tools: ['vscode', 'execute', 'read', 'edit', 'search', 'web', 'todo']
5-
model: GPT-5.2
5+
model: [GPT-5.4, GPT-5.2]
66
---
77

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

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)