Skip to main content

Symbiotic Code is a security-first coding agent. It means that any code it edits or creates is automatically checked for security vulnerabilities. To test its capabilities, you can try the following scenarios:

Implement a feature with guardrails

Guardrails ensure all code generated follows your company’s security standards and best practices.
  1. Connect your GitHub account in the Symbiotic Portal
  2. Create guardrails for one of your repositories
  3. Open the repository in Symbiotic Code and ask it to implement a feature
You’ll see the agent automatically retrieve and apply your configured guardrails.

Security scanning while coding

Deterministic and agentic security scans run continuously while you code, providing real-time feedback on your implementation.
Create a new project from scratch to see all security features in action:
  1. Ask the agent to create a simple project (e.g., a weather app, to-do list, or CRM)
  2. Observe the automatic guardrail generation
  3. Watch security checks run during implementation
  4. See the final security scan validate the code