← Cohort Security

Y Combinator Summer 2026

Decloak scanned 233 companies in this cohort and found a total of 6983 findings across 5 severities.

Security analysis done on 21 August 2026

66

Mean score

63

Median score

233

Members scanned

100%

Coverage (0 failed)

Findings by severity

Top 5 performers

1

Meteoric

meteoric.earth

A
2

Isengard Industries Inc

isengardindustries.com

A
3

Ekpa

goekpa.com

A
4

Praxis Robotics

praxisrobotics.io

A
5

Robocurve

robocurve.org

A

66/100

Mean security score

20%

Graded B or higher

5

Critical findings across the cohort

80%

Affected by "Missing Content-Security-Policy header"

Overview

The Summer 2026 Y Combinator cohort is the newest wave of early‑stage innovators, with 233 member startups examined in this public security‑posture snapshot. The most striking insight is the prevalence of high‑severity client‑side code issues: over three‑quarters of the sites lack a Content‑Security‑Policy header, and a similarly large share embed unsafe DOM‑manipulation patterns. This suggests that while many of these ventures are pushing the envelope on product development, foundational web‑security controls are still being overlooked at scale.

What we found

Critical findings: The scan identified five critical vulnerabilities across the cohort, but the data does not break these down by individual site for anonymity reasons. Their presence alone signals that a handful of startups host issues that could be directly exploitable without additional attacker interaction.

High‑severity patterns:

  • Missing Content‑Security‑Policy (CSP) header – Detected on 186 of 233 sites (80 %). Each site triggered the check once, for a total of 186 occurrences. Without CSP, browsers cannot enforce a whitelist of trusted sources, leaving applications open to a wide range of injection attacks.
  • innerHTML assignment – Found on 182 sites (78 %). The scanner recorded 376 total instances, meaning many pages contain multiple unsafe assignments. Directly writing HTML strings into the DOM bypasses the browser’s native escaping, dramatically raising the risk of cross‑site scripting (XSS).
  • dangerouslySetInnerHTML usage (React) – Present on 145 sites (62 %), with 441 detections. This React‑specific shortcut mirrors the raw innerHTML risk and is a common source of XSS when not carefully sanitized.
  • Missing Strict‑Transport‑Security (HSTS) header – Observed on 61 sites (26 %). HSTS forces browsers to use HTTPS for all future connections, mitigating protocol‑downgrade attacks. Its absence leaves sites vulnerable to man‑in‑the‑middle interception.

Medium‑severity observations (included for context):

  • Missing X‑Frame‑Options header (67 % of sites) can enable click‑jacking.
  • Dynamically injected script tags (54 %) and overly permissive CORS (*) (53 %) indicate a trend toward runtime script loading without strict origin checks.
  • PostMessage listeners lacking origin validation (51 %) further expose inter‑frame communication to spoofing.
  • Publicly accessible JavaScript source maps (43 %) unintentionally reveal internal code structure, aiding attackers in crafting exploits.

These findings illustrate a pattern: many startups focus on rapid feature delivery while under‑securing the client side. The high‑severity issues are not merely theoretical; each unchecked innerHTML or missing CSP header creates a direct path for malicious script execution, potentially compromising user data and brand trust.

Who’s leading

Among the cohort, five companies earned an A grade and are safe to name: Meteoric, Isengard Industries Inc, Ekpa, Praxis Robotics, and Robocurve. Their scores place them at the top of the distribution, indicating comparatively stronger security postures within this group.

What this means

The figures above provide a diagnostic snapshot of the Summer 2026 Y Combinator cohort’s collective security health. They highlight systemic gaps—particularly around client‑side defenses—that many startups share. Individual companies can request their detailed private report to see the exact issues affecting them, prioritize remediation, and track progress over time. This isn’t a public ranking but a tool to help each founder understand where their product stands and what steps are needed to fortify it against real‑world threats.

Grade distribution

A · 5

B · 41

C · 171

D · 15

F · 1

Most common issues

Ranked by severity, then by prevalence - aggregate across the cohort, never attributed to an individual company. Purely informational checks (e.g. reachability, redirect chains) are excluded.

"Sites" counts each affected company once. The total-detections figure can be higher, since a single site can trigger the same check more than once (e.g. several offending scripts on one page).

highMissing Content-Security-Policy header186/233 sites
highinnerHTML assignment detected182/233 sites (376 total detections)
highdangerouslySetInnerHTML usage detected (React)145/233 sites (441 total detections)
highMissing Strict-Transport-Security (HSTS) header61/233 sites
mediumMissing X-Frame-Options header156/233 sites
mediumDynamically injected script tag detected126/233 sites (413 total detections)
mediumOverly permissive CORS policy (Access-Control-Allow-Origin: *)124/233 sites
mediumpostMessage listener without apparent origin check118/233 sites (140 total detections)
mediumJavaScript source map publicly accessible100/233 sites (758 total detections)
mediumUnknown third-party domain loading resources: us-assets.i.posthog.com27/233 sites

Is your company in this cohort?

This page only shows what's safe to publish. Run your own free scan to see your full report - including everything that stays private here.

Claim your report

Methodology & FAQ

What is Cohort Security?

A public, quarterly-refreshed directory of aggregate web security posture across defined groups of companies (accelerator batches, funding classes, industry verticals), built from the same free, passive scan anyone can run against any site at decloak.dev today.

What's published about a named company on this page?

Only observational posture any visitor could already determine for themselves — TLS/HTTPS configuration and security header presence — and only for this cohort's honour-roll top performers.

What about every other company in the cohort?

Every company below the honour roll is folded into the cohort-wide severity and issue-prevalence statistics only. Nothing on this page ever attributes a specific finding to an individual company outside the honour roll, or makes one identifiable by elimination.

How is this data collected?

The same free-tier scan available to anyone at decloak.dev, run once per company in the cohort. No active testing, credential access, or exploitation — see decloak.dev/scanner for exactly what the scanner does and doesn't do.

Can a company request removal from this page?

Yes, no justification required — see decloak.dev/scanner for the removal request form.

More on how this scanner works, and how to request removal →