feat: add git node security --validate-reports#1079
Draft
RafaelGSS wants to merge 1 commit into
Draft
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1079 +/- ##
==========================================
- Coverage 71.74% 71.72% -0.03%
==========================================
Files 41 41
Lines 5878 5895 +17
==========================================
+ Hits 4217 4228 +11
- Misses 1661 1667 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
RafaelGSS
commented
May 22, 2026
| git node security --remove-report=12345 | ||
| ``` | ||
|
|
||
| ### `git node security --validate-reports` |
Member
Author
There was a problem hiding this comment.
It's missing the statement of fetching previous HackerOne reports and team assessment on those to use as baseline for assessment.
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.
Still a draft as I'm evaluating it further with @UlisesGascon and @BethGriggs
Summary
Adds
git node security --validate-reports, a local helper for reviewingtriaged HackerOne reports against the Node.js threat model and current
severity/CVSS.
The command:
.ncurcH1 authcodex,claude,copilot, and custom--llm-commandLLM assessment
When
--llm=<provider>is used, each report is sent to the selected CLI witha structured prompt. The prompt requires the model to read the local Node.js
checkout, especially:
SECURITY.mddoc/The model is asked to assess:
The prompt also includes comparable reports with the same weakness/CWE when
available, so prior team decisions can be used as precedent context without
being treated as authoritative.
Notes
Keyword matches are intentionally treated only as low-weight topic hints. They
do not decide validity or severity, because report text is reporter-
controlled.
Successful LLM assessments are cached under: