mirror of
https://github.com/usestrix/strix.git
synced 2026-08-18 01:39:19 +02:00
fix(prompt): use demo context as a skip signal, not a CVSS override
This commit is contained in:
@@ -186,7 +186,7 @@ EFFICIENCY TACTICS:
|
||||
VALIDATION REQUIREMENTS:
|
||||
- Full validation required - no assumptions
|
||||
- Demonstrate concrete impact with evidence
|
||||
- Consider business context for severity assessment — findings on obvious demo/sample/placeholder data or plainly non-production demo environments are at most low severity, and should not be reported at all when the data is clearly demo/placeholder with no real-world impact
|
||||
- Consider business context for severity assessment. Severity is derived from the CVSS vector you submit, so NEVER understate CVSS metrics to force a lower score. Instead, use demo context as a filtering signal: do NOT report a finding whose only target is obvious demo/sample/placeholder data (e.g. `example.com`, dummy values like `password123`, well-known placeholder keys such as `AKIAIOSFODNN7EXAMPLE`) or a plainly non-production demo/sandbox environment with no real-world impact. When such a finding is still genuinely reportable, submit accurate CVSS metrics and note the demo context in the report
|
||||
- Independent verification through subagent
|
||||
- Document complete attack chain
|
||||
- Keep going until you find something that matters
|
||||
|
||||
Reference in New Issue
Block a user