Opena2a banner
opena2a-org opena2a-org

Opena2a

AI community

Description

One scan for AI risk. `opena2a review` checks an AI project across credentials, shadow agents, MCP servers, and dependencies, returns a score, and routes each finding to the tool that fixes it. Open source.

Installation

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

README

opena2a-cli

[![Status: stable](https://img.shields.io/badge/status-stable-green)](./STATUS.md)

**[OpenA2A](https://github.com/opena2a-org/opena2a)**: [CLI](https://github.com/opena2a-org/opena2a) · [HackMyAgent](https://github.com/opena2a-org/hackmyagent) · [Secretless](https://github.com/opena2a-org/secretless-ai) · [AIM](https://github.com/opena2a-org/agent-identity-management) · [Browser Guard](https://github.com/opena2a-org/AI-BrowserGuard) · [DVAA](https://github.com/opena2a-org/damn-vulnerable-ai-agent)

Unified CLI for the OpenA2A security toolchain. One command finds credential leaks, shadow AI, unsigned configs, and ungoverned agents, then fixes them. Apache 2.0.

[![npm version](https://img.shields.io/npm/v/opena2a-cli.svg)](https://www.npmjs.com/package/opena2a-cli) [![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)

[Website](https://opena2a.org) · [Docs](https://opena2a.org/docs) · [Demos](https://opena2a.org/demos) · [Discord](https://discord.gg/uRZa3KXgEn)

Quick start

npx opena2a-cli init       # 1. read-only assessment: every finding prints Verify and Fix
npx opena2a-cli protect    # 2. apply the fixes
npx opena2a-cli review     # 3. full report. First run downloads the NanoMind
                           #    model files; --no-open skips the browser.

What `init` prints (captured from opena2a-cli 0.10.13 on a small demo project, trimmed):

  OpenA2A Security Assessment  v0.10.13         0.1s

  Project      acme-agent v2.1.0
  Stack        Node.js + MCP server

  Findings
  -----------------------------------------------
  CRITICAL  OpenAI API Key
            OpenAI API key hardcoded in source. Grants full API access
            to anyone with the source code.
            src/agent.js:1
            Verify: sed -n '1p' src/agent.js
            Fix:    opena2a protect
  ...
  Security Score: 62 / 100  (project posture: credentials, config, environment)

![opena2a review](docs/im