Once Lagune is set up in your project, your AI agent unlocks a set of slash commands. There are two ways to use them, and both are governed by the charter: secure new work as you build it, or run the full audit over a project.
- ⌨️ Build / Development
- 🔬 Audit: Blue Team Flow
You don't need to finish your work before securing it. Use /lagune for the work you are writing right now:
| Command | What it does for you |
|---|---|
| /lagune.charter | Sets your project's security rules, the foundation /lagune builds against |
| /lagune | Builds what you ask and hardens it as it is written, guided by the charter |
/lagune honors your charter rules whenever it runs. It takes any prompt, builds what you asked, and hardens it with safe defaults as it goes, not later.
Special commands
| Command | What it does |
|---|---|
| /lagune.specialize | Specializes Lagune in a new security sub-skill from articles, exploits, or topics |
The full Blue Team flow: read what a project does, map its risks, and close them. Each command builds on the previous, so following the list top to bottom is all it takes:
| # | Command | What it does for you |
|---|---|---|
| 1 | /lagune.charter | Sets your project's security rules, proposed for you or shaped by what you say |
| 2 | /lagune.detect | Reads your code and maps what your system does and where the risks are |
| 3 | /lagune.plan | Turns what detect found into a defense plan, with a fix for each finding |
| 4 | /lagune.harden | Applies the plan's fixes to your code, safely and one at a time |
| 5 | /lagune.verify | Proves each applied fix holds and closes out the ones that do |
Special commands
| Command | What it does |
|---|---|
| /lagune.specialize | Specializes Lagune in a new security sub-skill from articles, exploits, or topics |
| /lagune.prove | Turns each detected finding into a runnable, defense-only proof for responsible disclosure |
Internal commands
| Command | What it does |
|---|---|
| /lagune.repair | Repairs Lagune's internal tracking |
Security is not a cost, it is an investment: what you put in upfront, you save many times over in the incidents you never have 🙋🏻♂️
Frequently Asked Questions
/lagune to harden work as you build it, and the five-phase Blue Team audit flow: /lagune.charter, /lagune.detect, /lagune.plan, /lagune.harden, /lagune.verify. Plus /lagune.specialize and /lagune.prove.
A five-phase audit: charter (set rules), detect (map risks), plan (score and plan fixes), harden (apply fixes), verify (prove they hold and close them).
/lagune secures new work as you write it, with no flow to follow. The audit flow runs the five phases in order over an existing project.
