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 PR adds a deterministic weekly Socket Firewall audit and durable review ledger while expanding the underlying repository classifier, source resolution, reporting, documentation, and offline verification.
Adds stable repository and case fingerprints with explicit record, forget, and replay workflows.
Preserves last-good decisions across incomplete scans and serializes owner-only state updates.
Updates GitHub API retry handling to recognize both parenthesized and colon-form rate-limit diagnostics.
Extends CI with dependency installation and offline verifier tests.
Diagram
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Weekly review command] --> B[Capture REST and GraphQL inventory]
B --> C[Audit immutable repository snapshots]
C --> D{Scan complete?}
D -->|No| E[Fail without advancing ledger]
D -->|Yes| F[Classify jobs and fingerprint cases]
F --> G[Apply durable recorded decisions]
G --> H[needsProtection]
G --> I[needsReview]
G --> J[known]
G --> K[unobserved]
G --> L[Atomic owner-only ledger and report writes]
Added bounded recognition for literal npm workspace selectors, explicit npm exec -- targets, and literal npx package selectors. Matching boolean output guards are recognized only when the output is stable: a dependency job, or a unique earlier step. Future/duplicate step IDs, mutable environment guards, unsupported selectors, and post-teardown downloads stay visible.
103 targeted classifier/integration regression tests and formatting passed. Strict execution assurance is unchanged; no repository allowlist or runtime protection claim was added.
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
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
Add a version-controlled script that an engineer or agent can run locally to review Socket Firewall coverage across WorkOS repositories.
This gives us a repeatable way to find gaps without manually checking every repository or revisiting the same accepted exceptions each week.
The script:
It is read-only: running it does not modify repositories or create a schedule.
Run locally
Reuse the same state file between runs. The README covers setup, state initialization, and the output format.
Related: HELP-724
Requested by matt.peake@workos.com in TARS