steuuu/chihuaudit

By steuuu

•Updated 6 months ago

mcp-based linux cybersecurity tool

Image
Security
0

2.3K

steuuu/chihuaudit repository overview

Chihuaudit

OpenSSF Scorecard SLSA 3 Docker Pulls

AI-powered Linux security auditing tool with anomaly detection and real-time alerting.

⁠Quick Start

docker pull steuuu/chihuaudit:latest

# Run single audit
docker run --rm -v /:/host:ro steuuu/chihuaudit:latest audit

# Start monitoring (60s interval)
docker run -d --name chihuaudit-monitor \
  -v /:/host:ro \
  -e WEBHOOK_URL=https://discord.com/api/webhooks/YOUR_WEBHOOK \
  steuuu/chihuaudit:latest monitor --interval 60

⁠Features

  • Complete security audit: Firewall, kernel, services, databases, SSL/TLS
  • CIS Benchmark compliance: Automated security baseline checks
  • AI anomaly detection: ML-powered threat detection
  • Real-time alerts: Discord, Slack, custom webhooks
  • MCP server: Integrate with Claude Desktop and other AI assistants

⁠MCP Server Setup

Docker Compose:

services:
  chihuaudit:
    image: steuuu/chihuaudit:latest
    volumes:
      - /:/host:ro
      - ./chihuaudit-data:/data
    command: server --port 8080
    ports:
      - "8080:8080"

Claude Desktop config (claude_desktop_config.json):

{
  "mcpServers": {
    "chihuaudit": {
      "command": "docker",
      "args": ["run", "--rm", "-v", "/:/host:ro", "steuuu/chihuaudit:latest", "server", "--stdio"]
    }
  }
}

Full documentation: GitHub Repository⁠

⁠Images

Docker Hub: steuuu/chihuaudit:latest
GitHub Registry: ghcr.io/girste/chihuaudit:latest

Multi-architecture: linux/amd64, linux/arm64
Signed with: Cosign (SLSA Level 3)

⁠License

Dual Licensed:

  • AGPL-3.0 for open source use
  • Commercial license available for proprietary use

Contact: [email protected]⁠

Full license: LICENSE⁠


šŸ”— GitHub: https://github.com/girste/CHIHUAUDIT⁠
šŸ“§ Contact: [email protected]⁠
🌐 Website: https://girste.com⁠

Tag summary

Content type

Image

Digest

sha256:a493b553f…

Size

6.4 MB

Last updated

6 months ago

docker pull steuuu/chihuaudit:0.0.7-teacup