absorb.md

Dev Tools

Guillermo Rauch1Simon Willison1
No compiled wiki article for this topic yet. Raw entries below are the source material — a wiki article can be generated on demand from /admin/triggers.

Simon Willison Releases Python CLI Tool for Detecting Secrets in Log Files via README-Driven Development

Simon Willison developed scan-for-secrets, a Python CLI tool that scans folders for leaked secrets like API keys in log files before sharing. The tool is invoked via uvx scan-for-secrets --help, with full details in its GitHub README and a blog post. It was built using README-driven development, whe