Skip to content

feat: add secret redaction#6

Merged
CoderDeltaLAN merged 1 commit into
mainfrom
feat/add-secret-redaction
Jun 9, 2026
Merged

feat: add secret redaction#6
CoderDeltaLAN merged 1 commit into
mainfrom
feat/add-secret-redaction

Conversation

@CoderDeltaLAN

Copy link
Copy Markdown
Owner

Adds a minimal redaction helper for secret-like values.

Scope:

  • add dependency-free redaction module;
  • redact OpenAI-like keys;
  • redact GitHub-like tokens;
  • redact AWS access-key-like values;
  • redact private-key-like blocks;
  • add tests that build synthetic secret-like values at runtime;
  • avoid committing raw secret-like fixture values.

Not included:

  • no CLI integration;
  • no diagnostic finding generation;
  • no JSON output;
  • no Markdown output;
  • no file content analysis;
  • no network behavior;
  • no CI changes.

@CoderDeltaLAN CoderDeltaLAN merged commit 1617b5d into main Jun 9, 2026
1 check passed
@CoderDeltaLAN CoderDeltaLAN deleted the feat/add-secret-redaction branch June 9, 2026 04:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant