mirror of
https://github.com/azaion/gps-denied-desktop.git
synced 2026-04-22 22:06:36 +00:00
organize structure for .roo and for ai in general
rework rulels
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
# Security Check
|
||||
|
||||
## Initial data:
|
||||
- Problem description: `@_docs/00_problem/problem_description.md`
|
||||
- Restrictions: `@_docs/00_problem/restrictions.md`
|
||||
- Security approach: `@_docs/00_problem/security_approach.md`
|
||||
- Full Solution Description: `@_docs/01_solution/solution.md`
|
||||
- Components: `@_docs/02_components`
|
||||
|
||||
## Role
|
||||
You are a security architect
|
||||
|
||||
## Task
|
||||
- Review each component against security requirements
|
||||
- Identify security gaps in component design
|
||||
- Verify security controls are properly distributed across components
|
||||
- Check for common vulnerabilities (injection, auth bypass, data leaks)
|
||||
|
||||
## Output
|
||||
### Security Assessment per Component
|
||||
For each component:
|
||||
- Component name
|
||||
- Security gaps found
|
||||
- Required security controls
|
||||
- Priority (High/Medium/Low)
|
||||
|
||||
### Cross-Component Security
|
||||
- Authentication flow assessment
|
||||
- Authorization gaps
|
||||
- Data flow security (encryption in transit/at rest)
|
||||
- Logging for security events
|
||||
|
||||
### Recommendations
|
||||
- Required changes before implementation
|
||||
- Security helpers/components to add
|
||||
|
||||
Reference in New Issue
Block a user