16 lines
661 B
YAML
16 lines
661 B
YAML
# Security Review Crew Tasks Configuration
|
|
security_review_task:
|
|
description: |
|
|
Review the code changes in the pull request for security vulnerabilities and compliance with security best practices.
|
|
PR Title: {pr_title}
|
|
PR Description: {pr_description}
|
|
Files to review: {files}
|
|
Context: {context}
|
|
expected_output: |
|
|
A detailed security review report including:
|
|
- Summary of security-related changes
|
|
- Identified vulnerabilities (if any)
|
|
- Security best practices violations (if any)
|
|
- Suggestions for improving security posture
|
|
- Overall security rating (e.g., Secure, Needs Improvement)
|
|
agent: security_reviewer |