Slash Commands
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 secures 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 makes it safe 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 🙋🏻♂️
