TINKSOFT // PUBLIC NODE 01 ONLINE · STATIC

// software, security, games, and whatever else interests me.

mode
personal
output
static html
client
0 kb js
tracking
none
PROJECT FILE / SIGIL OK / SHIPPED

TINKSOFT RELEASE ARCHIVE

Sigil

Finds secrets in your code and moves them into Locket before git history makes them permanent.

state
released and in use
started
field notes
01
last update

[README]

PLAIN TEXT / VERIFIED

Secrets discovery and remediation. Sigil scans a repo for the credentials that shouldn’t be there: AWS keys, GitHub tokens, API keys, private keys, bearer tokens. Findings are always shown masked, and from the TUI each one can be moved straight into Locket, my secrets vault. A pre-commit hook blocks new findings before they reach git.

The project started as an artifact-signing tool. The secrets scanner became the useful part, so that is now the focus.

goals

  • Find secrets before git history makes them permanent
  • Remediate, don’t just report: a finding can go straight into Locket
  • Mask everything. A scanner that prints secrets is a leak with extra steps.
  • One binary, a pre-commit hook, reports in JSON or markdown

current status

Shipped and in use. The pre-commit hook runs on my repositories.

[FIELD NOTES]

01 ENTRIES / NEWEST FIRST
  1. 01

    sigil: interface and scanner fixes

    A new terminal interface, consistent masking, and fixes to the pre-commit path.

    read →