runx skill: secret catcher (bounty #92)#209
Open
Kunall7890 wants to merge 3 commits into
Open
Conversation
A governed runx skill that scans files, stdin, or inline text for hardcoded secrets, API keys, tokens, and credentials using composable regex patterns. Detects 25+ secret categories across AWS, GitHub, Stripe, Slack, JWT, private keys, connection strings, and more. - SKILL.md: skill metadata, usage docs, secret catalog, governance - X.yaml: harness with 9 test cases covering detection + filtering - run.mjs: runner with regex engine, test-key filtering, dedup - fixtures/sample-with-secrets.env: fixture for file-scan mode Fixes auscaster#207
added 2 commits
July 5, 2026 15:19
…uscaster#92 spec - Input: unified git diff, optional scan_context - Output: findings[{type,location}], redaction_proposal, block - Never exposes raw secret values in findings or receipts - planted-secret diff fixture (blocks with 3 findings) - clean diff fixture (passes with zero findings) - evidence.json, verification.json, report.md delivery artifacts
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
A governed runx skill that scans code diffs for hardcoded credentials before they reach production. Detects 13+ credential types from added diff lines, emits typed findings with file:line locations (never raw secret values), a gated
edaction_proposal, and a \�lock\ decision.
Deliverable: \skills/secret-catcher/\
PR against runxhq/runx: runxhq/runx#224
Artifacts
eport: https://raw.githubusercontent.com/Kunall7890/frantic-board/acdeb5219d558507043cae7757f2dff2174f1b77/skills/secret-catcher/report.md
PR against runx repo
runxhq/runx#224
Harness Results
Fixes #207