Fleet snapshot

Anonymous counts across all complete scans this week. No repository names are shown.

499 repositories were scanned for AI-context hygiene.

1147 AI-context risk signals matched 24 sensitive path categories.

1% of scanned repos use a dedicated AI exclude file (2 types 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

499
repos in this week's stats

AI-context risk signals

1147
sensitive path matches

Repos with risk signals

33%
167 of 499 repos

AI exclude-file coverage

1%
repos with a dedicated AI exclude file
Scan details
Targeted
500
Scanned
499
Scan complete
499
Skipped
0
Errors
1
Repos with risk signals
167
Generated
Jul 20, 2026, 5:23 PM UTC
Tool version
0.18.0–0.18.0
Ruleset
9589c059e60285cf

AI-context risk signal categories

Aggregated path pattern counts — not tied to any named repository.

  • Key material (.pem, .key)Required21 repos · 586 matches
  • Environment files (.env)Required72 repos · 183 matches
  • Key FilesRequired20 repos · 73 matches
  • Credentials JsonRequired2 repos · 3 matches
  • Kubernetes configRequired2 repos · 2 matches
  • Secrets JsonRequired1 repo · 1 match
  • npm credentials (.npmrc)Recommended50 repos · 84 matches
  • Apple ProvisioningRecommended1 repo · 26 matches
  • Android KeystoreRecommended6 repos · 14 matches
  • Yarn ConfigRecommended12 repos · 13 matches
  • Pkcs12 P12Recommended4 repos · 12 matches
  • Pkcs12 PfxRecommended2 repos · 11 matches
  • Firebase Client ConfigRecommended6 repos · 8 matches
  • Terraform VarsRecommended5 repos · 8 matches
  • Auth JsonRecommended3 repos · 6 matches
  • Pgp KeysRecommended3 repos · 3 matches
  • Android Local PropertiesRecommended1 repo · 1 match
  • GCP credential filesRecommended1 repo · 1 match
  • Ssh FilesRecommended1 repo · 1 match
  • Vpn Rdp ConfigsRecommended1 repo · 1 match
  • Log FilesInfo13 repos · 86 matches
  • Backup FilesInfo10 repos · 17 matches
  • Local DatabasesInfo2 repos · 5 matches
  • Db DumpsInfo2 repos · 2 matches

AI exclude files

1% of repos use a dedicated AI exclude file

These actually keep matching files out of AI context — and they are still rare.

Show 9 more exclude file types (2 in use overall)

AI context files

25% 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), Certificates and PEM keys (.pem), Private keys (.key)). Add them to a dedicated AI exclude file (for example .cursorignore or.claudeignore) — and to .gitignore so the files are never committed.

AI exclude rules
.env
.env.*
!.env.example
.npmrc
*.pem
*.key
certs/
secrets/

Per-category guidance lives in the risk pattern guides.

Compared with previous report

MetricRadar #4Radar #5
Repositories scanned499499
AI exclude-file coverage1%1%
Repos with risk signals32%33%
AI-context risk signals (absolute)11161147
Risk signals per scanned repo2.22.3
Top categoryKey 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.

View all-time participants →

Check your own project

167 of 499 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-run

Everything runs locally. No file contents are uploaded.