> ## Documentation Index
> Fetch the complete documentation index at: https://docs.symbioticsec.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Security tools

> Security tools for Symbiotic Code

Symbiotic Code comes with a set of security tools that will be automatically used by the agent to produce secure code.

## Guardrails

When working on an existing project, the agent retrieves your repository's security guardrails. These guardrails ensure all suggested implementations follow your company's standards and best practices.

## Security checkpoint

During feature implementation, **the agent performs continuous security checks against OWASP security risks**. If risks are identified, the agent automatically adjusts the implementation to ensure compliance.

## Security scan

After implementation completes, **the agent runs a deterministic SAST security scan** to identify potential vulnerabilities. The agent iterates on the code until all security issues are resolved.
