DEV Community

Cover image for Hidden Layer Secures AI with $100M Series B Funding
LuckyTaorem
LuckyTaorem

Posted on Originally published at ltdeveloperblogs.github.io

Hidden Layer Secures AI with $100M Series B Funding

The Funding Surge and What It Signals for AI Security

On September 2, 2026, Hidden Layer announced a $100 million Series B round led by Delta‑v Capital, with participation from Ten Eleven Ventures, Morgan Stanley, Microsoft’s M12, and Booz Allen Hamilton. The capital injection doubles the company’s total raised capital and arrives at a moment when enterprises are scrambling to harden AI pipelines against a growing catalog of threats.

The round is not just a financial milestone; it is a market‑signal that AI security is moving from niche to core‑infrastructure. Gartner projects AI‑security spend to climb to $2.83 billion in 2026—a staggering 83 % year‑over‑year increase—and to near $4.78 billion by 2027. Hidden Layer’s ARR, now in the “tens of millions,” grew more than tenfold in the past year, driven by new customers across finance, defense, and large‑tech verticals. The infusion of $100 million will accelerate product development, expand go‑to‑market teams, and deepen integrations with the very platforms that host the most demanding AI workloads.

Why AI Security Has Become a Boardroom Priority

1. Expanding Attack Surface

Traditional machine‑learning models were static artifacts, often protected by perimeter firewalls and basic access controls. Modern generative AI, autonomous agents, and multi‑step workflows expose new vectors:

  • Prompt injection can coerce a model into disclosing proprietary data or executing malicious commands.
  • Agent manipulation allows adversaries to steer autonomous agents toward harmful actions, especially when agents can call external tools.
  • Supply‑chain contamination introduces hidden payloads in open‑source or open‑weight models, a risk Hidden Layer quantifies by scanning ~50 file frameworks.

2. Regulatory Pressure

Financial services, defense contractors, and intelligence agencies now face stricter compliance regimes (e.g., NIST AI RMF, EU AI Act). Failure to demonstrate robust AI controls can result in fines, loss of contracts, or national‑security repercussions. Hidden Layer’s customers—ranging from the DoD to a “leading frontier model provider” with 700 million weekly users—need auditable, real‑time protection.

3. Competitive Differentiation

Enterprises are evaluating AI vendors not just on model performance but on security posture. A secure AI stack becomes a selling point for SaaS platforms, cloud providers, and system integrators. Hidden Layer’s ability to protect both proprietary and open‑weight models positions it as a strategic partner for firms like Microsoft, Cisco, and Palo Alto Networks that are building AI‑centric security portfolios.

Technical Breakdown of Hidden Layer’s Product Suite

Hidden Layer describes its platform as “EDR for AI.” Below is a deeper look at each capability and the engineering challenges they address.

Discovery – Mapping the Invisible AI Landscape

  • Asset inventory: Automated crawlers interrogate cloud accounts, CI/CD pipelines, and on‑prem environments to locate model binaries, container images, and agent definitions.
  • Metadata enrichment: Each asset is tagged with provenance, version, and usage context, enabling risk scoring before a model ever runs in production.

Runtime Protection – Real‑Time Guardrails

  • Policy enforcement engine: Hooks into inference APIs (e.g., OpenAI, Anthropic, custom REST endpoints) to inspect prompts and responses.
  • Anomaly detection: Uses statistical baselines and lightweight embeddings to flag out‑of‑distribution inputs that may indicate injection attempts.
  • Response actions: Can truncate, sanitize, or block requests, and optionally trigger alerts to SOC teams.

Attack Simulation – Proactive Red‑Team Exercises

  • Adversarial scenario library: Includes prompt‑injection payloads, tool‑abuse chains, and model‑poisoning scripts.
  • Automated replay: Simulates attacks against live workloads without disrupting production traffic, delivering a “security posture score” per asset.

Supply‑Chain Security – Verifying What You Pull In

  • File‑format parsing: Supports ~50 AI model formats (ONNX, PyTorch, TensorFlow, GGML, etc.) and container manifests.
  • Hidden‑model detection: Scans for embedded sub‑models or malicious code hidden within model weights—a technique increasingly used to smuggle backdoors.
  • Signature verification: Checks cryptographic hashes against known‑good registries and can enforce signed‑artifact policies.

Extended Focus Areas

🔹 -------
• Threat: --------
• Mitigation: ------------

🔹 Prompt Injection Defense
• Threat: Malicious user inputs that alter model behavior
• Mitigation: Real‑time sanitization, context‑aware throttling

🔹 Agent Manipulation Prevention
• Threat: Steering autonomous agents via crafted tool calls
• Mitigation: Execution‑graph validation, tool‑whitelisting

🔹 Malicious Tool Use Prevention
• Threat: Unauthorized APIs or scripts invoked by agents
• Mitigation: Runtime policy enforcement, audit logging

🔹 Open‑Source Model Scanning
• Threat: Hidden backdoors in community‑released weights
• Mitigation: Multi‑framework parsing, hash‑based verification

The company’s CEO, Chris Sestito, emphasizes that “Inference is still inference… we haven’t had to pivot, but we’ve had to grow our scope … from traditional modeling to Gen AI to agentic.” This continuity allows Hidden Layer to reuse core detection kernels while extending coverage to emerging AI paradigms.

Market Landscape, Competitors, and Potential Partnerships

Direct Competitors

  • Noma – Focuses on model‑level vulnerability scanning but lacks real‑time runtime enforcement.
  • Zenity – Offers prompt‑filtering for chat‑bots; its scope is narrower than Hidden Layer’s agentic workflow protection.

Both competitors address parts of the problem, yet Hidden Layer’s end‑to‑end suite (discovery → runtime → simulation → supply‑chain) gives it a more comprehensive value proposition.

Adjacent Platform Players

  • Cisco, Palo Alto Networks, Check Point – Traditional network security vendors are building AI‑security modules. A partnership or acquisition could give them a ready‑made AI‑specific engine.
  • Microsoft, AWS, OpenAI – Cloud providers are integrating security controls into their AI services. Hidden Layer’s M12 backing hints at potential deep integration with Azure AI, especially for enterprise customers needing compliance‑ready pipelines.
  • Potential Strategic Buyers – The $100 million round may be a pre‑emptive move to increase valuation before a possible acquisition by a larger security or cloud player.

Lessons from Recent AI‑Security Incidents

The recent Zoom annotation flaw, patched after an AI‑prompt exploit, highlighted how even well‑known SaaS platforms can be compromised through poorly validated inputs. Hidden Layer’s runtime protection directly addresses the same class of vulnerabilities, underscoring the relevance of its technology across both collaboration tools and enterprise AI stacks.

Read the full breakdown originally published at https://ltdeveloperblogs.github.io/posts/hiddenlayer-nabs-100m-as-enterprises-rush-to-secure-their-ai-deployments/

Top comments (0)