ghuntley/preflight
A local proxy that scans LLM requests and attachments for secrets before they reach the model.
About the project
A local Rust proxy that intercepts LLM requests and attachments, scans them for secrets (keys, tokens) and redacts or blocks them before they reach the model. Aimed at coding-agent users who want to avoid leaking credentials via source files, screenshots or PDFs.
Useful for
- Place the proxy between a coding agent and the model to strip keys from prompts automatically
- Scan screenshots and PDFs for secrets via local OCR before sending them to the model
- Enable no-go mode so requests with detected secrets are blocked with HTTP 409
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 0 stars so far today, about 2 expected by the end of the day.
- The repository is 5 days old and already has 76 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- Top new repositories this week: #199.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 76
- Today
- 0 · ≈ 2 by evening
- Forks
- 8
- Issues and pull requests
- 1
- Watchers
- 0
- Language
- Rust
- License
- MIT
- Created
- September 20, 2026
- Last push
- September 20, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 25, 2026Top new repositories this week: #197
More in this category
-
6.7
glaz-boga-poisk-bot/glaz-boga
Telegram bot for OSINT lookups: given a phone number, email, username, name or Telegram ID it returns matches from open, archived and leaked records. Matches depend on what is in the database.
-
5.7
christianrowlands/wavedigger
Web app that looks up the approximate location of Wi-Fi access points by BSSID and LTE/5G NR cell towers by network parameters via Apple's public WLOC API, with map visualization.
-
5.5
mvt-project/mvt
A collection of mobile forensics utilities that gather and analyze traces of compromise on Android and iOS devices, matching them against public indicators of compromise (IOCs). Built by Amnesty International Security…
-
5.3
angusdevgo/Seep-Reverse-Lab
Agent-native reverse engineering workbench for binaries and CWE-602 client-side authorization auditing: unifies Radare2, JADX, Apktool, Frida and IDA via 23 MCP tools with automatic task routing.
-
3.9
newliver666/apk-reverse
An Agent Skill for Android APK reverse engineering: unpacking, ad removal, dex patching, repacking, and runtime/server analysis. Loaded by an agent (Claude Code, Codex) while it works.
-
3.5
cloudflare/security-audit-skill
A coding-agent skill that turns the agent into a security auditor, running a multi-phase code audit with independently verified, machine-readable findings.