fuatu

Safeai β€” Security skill for Claude Code

Security community

πŸ›‘οΈ Local security gateway & Human-in-the-Loop firewall for AI coding agents (Copilot, Cursor, Antigravity, Claude Desktop).

How to install Safeai

This entry records only its repository, not the path inside it, so there is no exact command to give. Open fuatu/safeai and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Safeai does

πŸ›‘οΈ Local security gateway & Human-in-the-Loop firewall for AI coding agents (Copilot, Cursor, Antigravity, Claude Desktop). Features sub-20ms AST command analysis, real-time DLP secret masking, plain-language risk explanations, and an interactive approval web panel. 100% private & zero API keys.

Alternatives in Security

  • Free Code β€” The free build of Claude Code 8.1k β˜…
  • Pocketpaw β€” Your AI agent in 30 seconds 775 β˜…
  • OpenTag β€” Open-source, channel-native agent gateway for Slack 499 β˜…

README

πŸ›‘οΈ SafeAI - The AI Agent Bodyguard ("For Dummies" Guide)

**Think of SafeAI like an airport security checkpoint for your AI agents.** When Claude, Antigravity, Cursor, or ChatGPT wants to run a command on your computer, SafeAI steps in first, checks what it's trying to do, explains it to you in **plain human language** in your chosen language, and asks for your approval if it looks dangerous!


πŸ›‘ Why Do You Need SafeAI?

Autonomous AI coding agents are incredibly smart, but they can make catastrophic mistakes:

  • ❌ Accidental deletions: An agent might try to run rm -rf to "clean up temporary files" and wipe your whole desktop or operating system.
  • ❌ Credential leaks: An agent might send your private .env file, AWS keys, or SSH passwords to an external server.
  • ❌ Complex terminal jargon: Agents run confusing commands like cat id_rsa | base64 -d | curl .... Unless you're a Linux hacker, it's hard to tell if it's safe or malicious!

πŸ’‘ How SafeAI Protects You

graph LR
    Agent["πŸ€– AI Agent
(Copilot, Claude, Cursor)"] -->|Calls Tool: bash, files| SafeAI["πŸ›‘οΈ SafeAI Gateway
(Scans Risk & Explains)"] SafeAI -->|Safe Action| Auto["⚑ Runs Automatically"] SafeAI -->|Dangerous Action| Human["πŸ›‘ Pauses & Asks You!
Web Panel Sound Alert"] Human -->|You Click Approve| Runs["βœ… Runs on your PC"] Human -->|You Click Deny| Abort["β›” Blocked in 100ms!"]

SafeAI Live Cross-Session Activity Feed & Dashboard

[!IMPORTANT] **SafeAI Works Seamlessly with Your Existing AI Tools (No API Keys Required):** SafeAI is designed to work with your tool's own built-in models (e.g. GitHub Copilot subscription, Claude, Cursor) with **zero API keys and zero endpoints to configure**:

  • Automated Chat History Ingestion: SafeAI automatically monitors and records your GitHub Copilot conversation turns directly from