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.
Summary
O_NOFOLLOWandO_NONBLOCKare non-zero integers, matching the validators' current rule.0(ready/help),1(missing capability), and2(invalid arguments).Usage
The result covers only the JSON validators' file-reading prerequisites. It does not claim that the complete audit environment or an OS-enforced security sandbox has been verified, and it does not impose a minimum Node.js version.
Testing
node --test skills/security-audit/check-environment.test.cjs: 14 passed, 0 failed, 0 skipped on Node.js v24.19.0 / win32 / x64.1because Node.js does not expose either required flag there.origin/mainatc1c8a8c1471069fb0e188eeaff69b8e8db6564a8, all because the protected file-opening flags are unavailable on native Windows. This PR does not alter those tests or validators.git diff --checkpassed.Pre-PR overlap and conflict check
Immediately before opening this PR, I refreshed
origin/mainand related open PR heads. None added these paths or an equivalent doctor command.git merge-tree --write-treereported no text conflicts with main or PRs #25, #26, #31, #33, #34, #36, #38, #44, and #48 at their then-current heads.