npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@deveras/agentproof

v0.1.0

Published

Security scanner for AI agent deployments. Trust, verified.

Readme

🛡️ AgentProof

Security scanner for AI agent deployments. Trust, verified.

AgentProof scans your AI assistant deployment (OpenClaw, MCP servers, and more) for security vulnerabilities, exposed credentials, and misconfigurations. Get a security score, actionable recommendations, and proof that your deployment is trustworthy.

Part of the Deveras AI Truth Stack.

Quick Start

npx @deveras/agentproof scan .

That's it. AgentProof scans your current directory and outputs a security report.

What It Checks

| Category | Weight | What | |----------|--------|------| | 🔒 Configuration | 25% | Auth, TLS, CORS, DM policies, heartbeats | | 🔑 Credentials | 30% | Exposed API keys, tokens, secrets in files | | 🌐 Network | 15% | HTTPS, exposed ports, security headers, containers | | 🔐 Permissions | 15% | Root access, workspace scope, tool permissions | | 🧩 Skills | 10% | Shell scripts in skills, external URLs, plugin count | | 📊 Data Flow | 5% | LLM providers, routing, voice, state storage |

Usage

# Scan local directory
agentproof scan .
agentproof scan /path/to/openclaw

# Scan remote instance
agentproof scan https://my-agent.example.com

# JSON output (for CI/CD)
agentproof scan . --format json

# Only specific checks
agentproof scan . --checks config,credentials

# Minimum severity
agentproof scan . --severity high

Output

  ╔═══════════════════════════════════════════════════╗
  ║  🔍 AgentProof Security Scan Report             ║
  ╚═══════════════════════════════════════════════════╝

  🛡️ Score: 85/100 (Grade B)
  [████████████████████████░░░░░░]

  Summary: 24 checks — 18 passed · 2 failed · 0 critical · 1 high · 3 medium · 2 low

  ┌─ Categories ─────────────────────────────────────┐
  │ ✅ Configuration Security         ▓▓▓▓▓▓▓▓▓░  90/100  │
  │ ⚠️ Credential Safety              ▓▓▓▓▓▓▓░░░  72/100  │
  │ 🛡️ Network Posture                ▓▓▓▓▓▓▓▓▓▓ 100/100  │
  │ ...                                                      │
  └─────────────────────────────────────────────────┘

  🟠 HIGH (1)
     ❌ Twilio Auth Token found in config/openclaw.json
        → Move secrets to environment variables.

Scoring

  • A (90-100): Excellent — minimal attack surface
  • B (80-89): Good — minor improvements possible
  • C (70-79): Fair — several issues need attention
  • D (50-69): Poor — significant security gaps
  • F (<50): Critical — immediate action required

Exit code is 0 for scores ≥70, 1 for <70 (use in CI/CD pipelines).

Supported Platforms

  • OpenClaw — Full support (config, skills, plugins, state)
  • 🔜 MCP servers
  • 🔜 Other AI agent frameworks

AI Truth Stack

AgentProof is part of Deveras' mission to make AI trustworthy:

  • SiteProof — Verify your website works for humans
  • AEO Scanner — Verify AI can find and cite your content
  • AgentProof — Verify your AI agent is secure and trustworthy

License

MIT — Deveras