lagune

作者 wellwelwel已验证

🌊 Lagune is your security copilot as you build, your Blue Team when you audit, whether you're a developer or not.

71
Stars
1
Forks
TypeScript
语言
2026/8/24
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/wellwelwel/lagune

快速入门

使用 lagune 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

🌊 Lagune AI

Secured By Lagune Version No API Key Needed

Lagune helps your AI agent make a project more secure. You point it at your code, and the agent figures out what your system actually does, then guides you through the security work that matters for it.

  • Lagune works with projects in any programming language and supports 72 agents

Love Lagune? Give us a ⭐ on GitHub!


Table of Contents


Get Started

Lagune adapts to your environment, whether it is a new project or an existing one.

[!TIP]

See real-world Prompt Samples 🪼


Dashboard

For an interactive live view, follow-up, and maintenance, run:

npx -y lagune@latest

It serves a dashboard and opens it in a random port:

  • Live Reload
  • Private and Local
  • Install, Pull, Update, and Manage all Lagune features directly from your browser
  • No node_modules or package.json is needed 📦
Overview

[!TIP]

  • 🚪 Use --port or -p to specify a custom port.
  • ⏏️ Press Ctrl+C to stop.

CLI

› Install

npx -y lagune@latest init
  • 🃏 Lagune runs on Node.js under the hood, you use whatever language you want.

› Update

To update Lagune's own files and its commands to their latest versions, run:

npx -y lagune@latest update

[!TIP]

Your charter, the phase artifacts, and any custom specializations stay untouched.

› Pull

When you clone or fork a project that already has Lagune, run pull to install its files from the manifest:

npx -y lagune@latest pull

[!TIP]

💡 Think of it as the Lagune equivalent of npm i, pip install -r requirements.txt, and the like.


Slash Commands

Once Lagune is set up in your project, your AI agent unlocks a set of slash commands:

› Development flow

Harden the work as you build it, guided by the charter, with no flow to follow:

CommandWhat it does for you
/laguneEnforces security along with your development, on any prompt, at any time
  • Pull in the on-demand specializations in real time while your agent works.
  • Combine it with the /lagune.charter command to shape every build around your project's own security rules.

› The Blue Team flow

These five run in order. Each builds on the previous, so following the list top to bottom is all it takes:

#CommandWhat it does for you
1/lagune.charterSets your project's security rules, proposed for you or shaped by what you say
2/lagune.detectReads your code and maps what your system does and where the risks are
3/lagune.planTurns what detect found into a defense plan, with a fix for each finding
4/lagune.hardenApplies the plan's fixes to your code, safely and one at a time
5/lagune.verifyProves each applied fix holds and closes out the ones that do

› Special commands

CommandWhat it does
/lagune.specializeSpecializes Lagune in a new security sub-skill from articles, exploits, or topics
/lagune.proveTurns each detected finding into a runnable proof for responsible disclosure

[!TIP]

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 🙋🏻‍♂️

[!IMPORTANT]

See the full documentation for usage examples and more.


Requirements

You will need these tools installed on your system:


Security

To details, report a vulnerability, and see the supported versions, see the Security Policy.


Contributing

See the Contributing Guide and please follow our Code of Conduct 🚀


Acknowledgements

Partners

Partners get an exclusive logo across the repositories and landing pages, plus a spot on a dedicated partners page.

Help my work grow by becoming a partner 🖖

Supporters

Really thanks to everyone who has supported and keeps supporting my work.

Sponsors

Support my work by becoming a sponsor too ✨


License

Lagune is under the MIT License.
Copyright © 2026-present Weslley Araújo and contributors.

[!IMPORTANT]

Disclaimer

All product names, trademarks, and registered trademarks mentioned are the property of their respective owners and are used for identification purposes only.

常见问题

What is lagune?

lagune is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by wellwelwel. 🌊 Lagune is your security copilot as you build, your Blue Team when you audit, whether you're a developer or not. It has 71 GitHub stars.

Is lagune safe to use?

Yes. lagune passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install lagune?

Clone the repository with "git clone https://github.com/wellwelwel/lagune" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is lagune written in?

lagune is primarily written in TypeScript. It is open-source under wellwelwel on GitHub, so you can review or fork the full source.

Are there alternatives to lagune?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh lagune against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情
lagune — Claude Code AI Skill | SkillTip