Fleet snapshot

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

100 repositories were scanned for AI-context hygiene.

156 AI-context risk signals matched 13 sensitive path categories.

2% 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

100
repos in this week's stats

AI-context risk signals

156
sensitive path matches

Repos with risk signals

37%
37 of 100 repos

AI exclude-file coverage

2%
repos with a dedicated AI exclude file
Scan details
Targeted
100
Scanned
100
Scan complete
100
Skipped
0
Errors
0
Repos with risk signals
37
Generated
Jun 29, 2026, 10:43 PM UTC
Tool version
0.8.0–0.8.0
Ruleset
6f8fef790c56173d

AI-context risk signal categories

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

  • Key material (.pem, .key)Required8 repos · 60 matches
  • Environment files (.env)Required16 repos · 40 matches
  • Key FilesRequired11 repos · 28 matches
  • Credentials JsonRequired1 repo · 1 match
  • Kubernetes configRequired1 repo · 1 match
  • npm credentials (.npmrc)Recommended7 repos · 10 matches
  • Android KeystoreRecommended2 repos · 2 matches
  • Yarn ConfigRecommended2 repos · 2 matches
  • Htpasswd FilesRecommended1 repo · 1 match
  • Mysql Client ConfigRecommended1 repo · 1 match
  • Terraform RcRecommended1 repo · 1 match
  • Backup FilesInfo3 repos · 5 matches
  • Log FilesInfo2 repos · 4 matches

AI exclude files

2% 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

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

Per-category guidance lives in the risk pattern guides.

Compared with previous report

MetricRadar #1Radar #2
Repositories scanned32100
AI exclude-file coverage3%2%
Repos with risk signals31%37%
AI-context risk signals (absolute)76156
Risk signals per scanned repo2.41.6
Top categoryKey FilesKey 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

37 of 100 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.