fix(prompt): use demo context as a skip signal, not a CVSS override

This commit is contained in:
Alex Schapiro
2026-07-17 02:04:28 +00:00
parent a893af0967
commit 72aaf4e3f2
+1 -1
View File
@@ -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