kiro-agent-team 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.kiro/README.md +228 -0
- package/.kiro/agents/backend-engineer.json +6 -0
- package/.kiro/agents/backend-engineer.md +643 -0
- package/.kiro/agents/database-specialist.json +6 -0
- package/.kiro/agents/database-specialist.md +390 -0
- package/.kiro/agents/development-logger.json +6 -0
- package/.kiro/agents/development-logger.md +265 -0
- package/.kiro/agents/devops-engineer.json +6 -0
- package/.kiro/agents/devops-engineer.md +287 -0
- package/.kiro/agents/frontend-architect.json +6 -0
- package/.kiro/agents/frontend-architect.md +1032 -0
- package/.kiro/agents/hooks/backend-engineer-hooks.yaml +540 -0
- package/.kiro/agents/hooks/database-specialist-hooks.yaml +488 -0
- package/.kiro/agents/hooks/development-logger-hooks.yaml +361 -0
- package/.kiro/agents/hooks/devops-engineer-hooks.yaml +345 -0
- package/.kiro/agents/hooks/frontend-architect-hooks.yaml +521 -0
- package/.kiro/agents/hooks/project-manager-hooks.yaml +513 -0
- package/.kiro/agents/hooks/security-specialist-hooks.yaml +358 -0
- package/.kiro/agents/hooks/test-orchestrator-hooks.yaml +380 -0
- package/.kiro/agents/hooks/ui-ux-designer-hooks.yaml +353 -0
- package/.kiro/agents/project-manager.json +6 -0
- package/.kiro/agents/project-manager.md +344 -0
- package/.kiro/agents/prompts/backend-engineer-system.md +815 -0
- package/.kiro/agents/prompts/database-specialist-system.md +332 -0
- package/.kiro/agents/prompts/development-logger-system.md +232 -0
- package/.kiro/agents/prompts/devops-engineer-system.md +260 -0
- package/.kiro/agents/prompts/frontend-architect-system.md +305 -0
- package/.kiro/agents/prompts/project-manager-system.md +285 -0
- package/.kiro/agents/prompts/security-specialist-system.md +231 -0
- package/.kiro/agents/prompts/test-orchestrator-system.md +214 -0
- package/.kiro/agents/prompts/ui-ux-designer-system.md +270 -0
- package/.kiro/agents/security-specialist.json +6 -0
- package/.kiro/agents/security-specialist.md +277 -0
- package/.kiro/agents/test-orchestrator.json +6 -0
- package/.kiro/agents/test-orchestrator.md +266 -0
- package/.kiro/agents/ui-ux-designer.json +6 -0
- package/.kiro/agents/ui-ux-designer.md +284 -0
- package/.kiro/devlog/00-START-HERE.md +444 -0
- package/.kiro/devlog/COMPLETE-WORKFLOW.md +553 -0
- package/.kiro/devlog/DEVLOG-INTEGRATION.md +413 -0
- package/.kiro/devlog/DEVLOG-PROCESS-FLOWS.md +484 -0
- package/.kiro/devlog/DEVLOG-QUICK-REF.md +299 -0
- package/.kiro/devlog/DEVLOG.md +22 -0
- package/.kiro/devlog/IMPLEMENTATION-COMPLETE.txt +434 -0
- package/.kiro/devlog/IMPLEMENTATION-SUMMARY.md +358 -0
- package/.kiro/devlog/README.md +363 -0
- package/.kiro/devlog/devlog-update.bat +136 -0
- package/.kiro/devlog/devlog-update.sh +275 -0
- package/.kiro/devlog/feature-completion-hook.bat +78 -0
- package/.kiro/devlog/feature-completion-hook.sh +84 -0
- package/.kiro/documentation/cli.md +31 -0
- package/.kiro/documentation/docs_cli.md +41 -0
- package/.kiro/documentation/docs_cli_authentication.md +43 -0
- package/.kiro/documentation/docs_cli_autocomplete.md +132 -0
- package/.kiro/documentation/docs_cli_billing.md +31 -0
- package/.kiro/documentation/docs_cli_billing_contact-support.md +43 -0
- package/.kiro/documentation/docs_cli_billing_managing-taxes.md +67 -0
- package/.kiro/documentation/docs_cli_billing_related-questions.md +49 -0
- package/.kiro/documentation/docs_cli_billing_subscription-portal.md +31 -0
- package/.kiro/documentation/docs_cli_chat.md +84 -0
- package/.kiro/documentation/docs_cli_chat_configuration.md +40 -0
- package/.kiro/documentation/docs_cli_chat_context.md +258 -0
- package/.kiro/documentation/docs_cli_chat_git-aware-selection.md +41 -0
- package/.kiro/documentation/docs_cli_chat_images.md +53 -0
- package/.kiro/documentation/docs_cli_chat_manage-prompts.md +216 -0
- package/.kiro/documentation/docs_cli_chat_model-selection.md +153 -0
- package/.kiro/documentation/docs_cli_chat_permissions.md +68 -0
- package/.kiro/documentation/docs_cli_chat_planning-agent.md +230 -0
- package/.kiro/documentation/docs_cli_chat_responding.md +123 -0
- package/.kiro/documentation/docs_cli_chat_security.md +87 -0
- package/.kiro/documentation/docs_cli_chat_subagents.md +77 -0
- package/.kiro/documentation/docs_cli_code-intelligence.md +251 -0
- package/.kiro/documentation/docs_cli_custom-agents.md +37 -0
- package/.kiro/documentation/docs_cli_custom-agents_configuration-reference.md +941 -0
- package/.kiro/documentation/docs_cli_custom-agents_creating.md +93 -0
- package/.kiro/documentation/docs_cli_custom-agents_examples.md +360 -0
- package/.kiro/documentation/docs_cli_custom-agents_troubleshooting.md +180 -0
- package/.kiro/documentation/docs_cli_enterprise_billing.md +33 -0
- package/.kiro/documentation/docs_cli_enterprise_concepts.md +34 -0
- package/.kiro/documentation/docs_cli_enterprise_getting-started.md +19 -0
- package/.kiro/documentation/docs_cli_enterprise_iam.md +251 -0
- package/.kiro/documentation/docs_cli_enterprise_monitor-and-track.md +15 -0
- package/.kiro/documentation/docs_cli_enterprise_monitor-and-track_dashboard.md +62 -0
- package/.kiro/documentation/docs_cli_enterprise_monitor-and-track_prompt-logging.md +165 -0
- package/.kiro/documentation/docs_cli_enterprise_monitor-and-track_user-activity.md +123 -0
- package/.kiro/documentation/docs_cli_enterprise_settings.md +15 -0
- package/.kiro/documentation/docs_cli_enterprise_subscribe.md +36 -0
- package/.kiro/documentation/docs_cli_enterprise_subscription-management.md +55 -0
- package/.kiro/documentation/docs_cli_enterprise_supported-regions.md +39 -0
- package/.kiro/documentation/docs_cli_experimental.md +282 -0
- package/.kiro/documentation/docs_cli_experimental_checkpointing.md +439 -0
- package/.kiro/documentation/docs_cli_experimental_delegate.md +422 -0
- package/.kiro/documentation/docs_cli_experimental_knowledge-management.md +449 -0
- package/.kiro/documentation/docs_cli_experimental_tangent-mode.md +357 -0
- package/.kiro/documentation/docs_cli_experimental_thinking.md +331 -0
- package/.kiro/documentation/docs_cli_experimental_todo-lists.md +385 -0
- package/.kiro/documentation/docs_cli_hooks.md +207 -0
- package/.kiro/documentation/docs_cli_installation.md +235 -0
- package/.kiro/documentation/docs_cli_mcp.md +106 -0
- package/.kiro/documentation/docs_cli_mcp_configuration.md +294 -0
- package/.kiro/documentation/docs_cli_mcp_examples.md +273 -0
- package/.kiro/documentation/docs_cli_mcp_governance.md +436 -0
- package/.kiro/documentation/docs_cli_mcp_security.md +77 -0
- package/.kiro/documentation/docs_cli_migrating-from-q.md +129 -0
- package/.kiro/documentation/docs_cli_privacy-and-security.md +83 -0
- package/.kiro/documentation/docs_cli_privacy-and-security_compliance-validation.md +17 -0
- package/.kiro/documentation/docs_cli_privacy-and-security_data-protection.md +104 -0
- package/.kiro/documentation/docs_cli_privacy-and-security_firewalls.md +26 -0
- package/.kiro/documentation/docs_cli_privacy-and-security_infrastructure-security.md +10 -0
- package/.kiro/documentation/docs_cli_privacy-and-security_vpc-endpoints.md +41 -0
- package/.kiro/documentation/docs_cli_reference_built-in-tools.md +624 -0
- package/.kiro/documentation/docs_cli_reference_cli-commands.md +689 -0
- package/.kiro/documentation/docs_cli_reference_settings.md +294 -0
- package/.kiro/documentation/docs_cli_reference_slash-commands.md +559 -0
- package/.kiro/documentation/docs_cli_steering.md +84 -0
- package/.kiro/guides/AGENT_WORKFLOW_GUIDE.md +294 -0
- package/.kiro/guides/DEVLOG.md +882 -0
- package/.kiro/guides/IMPLEMENTATION_EXAMPLES.md +611 -0
- package/.kiro/guides/PIV Loop.md +122 -0
- package/.kiro/guides/PIV Loop.png +0 -0
- package/.kiro/guides/PIVLoop.png +0 -0
- package/.kiro/guides/QUICK_REFERENCE.md +202 -0
- package/.kiro/guides/README.md +149 -0
- package/.kiro/guides/advanced-patterns.md +514 -0
- package/.kiro/guides/agent-coordination.md +434 -0
- package/.kiro/guides/core-workflows.md +409 -0
- package/.kiro/guides/emergency-procedures.md +414 -0
- package/.kiro/guides/project-evaluation.md +534 -0
- package/.kiro/guides/quality-assurance.md +431 -0
- package/.kiro/guides/quick-start.md +235 -0
- package/.kiro/guides/troubleshooting.md +575 -0
- package/.kiro/guides/walkthroughs.md +711 -0
- package/.kiro/prompts/add-to-devlog.md +263 -0
- package/.kiro/prompts/code-review-fix.md +18 -0
- package/.kiro/prompts/code-review-hackathon.md +167 -0
- package/.kiro/prompts/code-review-security.md +454 -0
- package/.kiro/prompts/code-review.md +113 -0
- package/.kiro/prompts/create-prd.md +151 -0
- package/.kiro/prompts/execute-backend.md +257 -0
- package/.kiro/prompts/execute-frontend.md +438 -0
- package/.kiro/prompts/execute-logging.md +491 -0
- package/.kiro/prompts/execute-security.md +482 -0
- package/.kiro/prompts/execute-testing.md +528 -0
- package/.kiro/prompts/execute.md +101 -0
- package/.kiro/prompts/execution-report.md +72 -0
- package/.kiro/prompts/implement-fix.md +228 -0
- package/.kiro/prompts/plan-feature.md +433 -0
- package/.kiro/prompts/prime.md +73 -0
- package/.kiro/prompts/quality-metrics.md +622 -0
- package/.kiro/prompts/quickstart.md +318 -0
- package/.kiro/prompts/rca.md +220 -0
- package/.kiro/prompts/system-review.md +189 -0
- package/README.md +32 -0
- package/bin/cli.js +97 -0
- package/package.json +33 -0
|
@@ -0,0 +1,358 @@
|
|
|
1
|
+
# Security Specialist Agent Hooks Configuration
|
|
2
|
+
# Automated security workflows and triggers
|
|
3
|
+
|
|
4
|
+
agent_name: "Security Specialist"
|
|
5
|
+
agent_role: "Application Security & Vulnerability Assessment Expert"
|
|
6
|
+
version: "1.0"
|
|
7
|
+
|
|
8
|
+
hooks:
|
|
9
|
+
# Systematic Security Implementation
|
|
10
|
+
- name: "systematic_security_implementation"
|
|
11
|
+
description: "Execute systematic security implementation using standardized framework"
|
|
12
|
+
trigger:
|
|
13
|
+
type: "user_command"
|
|
14
|
+
conditions:
|
|
15
|
+
- command: "execute"
|
|
16
|
+
- agent: "security-specialist"
|
|
17
|
+
action:
|
|
18
|
+
type: "execute_prompt"
|
|
19
|
+
prompt: "execute-security.md"
|
|
20
|
+
message: "Executing systematic security implementation with comprehensive threat analysis and vulnerability assessment..."
|
|
21
|
+
agent: "security-specialist"
|
|
22
|
+
include_context:
|
|
23
|
+
- security_requirements: true
|
|
24
|
+
- threat_model: true
|
|
25
|
+
- compliance_standards: true
|
|
26
|
+
- vulnerability_context: true
|
|
27
|
+
|
|
28
|
+
# Security Assessment Triggers
|
|
29
|
+
- name: "security_audit_trigger"
|
|
30
|
+
description: "Trigger comprehensive security audit when new features are deployed"
|
|
31
|
+
trigger:
|
|
32
|
+
type: "file_change"
|
|
33
|
+
patterns:
|
|
34
|
+
- "backend/src/routes/*.ts"
|
|
35
|
+
- "backend/src/middleware/*.ts"
|
|
36
|
+
- "frontend/src/components/auth/*.tsx"
|
|
37
|
+
- "database/migrations/*.sql"
|
|
38
|
+
action:
|
|
39
|
+
type: "agent_message"
|
|
40
|
+
message: |
|
|
41
|
+
🔒 SECURITY AUDIT TRIGGER
|
|
42
|
+
|
|
43
|
+
Changes detected in security-sensitive areas. Please conduct a security review focusing on:
|
|
44
|
+
|
|
45
|
+
**Assessment Areas:**
|
|
46
|
+
- Authentication and authorization flows
|
|
47
|
+
- Input validation and sanitization
|
|
48
|
+
- Database access controls and queries
|
|
49
|
+
- API endpoint security and rate limiting
|
|
50
|
+
- Session management and token handling
|
|
51
|
+
|
|
52
|
+
**Questions to Address:**
|
|
53
|
+
1. What type of security changes were made? (Authentication, authorization, data handling, API endpoints)
|
|
54
|
+
2. What sensitive data or operations are affected by these changes?
|
|
55
|
+
3. What compliance requirements need to be considered? (GDPR, HIPAA, PCI DSS)
|
|
56
|
+
4. What's the risk level of these changes? (Low, medium, high, critical)
|
|
57
|
+
5. Do you need immediate security testing or can this be part of regular audit cycle?
|
|
58
|
+
|
|
59
|
+
Please provide details about the changes so I can conduct an appropriate security assessment.
|
|
60
|
+
|
|
61
|
+
- name: "vulnerability_scan_trigger"
|
|
62
|
+
description: "Trigger vulnerability scanning when dependencies are updated"
|
|
63
|
+
trigger:
|
|
64
|
+
type: "file_change"
|
|
65
|
+
patterns:
|
|
66
|
+
- "package.json"
|
|
67
|
+
- "package-lock.json"
|
|
68
|
+
- "requirements.txt"
|
|
69
|
+
- "Dockerfile"
|
|
70
|
+
action:
|
|
71
|
+
type: "agent_message"
|
|
72
|
+
message: |
|
|
73
|
+
🛡️ DEPENDENCY SECURITY SCAN
|
|
74
|
+
|
|
75
|
+
Dependency changes detected. Initiating security vulnerability assessment.
|
|
76
|
+
|
|
77
|
+
**Scan Focus Areas:**
|
|
78
|
+
- Known vulnerabilities in updated packages
|
|
79
|
+
- License compliance and security implications
|
|
80
|
+
- Transitive dependency security risks
|
|
81
|
+
- Container image security (if Dockerfile changed)
|
|
82
|
+
|
|
83
|
+
**Consultation Questions:**
|
|
84
|
+
1. Are these critical security updates or routine dependency updates?
|
|
85
|
+
2. Do you have any known security concerns with the updated packages?
|
|
86
|
+
3. What's your preferred vulnerability scanning approach? (Automated, manual review, both)
|
|
87
|
+
4. What severity level requires immediate action? (Critical, high, medium)
|
|
88
|
+
5. Do you need a detailed security report or summary of findings?
|
|
89
|
+
|
|
90
|
+
I'll analyze the dependency changes and provide security recommendations.
|
|
91
|
+
|
|
92
|
+
- name: "auth_security_review"
|
|
93
|
+
description: "Trigger security review when authentication code changes"
|
|
94
|
+
trigger:
|
|
95
|
+
type: "file_change"
|
|
96
|
+
patterns:
|
|
97
|
+
- "backend/src/services/authService.ts"
|
|
98
|
+
- "backend/src/middleware/auth.ts"
|
|
99
|
+
- "frontend/src/store/slices/authSlice.ts"
|
|
100
|
+
- "backend/src/routes/auth.ts"
|
|
101
|
+
action:
|
|
102
|
+
type: "agent_message"
|
|
103
|
+
message: |
|
|
104
|
+
🔐 AUTHENTICATION SECURITY REVIEW
|
|
105
|
+
|
|
106
|
+
Authentication system changes detected. Conducting security assessment.
|
|
107
|
+
|
|
108
|
+
**Security Review Checklist:**
|
|
109
|
+
- JWT token security and expiration handling
|
|
110
|
+
- Password hashing and storage security
|
|
111
|
+
- Session management and logout procedures
|
|
112
|
+
- Multi-factor authentication implementation
|
|
113
|
+
- Rate limiting and brute force protection
|
|
114
|
+
|
|
115
|
+
**Consultation Questions:**
|
|
116
|
+
1. What authentication changes were implemented? (Login flow, token handling, password policies)
|
|
117
|
+
2. Are you implementing any new authentication methods? (OAuth, SAML, MFA)
|
|
118
|
+
3. What security standards should we validate against? (OWASP, NIST, industry-specific)
|
|
119
|
+
4. Do you need penetration testing of the authentication system?
|
|
120
|
+
5. What's your timeline for security validation? (Immediate, before deployment, scheduled review)
|
|
121
|
+
|
|
122
|
+
Please describe the authentication changes so I can provide targeted security guidance.
|
|
123
|
+
|
|
124
|
+
# Compliance and Audit Triggers
|
|
125
|
+
- name: "compliance_check_trigger"
|
|
126
|
+
description: "Trigger compliance review for data handling changes"
|
|
127
|
+
trigger:
|
|
128
|
+
type: "file_change"
|
|
129
|
+
patterns:
|
|
130
|
+
- "backend/src/models/*.ts"
|
|
131
|
+
- "database/schema*.sql"
|
|
132
|
+
- "backend/src/services/*Service.ts"
|
|
133
|
+
action:
|
|
134
|
+
type: "agent_message"
|
|
135
|
+
message: |
|
|
136
|
+
📋 COMPLIANCE REVIEW TRIGGER
|
|
137
|
+
|
|
138
|
+
Data model or service changes detected. Initiating compliance assessment.
|
|
139
|
+
|
|
140
|
+
**Compliance Areas to Review:**
|
|
141
|
+
- Data privacy and protection (GDPR, CCPA)
|
|
142
|
+
- Data retention and deletion policies
|
|
143
|
+
- Audit logging and data access tracking
|
|
144
|
+
- Encryption requirements for sensitive data
|
|
145
|
+
- Cross-border data transfer compliance
|
|
146
|
+
|
|
147
|
+
**Consultation Questions:**
|
|
148
|
+
1. What type of data changes were made? (New data fields, data processing logic, storage changes)
|
|
149
|
+
2. What compliance frameworks apply to your application? (GDPR, HIPAA, PCI DSS, SOC 2)
|
|
150
|
+
3. Do you handle any regulated data types? (Personal data, health records, financial information)
|
|
151
|
+
4. What's your data classification and handling policy?
|
|
152
|
+
5. Do you need compliance documentation or audit trail updates?
|
|
153
|
+
|
|
154
|
+
I'll review the changes for compliance implications and provide guidance.
|
|
155
|
+
|
|
156
|
+
# Security Incident Analysis and Resolution
|
|
157
|
+
- name: "security_root_cause_analysis"
|
|
158
|
+
description: "Execute systematic root cause analysis for security issues"
|
|
159
|
+
trigger:
|
|
160
|
+
type: "user_command"
|
|
161
|
+
conditions:
|
|
162
|
+
- command: "security-rca"
|
|
163
|
+
- command: "rca"
|
|
164
|
+
- parameters: ["issue_id"]
|
|
165
|
+
action:
|
|
166
|
+
type: "execute_prompt"
|
|
167
|
+
prompt: "rca.md"
|
|
168
|
+
message: "Conducting comprehensive root cause analysis for security issue..."
|
|
169
|
+
agent: "security-specialist"
|
|
170
|
+
include_context:
|
|
171
|
+
- security_incident_details: true
|
|
172
|
+
- vulnerability_context: true
|
|
173
|
+
- system_architecture: true
|
|
174
|
+
|
|
175
|
+
- name: "security_fix_implementation"
|
|
176
|
+
description: "Implement security fixes based on RCA analysis"
|
|
177
|
+
trigger:
|
|
178
|
+
type: "user_command"
|
|
179
|
+
conditions:
|
|
180
|
+
- command: "implement-security-fix"
|
|
181
|
+
- command: "implement-fix"
|
|
182
|
+
- parameters: ["issue_id"]
|
|
183
|
+
action:
|
|
184
|
+
type: "execute_prompt"
|
|
185
|
+
prompt: "implement-fix.md"
|
|
186
|
+
message: "Implementing security fix based on root cause analysis..."
|
|
187
|
+
agent: "security-specialist"
|
|
188
|
+
include_context:
|
|
189
|
+
- rca_document: true
|
|
190
|
+
- security_requirements: true
|
|
191
|
+
- testing_procedures: true
|
|
192
|
+
|
|
193
|
+
- name: "security_incident_response"
|
|
194
|
+
description: "Trigger incident response when security alerts are detected"
|
|
195
|
+
trigger:
|
|
196
|
+
type: "manual"
|
|
197
|
+
description: "Manual trigger for security incidents or alerts"
|
|
198
|
+
action:
|
|
199
|
+
type: "agent_message"
|
|
200
|
+
message: |
|
|
201
|
+
🚨 SECURITY INCIDENT RESPONSE
|
|
202
|
+
|
|
203
|
+
Security incident or alert detected. Initiating incident response protocol.
|
|
204
|
+
|
|
205
|
+
**Immediate Response Actions:**
|
|
206
|
+
- Assess incident severity and scope
|
|
207
|
+
- Contain potential security breach
|
|
208
|
+
- Preserve evidence and audit trails
|
|
209
|
+
- Coordinate with development team
|
|
210
|
+
- Prepare incident documentation
|
|
211
|
+
|
|
212
|
+
**Critical Information Needed:**
|
|
213
|
+
1. What type of security incident occurred? (Data breach, unauthorized access, malware, DDoS)
|
|
214
|
+
2. What systems or data are potentially affected?
|
|
215
|
+
3. When was the incident first detected?
|
|
216
|
+
4. What immediate containment actions have been taken?
|
|
217
|
+
5. Do you need to notify users, customers, or regulatory authorities?
|
|
218
|
+
6. What's your incident response team and communication plan?
|
|
219
|
+
|
|
220
|
+
Use @rca [issue-id] for systematic root cause analysis of security incidents.
|
|
221
|
+
Use @implement-fix [issue-id] to implement fixes based on RCA findings.
|
|
222
|
+
|
|
223
|
+
# Security Testing and Validation
|
|
224
|
+
- name: "penetration_test_schedule"
|
|
225
|
+
description: "Schedule regular penetration testing and security assessments"
|
|
226
|
+
trigger:
|
|
227
|
+
type: "schedule"
|
|
228
|
+
schedule: "monthly"
|
|
229
|
+
action:
|
|
230
|
+
type: "agent_message"
|
|
231
|
+
message: |
|
|
232
|
+
🎯 SCHEDULED SECURITY ASSESSMENT
|
|
233
|
+
|
|
234
|
+
Monthly security assessment and penetration testing review.
|
|
235
|
+
|
|
236
|
+
**Assessment Scope:**
|
|
237
|
+
- Web application security testing
|
|
238
|
+
- API endpoint vulnerability assessment
|
|
239
|
+
- Authentication and authorization testing
|
|
240
|
+
- Database security review
|
|
241
|
+
- Infrastructure security validation
|
|
242
|
+
|
|
243
|
+
**Planning Questions:**
|
|
244
|
+
1. What areas should be prioritized for this month's security testing?
|
|
245
|
+
2. Have there been any significant changes since the last assessment?
|
|
246
|
+
3. What testing approach do you prefer? (Automated scanning, manual testing, both)
|
|
247
|
+
4. Do you need external penetration testing or internal assessment?
|
|
248
|
+
5. What's your timeline for addressing any findings?
|
|
249
|
+
|
|
250
|
+
Let's plan this month's security assessment based on your current priorities.
|
|
251
|
+
|
|
252
|
+
- name: "security_training_reminder"
|
|
253
|
+
description: "Remind team about security training and best practices"
|
|
254
|
+
trigger:
|
|
255
|
+
type: "schedule"
|
|
256
|
+
schedule: "quarterly"
|
|
257
|
+
action:
|
|
258
|
+
type: "agent_message"
|
|
259
|
+
message: |
|
|
260
|
+
🎓 SECURITY TRAINING & AWARENESS
|
|
261
|
+
|
|
262
|
+
Quarterly security training and awareness session.
|
|
263
|
+
|
|
264
|
+
**Training Topics:**
|
|
265
|
+
- Secure coding practices and common vulnerabilities
|
|
266
|
+
- Threat awareness and social engineering prevention
|
|
267
|
+
- Incident response procedures and escalation
|
|
268
|
+
- Compliance requirements and data protection
|
|
269
|
+
- Security tool usage and best practices
|
|
270
|
+
|
|
271
|
+
**Training Planning Questions:**
|
|
272
|
+
1. What security topics are most relevant for your team right now?
|
|
273
|
+
2. Have there been any recent security incidents or near-misses to discuss?
|
|
274
|
+
3. What format works best for your team? (Workshop, documentation, hands-on exercises)
|
|
275
|
+
4. Do you need role-specific training? (Developers, DevOps, management)
|
|
276
|
+
5. How do you want to track and measure security awareness improvement?
|
|
277
|
+
|
|
278
|
+
Let's plan effective security training that fits your team's needs and schedule.
|
|
279
|
+
|
|
280
|
+
# Integration Hooks with Other Agents
|
|
281
|
+
integration_hooks:
|
|
282
|
+
- agent: "Backend Engineer"
|
|
283
|
+
trigger: "API security review needed"
|
|
284
|
+
message: "Security Specialist available for API security consultation and code review"
|
|
285
|
+
|
|
286
|
+
- agent: "Frontend Architect"
|
|
287
|
+
trigger: "Client-side security implementation"
|
|
288
|
+
message: "Security Specialist ready to assist with frontend security patterns and XSS prevention"
|
|
289
|
+
|
|
290
|
+
- agent: "Database Specialist"
|
|
291
|
+
trigger: "Database security configuration"
|
|
292
|
+
message: "Security Specialist available for database security review and access control setup"
|
|
293
|
+
|
|
294
|
+
- agent: "DevOps Engineer"
|
|
295
|
+
trigger: "Infrastructure security hardening"
|
|
296
|
+
message: "Security Specialist ready to collaborate on secure deployment and monitoring setup"
|
|
297
|
+
|
|
298
|
+
- agent: "Test Orchestrator"
|
|
299
|
+
trigger: "Security testing integration"
|
|
300
|
+
message: "Security Specialist available to integrate security testing into QA processes"
|
|
301
|
+
|
|
302
|
+
# Consultation Triggers
|
|
303
|
+
consultation_triggers:
|
|
304
|
+
- name: "security_requirements_gathering"
|
|
305
|
+
description: "Trigger comprehensive security consultation for new projects"
|
|
306
|
+
message: |
|
|
307
|
+
🔍 SECURITY REQUIREMENTS CONSULTATION
|
|
308
|
+
|
|
309
|
+
Starting security requirements gathering for comprehensive protection strategy.
|
|
310
|
+
|
|
311
|
+
**Key Areas to Discuss:**
|
|
312
|
+
1. **Security Priorities**: What are your main security concerns and objectives?
|
|
313
|
+
2. **Compliance Needs**: What regulatory or industry standards must you meet?
|
|
314
|
+
3. **Risk Tolerance**: What's your acceptable risk level and security investment?
|
|
315
|
+
4. **Threat Landscape**: What specific threats or attack vectors concern you most?
|
|
316
|
+
5. **Implementation Timeline**: What's your timeline for security implementation?
|
|
317
|
+
|
|
318
|
+
Let's ensure we build security that matches your specific needs and constraints.
|
|
319
|
+
|
|
320
|
+
- name: "security_architecture_review"
|
|
321
|
+
description: "Comprehensive security architecture consultation"
|
|
322
|
+
message: |
|
|
323
|
+
🏗️ SECURITY ARCHITECTURE CONSULTATION
|
|
324
|
+
|
|
325
|
+
Reviewing security architecture and design patterns for optimal protection.
|
|
326
|
+
|
|
327
|
+
**Architecture Questions:**
|
|
328
|
+
1. **Security Model**: What security approach fits best? (Zero Trust, Defense in Depth, Risk-Based)
|
|
329
|
+
2. **Authentication Strategy**: What authentication methods do you need? (JWT, OAuth, MFA)
|
|
330
|
+
3. **Data Protection**: How should sensitive data be classified and protected?
|
|
331
|
+
4. **Network Security**: What network security controls are needed?
|
|
332
|
+
5. **Monitoring Requirements**: What security monitoring and alerting do you need?
|
|
333
|
+
|
|
334
|
+
I'll help design a security architecture that balances protection with usability.
|
|
335
|
+
|
|
336
|
+
- name: "quality_metrics_collection"
|
|
337
|
+
description: "Collect security and compliance quality metrics"
|
|
338
|
+
trigger:
|
|
339
|
+
type: "security_assessment_completion"
|
|
340
|
+
conditions:
|
|
341
|
+
- assessment_type: ["vulnerability", "compliance", "audit"]
|
|
342
|
+
action:
|
|
343
|
+
type: "execute_prompt"
|
|
344
|
+
prompt: "quality-metrics.md"
|
|
345
|
+
message: "Collecting security quality metrics: vulnerability status, compliance scores, and risk assessment..."
|
|
346
|
+
agent: "security-specialist"
|
|
347
|
+
include_context:
|
|
348
|
+
- security_scan_results: true
|
|
349
|
+
- compliance_status: true
|
|
350
|
+
- risk_assessment: true
|
|
351
|
+
|
|
352
|
+
# Notification Settings
|
|
353
|
+
notifications:
|
|
354
|
+
security_alerts: "immediate"
|
|
355
|
+
compliance_deadlines: "24_hours_advance"
|
|
356
|
+
vulnerability_reports: "weekly_summary"
|
|
357
|
+
training_reminders: "monthly"
|
|
358
|
+
audit_schedules: "bi_weekly"
|