enterlectury/gitrc ? reverse-engineered prompt

Reverse engineered prompt

Build me a shell tool that can take a GitHub org, user repo, or a local folder and automatically clone public repos, then scan them for leaked secrets and sensitive data. I want it to run TruffleHog, Gitleaks, and my own regex patterns at the same time, then clean up the results so duplicates and obvious dummy values are filtered out. For every finding, please include a clickable GitHub link that points to the exact file and line where the leak was found, using the real commit hash so the link still works.

It should support a regex file I can edit, and I want simple options like scan only, regex only, skip regex, and a way to control how many workers run in parallel. If possible, also add an option to generate one combined report in Markdown and another report that extracts all unique domains and paths from the findings. Keep it easy to run from the command line and make the output folder structure clear.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab