Radar #3
Jul 6–12, 2026 · Published Jul 6, 2026, 10:27 AM UTC
Fleet snapshot
Anonymous counts across all complete scans this week. No repository names are shown.
500 repositories were scanned for AI-context hygiene.
824 AI-context risk signals matched 20 sensitive path categories.
0% of scanned repos use a dedicated AI exclude file (1 type in use).
How to read this report
These are not confirmed leaks.
Radar uses path-level checks to detect files and folders that may become visible to AI coding tools if they are not covered by AI-specific ignore rules.
A risk signal is a file committed to the repository whose path matches a sensitive category (for example .env or *.pem). Counts are file matches at the path level — Radar never opens the files.
- No file contents were read.
- No secrets were collected.
- No repository names are published without opt-in.
- Repositories are a manually curated cohort, not a random sample — read these as directional signals, not population-level statistics.
Scanned
AI-context risk signals
Repos with risk signals
AI exclude-file coverage
Scan details
- Targeted
- 500
- Scanned
- 500
- Scan complete
- 500
- Skipped
- 0
- Errors
- 0
- Repos with risk signals
- 179
- Generated
- Jul 6, 2026, 10:27 AM UTC
- Tool version
- 0.9.0–0.9.0
- Ruleset
- 6f8fef790c56173d
Main takeaway
36% of scanned repos had AI-context risk signals — mostly secret and signing path categories.
Far fewer repos use a dedicated AI exclude file (0%) than show risk signals (36%). Start by excluding Environment files (.env) and npm credentials (.npmrc) from AI context.
AI-context risk signal categories
Aggregated path pattern counts — not tied to any named repository.
- Key material (.pem, .key)Required
- Key FilesRequired
- Environment files (.env)Required
- Kubernetes configRequired
- Credentials JsonRequired
- Secrets JsonRequired
- npm credentials (.npmrc)Recommended
- Yarn ConfigRecommended
- Android KeystoreRecommended
- Pkcs12 PfxRecommended
- Terraform StateRecommended
- Terraform VarsRecommended
- Pgp KeysRecommended
- Pkcs12 P12Recommended
- Ssh FilesRecommended
- Pgpass FilesRecommended
- Log FilesInfo
- Backup FilesInfo
- Local DatabasesInfo
- Db DumpsInfo
AI exclude files
0% of repos use a dedicated AI exclude file
These actually keep matching files out of AI context — and they are still rare.
Show 8 more exclude file types (1 in use overall)
AI context files
30% of repos ship an AI context file
Files like AGENTS.md and CLAUDE.md give AI tools project instructions — theyadd context, they do not exclude anything. They are not a substitute for an exclude file.
Fix the top risks
Patterns covering this week's most widespread categories (Environment files (.env), npm credentials (.npmrc), Private keys (.key), Certificates and PEM keys (.pem)). Add them to a dedicated AI exclude file (for example .cursorignore or.claudeignore) — and to .gitignore so the files are never committed.
.env
.env.*
!.env.example
.npmrc
*.key
*.pem
secrets/
certs/Per-category guidance lives in the risk pattern guides.
Compared with previous report
| Metric | Radar #2 | Radar #3 |
|---|---|---|
| Repositories scanned | 100 | 500 |
| AI exclude-file coverage | 2% | 0% |
| Repos with risk signals | 37% | 36% |
| AI-context risk signals (absolute) | 156 | 824 |
| Risk signals per scanned repo | 1.6 | 1.6 |
| Top category | Key material (.pem, .key) | Key material (.pem, .key) |
Named participants
Per-repository reports for maintainers who opted in. Fleet counts above stay anonymous; each card below is that repo's own scan.
No named listings this week. Maintainers can opt in via radar registry.
Check your own project
179 of 500 repos this week exposed sensitive paths to AI tools. Check yours in seconds:
Run the same local check with Offsend CLI:
brew install --cask offsend/tap/offsend-cli
offsend show
offsend prepare --dry-runEverything runs locally. No file contents are uploaded.