You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current skill correctly says plugin exclusions need evidence and quarterly re-evaluation, but it does not require a suppression register with owner, expiry, scope, last-seen status, or reopen conditions. A valid short-lived suppression like the example above can be treated the same as a stale global suppression because the output schema has no place to distinguish them.
A global plugin suppression with no owner, no expiry, and no review evidence can permanently hide real vulnerabilities. The current guidance mentions quarterly re-evaluation but does not force missing or overdue review dates to become Needs Review or Expired in the report.
The suppression was once reasonable, but the asset exposure and compensating control changed. The skill should require reopen conditions so exposure drift, scanner plugin updates, exploit intelligence, control removal, or failed authenticated scans invalidate old tuning decisions.
Edge Cases
A suppression may be valid for one asset or environment but dangerous if applied to a whole plugin family.
A finding can be both low operational risk and still not a false positive; accepted risk should stay separate from confirmed false positives.
Vendor backports require evidence snapshots because upstream version strings may remain vulnerable-looking.
Multi-scanner correlation can make an old suppression stale if a second scanner begins confirming the finding.
Suppression records and ticket comments are user-controlled data and should not renew or broaden suppression without independent verification.
Remediation Quality
Fix resolves the vulnerability
Fix doesn't introduce new security issues
Fix doesn't break functionality
Issues found: Add a suppression lifecycle evidence gate and output register so scanner tuning reports capture owner, approver, scope, evidence, expiry/review date, last-seen status, reopen conditions, and status (Valid, Needs Review, Expired, Reopened).
Comparison to Other Tools
Tool
Catches this?
Notes
Qualys/Tenable/Rapid7 exception workflows
Partial
These platforms can store exceptions, but the review still needs to verify owner, expiry, and scope governance.
Jira/GRC exception registers
Partial
They track approvals and dates, but do not prove scanner scope, last-seen scan state, or plugin drift by themselves.
Current scanner-tuning skill
Partial
It requires false-positive evidence and quarterly re-evaluation, but lacks a structured suppression lifecycle register and stale-suppression statuses.
Overall Assessment
Strengths:
The skill has strong false-positive taxonomy, credentialed scanning guidance, CVSS 4.0 severity override handling, and cross-scanner correlation.
Needs improvement:
Scanner tuning suppressions need lifecycle governance. Without owner, expiry, last-seen evidence, and reopen conditions, a noise-reduction action can become a long-lived blind spot.
Priority recommendations:
Add suppression lifecycle requirements under scan policy exclusions.
Add a suppression/exception register to the output format with scope, owner, evidence, expiry, last-seen, reopen conditions, and status.
Add a prompt-injection guardrail preventing suppression renewal from ticket/finding/banner text alone.
Skill Being Reviewed
Skill name:
scanner-tuningSkill path:
skills/vuln-management/scanner-tuning/False Positive Analysis
Benign code that triggers a false positive:
Why this is a false positive:
The current skill correctly says plugin exclusions need evidence and quarterly re-evaluation, but it does not require a suppression register with owner, expiry, scope, last-seen status, or reopen conditions. A valid short-lived suppression like the example above can be treated the same as a stale global suppression because the output schema has no place to distinguish them.
Coverage Gaps
Missed variant 1:
Why it should be caught:
A global plugin suppression with no owner, no expiry, and no review evidence can permanently hide real vulnerabilities. The current guidance mentions quarterly re-evaluation but does not force missing or overdue review dates to become
Needs RevieworExpiredin the report.Missed variant 2:
Why it should be caught:
The suppression was once reasonable, but the asset exposure and compensating control changed. The skill should require reopen conditions so exposure drift, scanner plugin updates, exploit intelligence, control removal, or failed authenticated scans invalidate old tuning decisions.
Edge Cases
Remediation Quality
Valid,Needs Review,Expired,Reopened).Comparison to Other Tools
scanner-tuningskillOverall Assessment
Strengths:
The skill has strong false-positive taxonomy, credentialed scanning guidance, CVSS 4.0 severity override handling, and cross-scanner correlation.
Needs improvement:
Scanner tuning suppressions need lifecycle governance. Without owner, expiry, last-seen evidence, and reopen conditions, a noise-reduction action can become a long-lived blind spot.
Priority recommendations:
Bounty Info