feat(enrichment): detect Axiom API and personal access tokens - #3332
Closed
bohdansolovie wants to merge 1 commit into
Closed
feat(enrichment): detect Axiom API and personal access tokens#3332bohdansolovie wants to merge 1 commit into
bohdansolovie wants to merge 1 commit into
Conversation
Add high-confidence secret-scan rules for Axiom xaat- API tokens and xapt- personal access tokens, with truncation and identifier-continuation negative tests including underscore and non-hex alpha suffix guards. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
|
🚨 Contributor flagged. Click here for more info: Superagent Dashboard |
Contributor
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
5 tasks
Contributor
Author
|
Closing in favor of #3333 while Orb review lane clears; Axiom rules will be resubmitted separately after merge. |
24 tasks
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
axiom_api_tokenrule for Axiomxaat-UUID-shaped API tokens (edge ingest/query)axiom_personal_tokenrule for Axiomxapt-personal access tokens(?![A-Za-z0-9_-])tail guards (matches surrounding secret-scan convention)-suffix,_suffix, and non-hex alpha (z) continuationsTest plan
cd review-enrichment && npm run build && node --test test/secret-scan.test.ts(94 passing)Made with Cursor