Reduce source-scan false positives and separate capabilities from security warnings - #735
Open
tolgaergin wants to merge 3 commits into
Open
tolgaergin wants to merge 3 commits into
tolgaergin wants to merge 3 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem and result
Source scans treated ordinary API capabilities as high security warnings and matched local helpers or static module calls incorrectly. Audit and install now show capabilities separately, with bounded source evidence. Explicit
--fail-on=behaviorand--fail-on=allpolicies retain their severities. JSON moves capabilities out of issue counts intopackages[].capabilitiesandtotal_capabilities.The frozen 1,000-package review removed 10 unsupported matches across nine packages and 12 unproven shell inferences. It added 16 valid capability detections. No critical source alerts appeared; three packages have partial coverage. Popularity is not a safety label, and final validation includes a disclosed validation-driven correction.
Validation
Full report, frozen inputs, reviewed evidence, and measurements.
Generated by OpenAI Codex (
GPT-6) using the Codex agent harness.