EveryDev.ai
Subscribe
Home
Tools

3,864+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Cynative
    Cynative icon

    Cynative

    Application Security
    Featured

    Open-source CLI framework for security agents with live, read-only access to cloud infrastructure across AWS, GCP, Azure, Kubernetes, GitHub, and GitLab.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully open-source under Apache-2.0. Free to use, modify, and distribute.

    Engagement

    Available On

    Windows
    macOS
    Linux
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Application SecurityAgent HarnessAutonomous Systems

    Alternatives

    StrixPentestAgentAnthropic Cybersecurity Skills
    Developer
    CynativeIsraelEst. 2026

    Listed Sep 2026

    About Cynative

    Cynative is an open-source security agent framework built by a foundation model lab focused on cybersecurity. The framework ships as a single binary CLI tool, licensed under Apache-2.0, and gives security engineers a way to run AI-powered agents against their cloud infrastructure with live, read-only access. The company is also developing a sovereign cybersecurity foundation model — currently in development — designed to run entirely within a team's own perimeter.

    What It Is

    Cynative is a CLI-based agent harness for security engineers. It connects to AWS, GCP, Azure, Kubernetes, GitHub, and GitLab as one unified system, then uses a frontier LLM of the user's choice to reason across that infrastructure and return verified security findings. The framework ships with 45 built-in agents covering privilege escalation, network exposure, data and storage exposure, credentials and secrets, supply chain and CI, detection and audit coverage, inference exposure, Kubernetes control plane, and hardening and resilience. Users can also write custom agents in a single markdown file using the same format as the built-ins.

    How the Read-Only Safety Model Works

    Unlike coding agents or MCP servers, Cynative enforces read-only access at three distinct layers before any credential is attached to a request:

    • Action gate: Every operation is resolved to its required IAM actions using the cloud providers' own API definitions, then authorized against a read-only policy (SecurityAudit on AWS, roles/viewer on GCP, Reader on Azure). Anything classified as a write fails closed.
    • Network pinning: Each request host is pinned to its mapped service and region, and the resolved IP is verified before connecting. The agent can only reach the infrastructure it is configured for.
    • Credential scoping (AWS): For assumed-role identities, credentials are re-vended through STS scoped to SecurityAudit, so AWS IAM enforces the boundary independently of the action gate.

    This architecture means the tool is safe to point at production environments. Secrets are redacted from tool output before being sent to the model, and every tool call is recorded to a fail-closed JSONL audit log.

    Architecture and Code Execution

    For bulk research tasks — checking every public S3 bucket, listing EKS clusters across all regions — Cynative writes and runs JavaScript in an ephemeral sandbox rather than issuing one tool call at a time. The sandbox exposes the agent's tools as async JavaScript functions, allowing the model to loop, filter, and fan out calls concurrently using a built-in mapConcurrent helper. Only what the script logs returns to the model, keeping token usage efficient. The sandbox has no network or host access of its own; it can only call the tools Cynative exposes.

    LLM Provider Flexibility and Sovereign Deployment

    Cynative connects to LLMs through the embedded Bifrost SDK and supports a wide range of providers out of the box, including OpenAI, Anthropic, Azure OpenAI, Amazon Bedrock, Google Vertex/Gemini, Cohere, Mistral, Groq, Ollama, and vLLM. This means teams can point the framework at a model already running inside their cloud account — so the model, the agent, and the data all share one account and nothing leaves the environment.

    The company's longer-term product is a dedicated cybersecurity foundation model, currently in development, intended to run inside a team's own perimeter and be tunable on that team's own data. A design partner program is open for teams that want to shape what the model does.

    Founders and Background

    Both founders, Shaked Zin (CEO) and Yuri Shapira (CTO), came to Cynative from Palo Alto Networks, where they led engineering after it acquired their previous company, PureSec, which the About page describes as having pioneered cloud-native runtime and IAM security.

    Update: v1.11.3

    The latest release is v1.11.3, published on September 10, 2026. The repository was last updated on September 11, 2026, indicating active development. The project notes it deliberately collects no telemetry — the team states they do not know how many teams run it, by design.

    Cynative - 1

    Community Discussions

    Be the first to start a conversation about Cynative

    Share your experience with Cynative, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully open-source under Apache-2.0. Free to use, modify, and distribute.

    • 45 built-in security agents
    • AWS, GCP, Azure, Kubernetes, GitHub, GitLab connectors
    • Custom agent authoring
    • Read-only by construction with three-layer enforcement
    • JavaScript sandbox for concurrent research

    Capabilities

    Key Features

    • 45 built-in security agents for AWS, GCP, Azure, GitHub, and Kubernetes
    • Custom agent authoring in a single markdown file
    • Live, read-only access to cloud infrastructure
    • Three-layer read-only enforcement: action gate, network pinning, credential scoping
    • JavaScript sandbox for concurrent, bulk infrastructure research
    • Evidence-backed, verified findings
    • Support for OpenAI, Anthropic, Bedrock, Vertex, Ollama, and more LLM providers
    • Fail-closed JSONL audit log for every tool call
    • Secrets redacted from model input
    • Interactive and non-interactive (pipe/script) modes
    • Privilege escalation detection across AWS, Azure, GCP
    • Network exposure analysis
    • Supply chain and CI security agents
    • Detection and audit coverage gap analysis
    • Inference exposure agents for Bedrock, Azure OpenAI, Vertex AI
    • Kubernetes control plane security agents
    • STS credential scoping for AWS assumed-role identities
    • No telemetry by design

    Integrations

    AWS
    GCP
    Azure
    Kubernetes (EKS, GKE, AKS, self-managed)
    GitHub
    GitLab
    OpenAI
    Anthropic
    Amazon Bedrock
    Google Vertex AI / Gemini
    Azure OpenAI
    Cohere
    Mistral
    Groq
    Ollama
    vLLM
    Homebrew
    Scoop
    Sigstore / cosign
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Cynative and help others make informed decisions.

    Developer

    Cynative Team

    Cynative builds an open-source security agent framework and a sovereign cybersecurity foundation model designed to run entirely within a team's own infrastructure perimeter. The framework gives security engineers live, read-only access to cloud environments across AWS, GCP, Azure, Kubernetes, GitHub, and GitLab through a single CLI binary. Co-founders Shaked Zin (CEO) and Yuri Shapira (CTO) previously led engineering at Palo Alto Networks following its acquisition of PureSec, which pioneered cloud-native runtime and IAM security. The company publishes its threat model, architecture, governance, and all 45 built-in agents in the open-source repository under Apache-2.0.

    Founded 2026
    Israel
    Read more about Cynative Team
    WebsiteGitHubLinkedInX / Twitter
    1 tool in directory

    Similar Tools

    Strix icon

    Strix

    Open-source autonomous AI penetration testing tool that continuously finds, validates, and auto-fixes vulnerabilities across APIs, web apps, code, and cloud infrastructure.

    PentestAgent icon

    PentestAgent

    An open-source AI agent framework for black-box penetration testing, supporting autonomous multi-agent workflows, MCP integration, and built-in security tools.

    Anthropic Cybersecurity Skills icon

    Anthropic Cybersecurity Skills

    An open-source library of 754 structured cybersecurity skills for AI agents, mapped to 5 frameworks across 26 security domains.

    Browse all tools

    Related Topics

    Application Security

    AI tools for securing software applications and identifying vulnerabilities.

    118 tools

    Agent Harness

    Infrastructure, orchestrators, and task runners that wrap around LLM coding agents — covering session management, context delivery, worktree isolation, architecture enforcement, and issue-to-PR pipelines.

    170 tools

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    418 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions