ci(security): add fail-closed SkillSpector scans - #125
Draft
DevSecNinja wants to merge 3 commits into
Draft
DevSecNinja wants to merge 3 commits into
DevSecNinja wants to merge 3 commits into
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueComment |
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
Keep synthetic smoke cases out of the Actions summary and record the actual gate exit code in SARIF. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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.
Summary
69dcdfb74487d361ba4c811d088cfdea2ff3a9dc.scope_exclusionslist even when upstream says inspection is complete.Validation
Findings visibility
repository/findings.sarif. The Actions summary caps each section at 100 entries; JSON and SARIF retain all findings. Synthetic smoke reports remain available only undersmoke/in the artifact.Current toolkit scan: draft pending triage
The real repository scan inspected 19 targets: 7 PASS, 1 BLOCK, 11 ERROR. The fail-closed check is red; the infrastructure, smoke checks, and SARIF upload are not the failing steps.
.github/agentscontributes 16 HIGH entries. Tool Guardian contributes nine additional HIGH entries retained from its incomplete report; the initial summary incorrectly hid these by discarding counts before checking completeness.unsuccessful tool execution, exit code 2warning reflects those incomplete targets, not an upload failure; the findings are still published.Keep this PR draft until existing findings and upstream inspection limitations are triaged. No findings, exclusions, or incompleteness errors have been suppressed, and the requested HIGH/CRITICAL blocking policy has not been weakened.
Operational notes
Reports are retained for 14 days and can contain source excerpts. Building the pinned upstream Dockerfile downloads its Python dependencies; transitive dependency resolution is not frozen by upstream. Live OSV queries are unavailable during scanning, so its offline fallback is used. A passing static scan is not a safety guarantee.
The job grants only
contents: readandsecurity-events: write; no PR-write token orpull_request_targetis used. GitHub security-severity values represent categorical severity bands, not independently calculated CVSS scores.Making Scan AI primitives a required merge check is a separate branch-protection/ruleset change, not performed here. No reusable scanning skill, MCP service, APM dependency, finding baseline, or Renovate tracking changes are added; those remain outside this change's scope.