Fleet snapshot

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

498 repositories were scanned for AI-context hygiene.

1727 AI-context risk signals matched 19 sensitive path categories.

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

498
repos in this week's stats

AI-context risk signals

1727
sensitive path matches

Repos with risk signals

26%
128 of 498 repos

AI exclude-file coverage

1%
repos with a dedicated AI exclude file
Scan details
Targeted
500
Scanned
498
Scan complete
498
Skipped
0
Errors
2
Repos with risk signals
128
Generated
Sep 7, 2026, 5:40 PM UTC
Tool version
0.21.0–0.21.0
Ruleset
e634955c141dcfc6

AI-context risk signal categories

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

  • Key material (.pem, .key)Required31 repos · 712 matches
  • Key FilesRequired15 repos · 77 matches
  • Environment files (.env)Required43 repos · 59 matches
  • Kubernetes configRequired1 repo · 26 matches
  • Secrets YamlRequired1 repo · 1 match
  • Pkcs12 P12Recommended4 repos · 454 matches
  • Pkcs12 PfxRecommended3 repos · 39 matches
  • npm credentials (.npmrc)Recommended27 repos · 33 matches
  • Yarn ConfigRecommended7 repos · 9 matches
  • Android KeystoreRecommended5 repos · 6 matches
  • Auth JsonRecommended2 repos · 6 matches
  • Firebase Client ConfigRecommended2 repos · 3 matches
  • Ssh FilesRecommended1 repo · 3 matches
  • Terraform VarsRecommended2 repos · 3 matches
  • Pgp KeysRecommended2 repos · 2 matches
  • Log FilesInfo28 repos · 159 matches
  • Data ExportsInfo5 repos · 123 matches
  • Backup FilesInfo3 repos · 9 matches
  • Local DatabasesInfo3 repos · 3 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 (3 in use overall)

AI context files

29% 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), Certificates and PEM keys (.pem), npm credentials (.npmrc), 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
*.pem
*.key
certs/
.npmrc
secrets/

Per-category guidance lives in the risk pattern guides.

Compared with previous report

MetricRadar #11Radar #12
Repositories scanned498498
AI exclude-file coverage1%1%
Repos with risk signals27%26%
AI-context risk signals (absolute)17271727
Risk signals per scanned repo3.53.5
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

128 of 498 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.