Redact secret-like source literals in output - #23
Draft
YoungJinJung wants to merge 1 commit into
Draft
Conversation
Contributor
Author
|
Cross-platform note: #27 adds the Windows/macOS/Linux CI matrix that should validate this change across supported operating systems before release. |
Quarkify now replaces secret-like literals with a stable redacted label before materializing folder names or graph data, reducing the chance that generated output becomes a second copy of credentials found in source. Constraint: Keep structural topology visible while hiding sensitive literal values by default. Rejected: Remove all literal labels | too much loss of useful non-sensitive structure for local analysis. Confidence: medium Scope-risk: moderate Directive: Treat generated output as shareable metadata only after literal redaction has run. Tested: npm test; node --check quarkify.mjs Related: #18
YoungJinJung
force-pushed
the
issue-18-redact-literals
branch
from
June 16, 2026 07:44
4865c47 to
5b5fcbf
Compare
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
index.htmldo not contain a secret literal.Closes #18.
Validation
npm testnode --check quarkify.mjs