Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Agentic Development Security (ADS) secures the AI agents that build software. AI

* **Agent Supply Chain Security** secures what agents use. It evaluates the components your agents connect to - the Model Context Protocol (MCP) servers, skills, and external tools they use - before those components enter your development workflow. It discovers the components in use on end users' machines across your environment and assesses each one for security issues such as prompt injection, tool poisoning, and hardcoded secrets.
* **Agent Behavior Governance** secures what agents do. It works inside the agent execution loop, evaluating an agent's actions against policy before they run, with awareness of the full session: the sequence of actions, the tools in use, and the intent behind them.
* **Trusted Output Assurance**, also known as Snyk Studio, secures agent-generated output at creation. It runs inside the coding assistant. Hooks scan and fix AI-generated code as developers write it. This catches vulnerabilities and insecure dependencies before the code reaches a repository. Learn more about [Agentic security with Snyk Studio](https://app.gitbook.com/s/N5N885PkllOWeBmgm3Bp/).
* **Trusted Output Assurance**, also known as Snyk Studio, secures agent-generated output at creation. It runs inside the coding assistant. Hooks trigger the scanning and fixing of AI-generated code as it gets generated. This catches and fixes vulnerabilities and insecure dependencies before the code reaches a repository. Learn more about [Agentic security with Snyk Studio](https://app.gitbook.com/s/N5N885PkllOWeBmgm3Bp/).
Loading