Endor Labs

Endor Labs

Function-level vulnerability analysis and risk scoring

Overview

Endor Labs analyzes software using reachability-based dependency analysis to identify vulnerabilities at the function level. It provides a risk score for software packages that combines security, quality, popularity, and activity, helping teams focus on the most critical issues. A flexible policy engine lets clients tailor rules to their risk profile, reducing disruption to development work, while SBOM and VEX management tools help track ownership and costs. The team of PhDs and its practical risk scores, policy-driven controls, and ongoing monitoring aim to improve software security and quality while lowering supply-chain risk.

About Endor Labs

Simplify's Rating
Why Endor Labs is rated
B
Rated B on Competitive Edge
Rated A on Growth Potential
Rated C on Differentiation

Industries

Data & Analytics

Enterprise Software

Cybersecurity

Company Size

201-500

Company Stage

Series B

Total Funding

$188M

Headquarters

Palo Alto, California

Founded

2021

People at Endor Labs

People at Endor Labs who can refer or advise you

Simplify Jobs

Simplify's Take

What believers are saying

  • 225% revenue growth and $15M ARR by end of 2025 validate strong adoption across OpenAI, Atlassian, and Dropbox.
  • AURI reduces false positives by 92%, enabling teams to meet FedRAMP, PCI DSS, and EU Cyber Resilience Act requirements.
  • Detected seven zero-day vulnerabilities in OpenClaw in February 2026, proving ability to secure AI tools pre-disclosure.

What critics are saying

  • Snyk's 90%+ noise reduction and deep GitHub Copilot integration displace Endor in open-source dependency market within 6-12 months.
  • 14x surge in open-source malware advisories overwhelms reachability filters, failing to detect typosquatting or malicious metadata.
  • AI agents generating 87% vulnerable code bypass function-call graphs, as dynamic agent behavior and adversarial prompts remain unmodeled.

What makes Endor Labs unique

  • Uses reachability-based code context graph to trim 80-95% of security noise by verifying exploitable flaws.
  • Embeds AURI Agents and MCP Server directly into AI coding tools like Cursor and Claude for real-time fixes.
  • Offers Agent Governance and Package Firewall to block malicious packages and monitor AI agent activity in workloads.

Help us improve and share your feedback! Did you find this helpful?

Funding

Total Funding

$188M

Above

Industry Average

Funded Over

3 Rounds

Series B funding is typically for startups that have proven their business model and need more funding to expand rapidly—often by entering new markets or adding more products. Investors are usually venture capital firms that specialize in later-stage investments.
Series B Funding Comparison
Above Average

Industry standards

$35M
$45M
Linktree
$65M
Substack
$93M
Endor Labs
$100M
ClickUp

Benefits

Health Insurance

Dental Insurance

Vision Insurance

Mental Health Support

Unlimited Paid Time Off

401(k) Retirement Plan

Remote Work Options

Growth & Insights and Company News

Headcount

6 month growth

1%

1 year growth

3%

2 year growth

4%
William OGOU Cybersecurity Blog
Jun 18th, 2026
Automating the AppSec with AI.

Automating the AppSec with AI. Ask any AppSec team how their backlog is looking, and you will hear a variation of the same exhausted truth: Detection has never been faster, and human remediation has never been slower. Frontier AI models, advanced researchers, and modern scanners are surfacing vulnerabilities at a staggering rate. At Endor Labs, we have observed new CVEs moving from public disclosure to active exploitation in under 10 hours often before a security engineer has even had the chance to assign a Jira ticket. The structural gap is obvious. We are using machine speed to find vulnerabilities, but we are still relying on human speed to fix them. Developers are already trying to solve this by pointing general-purpose AI coding agents (like Claude or Cursor) at security findings. The instinct is right, but the execution fails because general-purpose agents operate blind; they lack the contextual security data needed to formulate a safe, non-breaking fix. This changes today. Defenders now have the tools to push remediation to machine speed. Here is how you can use AI to automate your AppSec workflows using the newly released AURI Agents and the open-source Endor Labs Agent Kit. What to remember. * The AppSec Gap: AI has accelerated vulnerability detection and exploitation; remediation must adopt AI agents to keep pace. * AURI Agents: Pre-configured, expert AI agents by Endor Labs that plug directly into tools developers already use (Claude Code, Cursor IDE, Codex, Gemini). * Context is King: General-purpose AI fails at security patching. AURI Agents succeed because they are wired directly into Endor Labs' reachability analysis and policy graphs. * Local Execution: The agents run on your infrastructure using your LLM keys. Your code and secrets never cross into a vendor's backend. * Open Source: The Endor Labs Agent Kit is fully open-source, allowing you to build, customize, and deploy your own security agents via simple Markdown and YAML recipes. The power of context: why General AI fails at security. If you paste a CVE alert into an LLM and ask it to write a patch, it will hallucinate. It doesn't know if the vulnerable function is actually reachable in your specific codebase. It doesn't know if upgrading that package will break three other transitive dependencies. General AI lacks context. To bridge this gap, Endor Labs introduced AURI Agents. Instead of exposing raw data through a clunky API and hoping an LLM figures it out, Endor Labs packaged their deep contextual data reachability analysis, upgrade impact, and finding graphs directly into pre-built AI agents. According to a recent study, using these expert agents allows teams to perform security tasks 2.8 times faster while consuming 92% fewer tokens compared to unaugmented AI agents. Meet the AURI agent catalog. The catalog launches with specialized agents designed to tackle the heaviest, most requested AppSec workflows. Here are the standouts: 1. SCA Remediation agent (endor-sca-remediation-agent). * The Problem: You have 50 open dependency vulnerabilities. Which ones actually matter, and what is the safest upgrade path? * The Agent: This agent takes an open dependency vulnerability, uses reachability analysis to verify if your code actually calls the vulnerable function, calculates the safest upgrade path, and automatically opens a Pull Request (PR) with the justifying evidence attached to the PR body. 2. AI SAST triage agent (endor-ai-sast-triage-agent). * The Problem: SAST scanners are notoriously noisy, producing hundreds of false positives. * The Agent: It reviews SAST findings, confirms true positives against the exact commit SHA, generates patches for confirmed flaws, and routes false positives with logical explanations. It even handles exceptions directly from PR comments, allowing AppSec reviewers to approve them straight into policy without filing a ticket. 3. Probe Droid (endor-probe-droid-agent). * The Problem: "Are we actually scanning everything?" * The Agent: Probe Droid audits your scan coverage across GitHub. It finds the blind spots and prescribes exactly what configurations, toolchains, or package integrations need to change to ensure complete repository coverage. 4. Vulnerability explainer (endor-vulnerability-explainer-agent). * The Problem: A developer encounters a complex GHSA or CVE ID and doesn't know where to start. * The Agent: It turns a cryptic CVE ID into a plain-language explanation, specifically detailing what it means for your specific repository and outlining the exact next steps. How to install and deploy (running locally). Security leaders rightfully panic when they hear "AI agent looking at our codebase." AURI Agents alleviate this by running exactly where your developers already live. There is no new runtime to adopt. The agents install directly into tools like Claude Code, Cursor IDE, Codex, or Gemini CLI. Most importantly, they run on your infrastructure. Your code, your secrets, and your LLM token spend stay on your side of the fence. Quick start: Cursor IDE. If your team uses Cursor, installation is seamless. * Open the Cursor Agent chat. * Install the plugin: /add-plugin endorlabs * Run the setup skill to check your readiness (it will not run unauthorized scans). Quick start: Claude Code. To drop the agent into your local Claude Code environment, use the CLI: /plugin marketplace add endorlabs/ai-plugins /plugin install endor-labs-agent-kit@endorlabs /reload-plugins /agents Once installed, point it at your repository: Prompt: @agent-sca-remediation check this repository for P0 SCA findings I can start remediating. Python SDK for CI/CD Automation. If you want to run these agents headlessly in your CI/CD pipelines or backend orchestration, you can use the Cursor SDK lane: python3 -m pip install -r cursor-sdk/requirements.txt export CURSOR_API_KEY="crsr_..." python cursor-sdk/run_cursor_agent.py endor-sca-remediation-agent \ -mode cloud \ -repo-url https://github.com/your-org/your-repo \ -ref main \ "Prepare a remediation plan only. Do not edit files or open a PR." Security by design: guardrails and Trust. Endor Labs built these agents like security software. * Read-Only by Default: By default, the majority of the agents are read-only. They can assess CI/CD posture, summarize package risks, and preview remediation plans, but they cannot edit files, push branches, or open PRs. * Approval-Gated Workflows: For agents that do mutate state (like the SCA Remediation agent), they operate under strict approval-gated workflows. File edits, branch pushes, and policy writes are split into separate execution gates, ensuring a human remains in the loop for critical actions. Furthermore, agents act with scoped credentials allowing you to audit exactly what actions were taken by a developer versus what actions were executed by their agent. The Endor Labs Agent Kit: build your own. Every security team has highly specific, bespoke workflows. If the pre-built AURI Agents don't fit your exact needs, you don't have to start from scratch. The Endor Labs Agent Kit is completely open-source. Every agent is defined as a "Source Recipe" a readable YAML file combined with plain-markdown instructions. Don't want to write YAML? You don't have to. The kit includes a "Create Endor Labs Agent" skill. You simply describe the workflow you want in plain English to your coding agent, and it walks you through authoring the recipe, the prompt, and the evaluation cases. It then validates your new agent against the exact same strict guardrails Endor Labs uses for its official catalog. Conclusion. The era of drowning in the AppSec backlog is ending. Attackers are using AI to scale their operations; defenders must do the same. By bringing rich, contextual security data directly into the AI environments where developers already work, AURI Agents allow teams to fix vulnerabilities as fast as scanners find them. Stop compromising between development speed and security. Grab the code from the Endor Labs Agent Kit on GitHub, install the plugins, and let the agents do the heavy lifting. To further enhance your cloud security and implement Zero Trust, contact me on LinkedIn Profile or [email protected].

Endor Labs
Jun 18th, 2026
Endor Labs is a Visionary in the 2026 gartner(r) Magic quadrant(tm) for Software Supply Chain Security.

Endor Labs is a Visionary in the 2026 gartner(r) Magic quadrant(tm) for Software Supply Chain Security. For the first time, Endor Labs has been recognized in the 2026 Gartner Magic Quadrant for Software Supply Chain Security. Andrew Stiefel Published on June 18, 2026 Updated on June 18, 2026 Summarize with AI We're thrilled to announce Endor Labs has been recognized as a Visionary in the 2026 Gartner Magic Quadrant for Software Supply Chain Security. This is the first Magic Quadrant Gartner has published for the category. For us, the work started well before the category had a name. In early 2024, Endor Labs researchers led the creation of the OWASP Top 10 for Open Source Software Risks, the first community standard for what open source risk actually looks like, two years before this Magic Quadrant existed. A dedicated Magic Quadrant now confirms what we've believed since Endor Labs was founded in 2021: most of the code your developers ship won't be written by them, and securing where that code comes from is its own discipline. We're proud to have helped define the category, and to keep pushing it forward. Gartner places Visionaries based on completeness of vision: a view of where the market is going and a roadmap to match. We built Endor Labs for the world that's arriving, not the one of the last decade. As AI introduces new dependencies into the software supply chain, from coding agents and models to MCP servers and skills, we've built the controls to govern them. And as attackers adopt AI to generate exploits, we're helping defenders stay ahead. Every leap in frontier model capability, Mythos included, raises the same question from boards and security teams: what happens when attackers get this leverage? They already have it. Exploits that took months now take hours, and malware campaigns increasingly target the packages and workflows AI agents depend on. If that makes you nervous, you're paying attention. Our answer is to give defenders the same leverage, grounded in evidence rather than fear. From SCA to security for AI coding. When we launched in 2022, we started with a contrarian bet: software composition analysis was broken not because it found too little, but because it found too much. Legacy SCA flags every CVE in your dependency graph whether or not your application can ever invoke the vulnerable code. The result is backlogs of 10,000+ findings that engineering struggles to act on. Since then we've expanded across the supply chain: a package firewall that evaluates over 150 risk signals and blocks malicious packages at install time, AI model governance covering 50 risk metrics on every Hugging Face model, SCA for C/C++, compliance guidance for PCI DSS 4.0 and the EU Cyber Resilience Act, the first 3PAO-endorsed approach for using function-level reachability to reduce FedRAMP ConMon costs, and Endor Outpost for organizations with strict sovereignty requirements. The same controls apply whether a package is installed by a developer or by an AI coding agent. That last part is no longer a nice-to-have. It's the new front line. Pioneering full-stack reachability. Reachability is the idea we're most associated with, and for good reason. Function-level reachability analysis traces whether your application can actually invoke vulnerable code, across first-party code, open source dependencies, and container images, in more than 40 languages. For our customers, that cuts SCA noise by an average of 92%. As Travis McPeak at Cursor put it: "Over 97% of vulnerabilities flagged by our previous tool weren't reachable in our application. Endor Labs shows the few impactful vulnerabilities, so we can patch quickly, focusing on what matters." Every finding ships with evidence: the call path, the data flow, and the reachability proof. No black-box verdicts. That evidence model is also what makes our findings consumable by AI agents, which need deterministic context to act on security decisions, not a severity score and a shrug. Patching and upgrade impact analysis. Finding real risk is half the problem. The other half is fixing it without breaking production. Upgrade impact analysis shows exactly what will break before you open the PR, turning guess-and-test remediation into an informed decision. And when an upgrade is too risky or impossible, Endor Patches delivers drop-in, security-only patches for hard-to-upgrade libraries and end-of-life software. Gartner specifically recognized Endor Patches as a strength in its assessment, noting that it "helps customers to reduce the risk of introducing breaking changes into an application." Together, these capabilities are why customers see 6x faster CVE remediation. The future of software development. Magic Quadrants evaluate what vendors have already shipped. Our eyes are on what's next. Software development is being rebuilt around semi-autonomous agentic pipelines that write and deploy code with minimal human checkpoints. In that world, the "scan after build" model collapses. Security has to become intelligence embedded where code gets written: helping agents pick safe dependencies, blocking poisoned packages aimed at agentic workflows), and giving agents the deterministic context to fix what matters fast. That's what we're building with AURI, the security harness for agentic development, on top of the same code context graph that powers our function-level reachability and supply chain intelligence. As engineering changes, the supply chain changes with it. So do we. We're honored by the recognition, and more grateful for the customers and community who push us to be better every day. If you want to see what a supply chain security program built for the AI era looks like, book a demo and we'll show you. Gartner does not endorse any vendor, product or service depicted in its research publications, and does not advise technology users to select only those vendors with the highest ratings or other designation. Gartner research publications consist of the opinions of Gartner's research organization and should not be construed as statements of fact. Gartner disclaims all warranties, expressed or implied, with respect to this research, including any warranties of merchantability or fitness for a particular purpose. GARTNER is a registered trademark and service mark of Gartner, Inc. and/or its affiliates in the U.S. and internationally, and MAGIC QUADRANT is a registered trademark of Gartner, Inc. and/or its affiliates and is used herein with permission. All rights reserved. What's next? When you're ready to take the next step in securing your software supply chain, here are 3 ways Endor Labs can help:

FySelf
Mar 24th, 2026
TeamPCP backdoor litellm versions 1.82.7 to 1.82.8 likely due to Trivy CI/CD compromise.

TeamPCP backdoor litellm versions 1.82.7 to 1.82.8 likely due to Trivy CI/CD compromise. By March 24, 2026 No Comments 5 Mins Read TeamPCP, the threat actor behind the recent Trivy and KICS breaches, compromised a popular Python package named litellm and pushed two malicious versions containing a credential harvester, a Kubernetes lateral movement toolkit, and a persistent backdoor. Multiple security vendors, including Endor Labs and JFrog, revealed that litellm versions 1.82.7 and 1.82.8 were released on March 24, 2026. This is likely due to the use of Trivy for packages in CI/CD workflows. Both backdoor versions have since been removed from PyPI. "The payload is a three-stage attack: a credential harvester that sweeps through SSH keys, cloud credentials, Kubernetes secrets, cryptocurrency wallets, and .env files, a Kubernetes lateral movement toolkit that deploys privileged pods to all nodes, and a "checkmarx" poll with a persistent systemd backdoor (sysmon.service).[.]Use 'zone/raw' for additional binaries," said Endor Labs researcher Kiran Raj. As observed in previous cases, the collected data is exfiltrated as an encrypted archive ('tpcp.tar.gz') to a command and control domain named 'models.litellm'.[.]cloud" via an HTTPS POST request. For 1.82.7, the malicious code is embedded in the "litellm/proxy/proxy_server.py" file and the injection is performed during or after the wheel build process. This code is designed to run on module import so that the process that imports "litellm.proxy.proxy_server" triggers the payload without requiring user intervention. The next iteration of the package will add "more attack vectors" by incorporating the malicious "litellm_init.pth" into the wheel root, allowing the logic to be automatically executed every time a Python process is started in the environment, not just when litellm is imported. Another aspect that makes 1.82.8 even more dangerous is the fact that the .pth launcher spawns child Python processes via subprocess.Popen, allowing payloads to run in the background. "Python .pth files placed in site packages are automatically processed by site.py when the interpreter starts," Endor Labs said. "This file contains one line that imports the subprocess and launches a separate Python process to decode and execute the same Base64 payload." The payload is decoded to an orchestrator that unpacks the credential harvester and persistence dropper. The harvester also utilizes the Kubernetes service account token (if present) to enumerate all nodes in the cluster and deploy privileged pods to each node. The pod then chroots into the host file system and installs the persistence dropper as a systemd user service on all nodes. The systemd service is configured to launch a Python script ('~/.config/sysmon/sysmon.py') (same name used in the Trivy compromise) that accesses 'checkmarx'.[.]Run "zone/raw" every 50 minutes to get a URL pointing to the next stage payload. If the URL contains YouTube[.]com, the script stops running. This is a common kill switch pattern in all incidents observed to date. "This campaign is almost certainly not over," Endor Institute said. "TeamPCP exhibits a consistent pattern: each compromised environment generates credentials that unlock the next target. The pivot from CI/CD (GitHub Actions runner) to production (PyPI packages running on a Kubernetes cluster) is a deliberate escalation." With the latest development, TeamPCP has launched a relentless supply chain attack campaign, spawning five ecosystems including GitHub Actions, Docker Hub, npm, Open VSX, and PyPI, expanding its reach and bringing more systems under its control. "TeamPCP has escalated a coordinated campaign targeting security tools and open source developer infrastructure, and is now openly claiming credit for multiple follow-on attacks across the ecosystem," Socket said. "This is an ongoing operation targeting high-impact points in the software supply chain." "These companies were founded to protect their supply chains, and they can't even protect their own supply chains. The current state of modern security research is a joke. As a result, we will be stealing terabytes for a long time," TeamPCP said in a message posted on its Telegram channel. [sic] Trade secret secrets with its new partners." "The snowballing impact of this will be significant. We are already partnering with other teams to perpetuate the disruption. Many of your favorite security tools and open source projects will be targeted in the coming months. Stay tuned," the attacker added. Users are advised to take the following actions to contain the threat: Audit litellm version 1.82.7 or 1.82.8 in all environments and revert to a clean version if found. Isolate the affected host. Check for the presence of rogue pods in your Kubernetes cluster. Check the network logs for output traffic to 'models.litellm'.[.]Cloud" and "Checkmarks"[.]Remove "zone" persistence mechanisms. Audit CI/CD pipelines for use of tools like Trivy and KICS during the period of compromise. Revoke and rotate all exposed credentials. "The open source supply chain is breaking down," Gal Nagri, head of threat prevention at Google's Wiz, wrote in a post on X. "Trivy gets compromised | LiteLLM gets compromised | credentials for tens of thousands of environments end up in the hands of attackers | and those credentials lead to the next breach. We're stuck in a loop."

Smartkarma
Mar 18th, 2026
Endor Labs vs Snyk.

Endor Labs vs Snyk. 15 Views 17 Mar 2026 20:00 TL;DR: Founded in 2021, Endor Labs built a vulnerability scanner that determines which issues are actually threats, with the aim to eliminate the ~80% of false positives that train developers to ignore alerts. As agentic coding accelerates the output of both code & vulnerabilities, Endor Labs is betting that scanning is the wedge into building a big business in application security. Sacra estimates Endor Labs hit $15M in annual recurring revenue (ARR) at the end of 2025, up ~131% YoY from $6.5M in 2024. For more, check out its full report and dataset on Endor Labs... What is covered in the Full Insight: * Introduction to Endor Labs * Comparison with Snyk and Market Position * Growth Trajectory and Financial Insights * AI's Role in Application Security * Future Outlook and Industry Trends Begin exploring Smartkarma's AI-augmented investing intelligence platform with a complimentary Preview Pass to: * Unlock research summaries * Follow top, independent analysts * Receive personalised alerts * Access Analytics, Events and more Join 55,000+ investors, including top global asset managers overseeing $13+ trillion. Upgrade later to its paid plans for full-access. Full Insight Related Insights

MLQ.ai
Mar 3rd, 2026
Endor Labs Releases AURI Platform to Integrate Security into AI-Driven Code Workflows

Endor Labs releases AURI platform to integrate security into ai-driven code workflows. March 3, 2026 at 4:03 PM - by MLQ Agent Key points. * Endor Labs released AURI, a free security intelligence platform for agentic software development that integrates analysis into AI coding agents. * AURI combines deterministic static analysis with AI reasoning for reachability across code, dependencies, and containers, providing automated fixes. * 90% of development teams use AI assistants, but only 10% produce secure code, highlighting a gap AURI addresses. * The platform supports integrations with tools like GitHub Copilot and Cursor to scan AI-generated code before pull requests. * Endor Labs reported 225% year-over-year revenue growth amid rising demand for AI-native security solutions.2 Endor Labs announced the launch of AURI, a free security intelligence platform designed to embed security analysis into AI-driven code generation workflows. The platform aims to help development teams produce secure code without slowing productivity, addressing the gap where 90% of teams use AI assistants but only 10% generate secure code. Platform features and capabilities. AURI integrates deterministic static analysis with AI reasoning to provide full-stack reachability, deep code insights, and automated fixes for code, dependencies, and containers. It powers features like AI Security Code Review, which uses AI agents to examine pull requests for architectural changes affecting security posture. The Endor Labs MCP Server detects and fixes vulnerabilities in AI-generated code directly within integrated development environments (IDEs) via tools such as GitHub Copilot and Cursor, enabling scans before pull requests are created. 1 Company growth and customer adoption. Endor Labs has seen 225% year-over-year revenue growth, protecting 7.4 million applications for clients including Atlassian, OpenAI, Robinhood, Rubrik, and Dropbox. The platform scans 1.6 million pull requests monthly and reduces noise by an average of 92%, offering evidence-based remediation. Mark Turner, Head of Product Security at Atlassian, stated, 'As AI transforms the pace and complexity of software development, the need for proactive, developer-friendly security solutions has never been greater.' 2 Broader platform context. AURI builds on Endor Labs' AI-native application security platform, which unifies software composition analysis (SCA), static application security testing (SAST), software bill of materials (SBOM) generation, secrets scanning, and container scanning. The company raised $93 million in Series B funding to expand capabilities for AI-generated code risks. Customers report substantial reductions in false positives and efficient prioritization of exploitable vulnerabilities. 48 AI Code Security gaps. AURI represents Endor Labs' effort to address the security challenges of agentic AI in software development, where rapid code generation outpaces traditional scanning methods. By embedding AI agents that reason like developers and security experts, the platform shifts security left in the development lifecycle, potentially reducing remediation efforts through precise, context-aware fixes. This approach leverages Endor Labs' proprietary dataset from analyzing over 4.5 million open source projects, enabling better prioritization of real risks over noise, as evidenced by the 92% noise reduction reported by customers. 24 The platform's free model lowers barriers for adoption, particularly for teams already using AI coding assistants, but its success hinges on seamless integrations and minimal developer friction. Compared to legacy SAST and SCA tools, AURI's multi-agent architecture provides reachability analysis that traditional rules-based systems lack, making it suited for monorepo environments and complex CI/CD pipelines. Endor Labs' customer base, including high-profile AI users like OpenAI, validates its relevance in securing autonomous code workflows. 13 Agentic security roadmap. Endor Labs plans to roll out AI Code Security Review to customers in May, with additional capabilities like enhanced plugins for Cursor and other code generation tools in the coming months. These updates will focus on automating remediations before code reaches production, aligning with the growing autonomy of AI-generated software. The company's roadmap emphasizes persistent memory and deeper vulnerability intelligence to support evolving AI-native SDLC practices. 1 As AI adoption accelerates, AURI could set a standard for proactive security, especially if it maintains its developer-first experience amid competition from established cybersecurity firms. Regulatory pressures in regulated industries and the rising volume of AI code - projected to dominate development - will likely drive demand, with Endor Labs' 225% growth trajectory suggesting strong market positioning. Partnerships with tools like GitHub Copilot may expand its reach, influencing broader industry shifts toward integrated security. 24 Further sources. Written with AI assistance, verified and edited by its team. Questions? Contact MLQ.ai.

Recently Posted Jobs

Sign up to get curated job recommendations

Endor Labs is Hiring for 15 Jobs on Simplify!

Find jobs on Simplify and start your career today

Don't see your dream role? Check out thousands of other roles on Simplify. Browse all jobs →