Skip to main content
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 Check

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 SAST security scan to identify potential vulnerabilities. The agent iterates on the code until all security issues are resolved.