Trust & security scanner for AI agents and MCP servers — OWASP-mapped findings, Trust Cards (A–F grades), SARIF + CI gate. Free CLI, zero telemetry.
6
stars
1
commits
HTML
primary language
Sep 11, 2026
updated
Self-scan of packages/cli at HEAD: A (90/100), 0 findings, minimal scope. Reproduce: node packages/cli/dist/index.js scan packages/cli --quiet
Trust & Security for AI Agents & MCP Servers
Scan your AI agent or MCP server for vulnerabilities.
Get a verifiable Trust Card with a public grade badge.
AgentTrust is a trust and security verification platform for autonomous AI agents and MCP (Model Context Protocol) servers. It scans your codebase for vulnerabilities, maps findings to OWASP Agentic AI Top 10 and OWASP LLM Top 10 2025, generates a verifiable Trust Card with a letter grade, and provides a shareable badge for your README.
Zero data retention. Everything runs locally on your machine. No telemetry. No account required.
# Scan a local folder, MCP server, or Agent Skill
npx @eulogik/agenttrust scan ./my-mcp-server
# Scan a GitHub repository
npx @eulogik/agenttrust scan https://github.com/owner/repo
# Scan an npm package
npx @eulogik/agenttrust scan some-npm-package --npm
# Fail CI when findings meet a severity threshold
npx @eulogik/agenttrust scan ./my-mcp-server --fail-on high
# Run the OWASP Agentic Top 10 Adversarial Attack Suite
npx @eulogik/agenttrust attack ./my-mcp-server
# Evaluate workflow reliability
npx @eulogik/agenttrust eval ./tests/workflow.yaml
| Output | Description |
|---|---|
| Trust Card | Machine-readable credential (agenttrust/trust-card/v1) with grade, score, findings, and permissions |
| SARIF Report | Industry-standard format for GitHub Security tab integration |
| Markdown Report | Human-readable audit report for compliance and review |
| Grade Badge | Shareable SVG badge linking to a public report page (example, registry) |
Embed your trust score in your README:
[](https://eulogik.github.io/AgentTrust/r/self-packages-cli.html)
This tells buyers, auditors, and AI hosts that your agent has been verified.
agenttrust at a local directory, GitHub repo, or npm packagenpm audit integration for lockfile-based vulnerability detection--fail-on severity gate for pipeline enforcementattack is static-heuristic: it re-analyzes scan findings + permissions. No payloads execute.eval is simulation mode: suites are parsed and validated; nothing runs, costs/durations stay 0.Need a human pass over your results? Request a review — manual result triage plus a remediation plan, scoped per target. The CLI stays the product and is free forever.
| Tier | Price | What You Get |
|---|---|---|
| CLI | Free | Unlimited local scans, Trust Card, badge, OWASP findings, SARIF, CI gate |
| Expert review | Scoped per target | Everything in CLI + manual triage, remediation plan, debrief call |
| Enterprise | Custom | Everything above + custom rules, evidence helpers, priority support |
packages/
core/ — Detection engines, OWASP rules, trust scoring, attack analysis
cli/ — Terminal CLI with SARIF export and badge generation
action/ — GitHub Action for CI/CD pipelines
web/ — Landing page and interactive demo
badges/ — Shareable grade badge SVGs
examples/ — Vulnerable and secure test fixtures
scripts/ — Verification and demo scripts
npm install # installs + builds via prepare
npm test # build + 14 unit tests
node scripts/verify-demos.mjs # end-to-end smoke checks
Apache 2.0 © 2026 Eulogik
1 commits
HTML
79.6%
TypeScript
12.8%
JavaScript
5.5%
CSS
1.7%
Trust & security scanner for AI agents and MCP servers — OWASP-mapped findings, Trust Cards (A–F grades), SARIF + CI gate. Free CLI, zero telemetry.
6
stars
1
commits
HTML
primary language
Sep 11, 2026
updated
Self-scan of packages/cli at HEAD: A (90/100), 0 findings, minimal scope. Reproduce: node packages/cli/dist/index.js scan packages/cli --quiet
Trust & Security for AI Agents & MCP Servers
Scan your AI agent or MCP server for vulnerabilities.
Get a verifiable Trust Card with a public grade badge.
AgentTrust is a trust and security verification platform for autonomous AI agents and MCP (Model Context Protocol) servers. It scans your codebase for vulnerabilities, maps findings to OWASP Agentic AI Top 10 and OWASP LLM Top 10 2025, generates a verifiable Trust Card with a letter grade, and provides a shareable badge for your README.
Zero data retention. Everything runs locally on your machine. No telemetry. No account required.
# Scan a local folder, MCP server, or Agent Skill
npx @eulogik/agenttrust scan ./my-mcp-server
# Scan a GitHub repository
npx @eulogik/agenttrust scan https://github.com/owner/repo
# Scan an npm package
npx @eulogik/agenttrust scan some-npm-package --npm
# Fail CI when findings meet a severity threshold
npx @eulogik/agenttrust scan ./my-mcp-server --fail-on high
# Run the OWASP Agentic Top 10 Adversarial Attack Suite
npx @eulogik/agenttrust attack ./my-mcp-server
# Evaluate workflow reliability
npx @eulogik/agenttrust eval ./tests/workflow.yaml
| Output | Description |
|---|---|
| Trust Card | Machine-readable credential (agenttrust/trust-card/v1) with grade, score, findings, and permissions |
| SARIF Report | Industry-standard format for GitHub Security tab integration |
| Markdown Report | Human-readable audit report for compliance and review |
| Grade Badge | Shareable SVG badge linking to a public report page (example, registry) |
Embed your trust score in your README:
[](https://eulogik.github.io/AgentTrust/r/self-packages-cli.html)
This tells buyers, auditors, and AI hosts that your agent has been verified.
agenttrust at a local directory, GitHub repo, or npm packagenpm audit integration for lockfile-based vulnerability detection--fail-on severity gate for pipeline enforcementattack is static-heuristic: it re-analyzes scan findings + permissions. No payloads execute.eval is simulation mode: suites are parsed and validated; nothing runs, costs/durations stay 0.Need a human pass over your results? Request a review — manual result triage plus a remediation plan, scoped per target. The CLI stays the product and is free forever.
| Tier | Price | What You Get |
|---|---|---|
| CLI | Free | Unlimited local scans, Trust Card, badge, OWASP findings, SARIF, CI gate |
| Expert review | Scoped per target | Everything in CLI + manual triage, remediation plan, debrief call |
| Enterprise | Custom | Everything above + custom rules, evidence helpers, priority support |
packages/
core/ — Detection engines, OWASP rules, trust scoring, attack analysis
cli/ — Terminal CLI with SARIF export and badge generation
action/ — GitHub Action for CI/CD pipelines
web/ — Landing page and interactive demo
badges/ — Shareable grade badge SVGs
examples/ — Vulnerable and secure test fixtures
scripts/ — Verification and demo scripts
npm install # installs + builds via prepare
npm test # build + 14 unit tests
node scripts/verify-demos.mjs # end-to-end smoke checks
Apache 2.0 © 2026 Eulogik
1 commits
HTML
79.6%
TypeScript
12.8%
JavaScript
5.5%
CSS
1.7%