Metadata-Version: 2.4
Name: opentrustbench
Version: 0.1.0
Summary: Open-source AI agent and MCP server security scanner
Author-email: Eulogik <dev@eulogik.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://www.opentrustbench.com
Project-URL: Documentation, https://www.opentrustbench.com
Project-URL: Repository, https://github.com/eulogik/OpenTrustBench
Keywords: ai,agent,mcp,security,scanner,trust,owasp
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# OpenTrustBench

Open-source AI agent and MCP server security scanner. Graded trust cards (A–F) for AI agents and MCP tool servers.

## Installation

```bash
pip install opentrustbench
```

**Prerequisites:** Node.js 18+ and npm must be installed. The npm `@opentrustbench/cli` package will be resolved at runtime.

## Usage

```bash
# Scan an AI agent or MCP server
opentrustbench scan ./my-agent

# Generate a Trust Card
opentrustbench trust ./my-agent

# Attack surface analysis
opentrustbench attack ./my-agent

# Dependency audit
opentrustbench deps ./my-agent
```

## License

Apache-2.0
