{"id":47636311,"url":"https://github.com/naufalafif/agent-guard","last_synced_at":"2026-04-02T00:10:04.493Z","repository":{"id":346238849,"uuid":"1189042900","full_name":"naufalafif/agent-guard","owner":"naufalafif","description":"Native macOS menu bar app that scans MCP servers and AI agent skills for security threats","archived":false,"fork":false,"pushed_at":"2026-03-23T14:29:27.000Z","size":5046,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"staging","last_synced_at":"2026-03-23T17:54:13.302Z","etag":null,"topics":["ai-agents","cisco","macos","mcp","menu-bar","security","swift"],"latest_commit_sha":null,"homepage":"https://github.com/naufalafif/agent-guard","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/naufalafif.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-22T23:03:14.000Z","updated_at":"2026-03-23T14:20:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/naufalafif/agent-guard","commit_stats":null,"previous_names":["naufalafif/agent-guard"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/naufalafif/agent-guard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naufalafif%2Fagent-guard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naufalafif%2Fagent-guard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naufalafif%2Fagent-guard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naufalafif%2Fagent-guard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naufalafif","download_url":"https://codeload.github.com/naufalafif/agent-guard/tar.gz/refs/heads/staging","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naufalafif%2Fagent-guard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31293285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agents","cisco","macos","mcp","menu-bar","security","swift"],"created_at":"2026-04-02T00:10:03.728Z","updated_at":"2026-04-02T00:10:04.451Z","avatar_url":"https://github.com/naufalafif.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AgentGuard\n\nNative macOS menu bar app that scans your MCP servers and AI agent skills for security threats.\n\n![macOS 13+](https://img.shields.io/badge/macOS-13%2B-black?style=flat-square) ![Swift](https://img.shields.io/badge/Swift-5.9-orange?style=flat-square) ![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square) ![CI](https://github.com/naufalafif/agent-guard/actions/workflows/ci.yml/badge.svg) ![Release](https://github.com/naufalafif/agent-guard/actions/workflows/release.yml/badge.svg)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"screenshot.png?v=2\" width=\"500\" alt=\"AgentGuard\" /\u003e\n\u003c/p\u003e\n\n## Install\n\n```bash\nbrew tap naufalafif/tap\nbrew install --cask agent-guard\n```\n\nOr build from source:\n\n```bash\ngit clone https://github.com/naufalafif/agent-guard.git\ncd agent-guard\nmake install\n```\n\nRequires macOS 13+. The app auto-installs scanner dependencies on first launch.\n\n## What it scans\n\n| Scanner | What it checks |\n|---------|---------------|\n| [mcp-scanner](https://github.com/cisco-ai-defense/mcp-scanner) | MCP server configs — Claude Desktop, Cursor, VS Code, Windsurf, Zed |\n| [skill-scanner](https://github.com/cisco-ai-defense/skill-scanner) | Agent skill packages — Cursor rules, Claude skills, and other agent instruction files |\n\nPowered by [Cisco AI Defense](https://github.com/cisco-ai-defense). YARA rules + static analysis. Everything runs locally.\n\n## Usage\n\n- **Menu bar icon** — green = all clear, red + count = findings, half shield = scanning\n- **Click** the icon to see findings, grouped by MCP servers and AI skills\n- **Expand** a finding to see details — threat name, category, rule\n- **Mute** false positives with confirmation, unmute anytime\n- **Settings** (gear icon) — scan interval, skill directories, launch at login\n\n\u003e **Tip:** AgentGuard scans common locations (`~/.cursor/rules`, `~/.claude/skills`, `~/.claude/plugins`, etc.) by default — including Claude Code marketplace plugins. If you keep skills inside project directories, add your workspace path in Settings.\n\n## Uninstall\n\n```bash\nbrew uninstall --cask agent-guard\nrm -rf ~/.cache/mcp-scan ~/.config/mcp-scan   # optional: remove data\n```\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for development setup, architecture, and CI/CD details.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaufalafif%2Fagent-guard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaufalafif%2Fagent-guard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaufalafif%2Fagent-guard/lists"}