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

cyberaudit-skill

v3.2.1

Published

Universal security audit skill for AI agents. Install once, audit any web or mobile app. OpenCode, Claude Code, Cursor, Kiro, Gemini — all supported.

Readme

CyberAudit Skill

Universal security audit skill for AI agents — now deterministic.
One install. 22 agents. Full OWASP coverage + deterministic scanners (secrets + web).

npx -y cyberaudit-skill install

What It Is

CyberAudit is a structured security audit framework delivered as an AI agent skill. It covers OWASP Top 10 (web), OWASP MASVS (mobile), API security, and cloud config — with scoring, severity ratings, and remediation guidance.

Deterministic scanners (no LLM needed):

  • scan → 15 secret patterns (AWS, GitHub PAT, Stripe, private keys, JWT, DB URLs...) + 12 web vuln patterns (SQLi concat, XSS dangerouslySetInnerHTML, jwt.decode, CORS *, eval, mass assignment, NoSQLi)
  • report → auto-generates markdown report with score, verdict, OWASP compliance, remediation plan

Supports 22 AI coding agents — like ui-ux-pro-max-skill:

| Agent | Skill Path | Commands for "/" Menu | Method | |---|---|---|---| | OpenCode | ~/.agents/skills/ + ~/.config/opencode/skills/ | ~/.config/opencode/commands/ (60 cmds) | File copy | | Claude Code | ~/.claude/skills/ | ~/.claude/commands/ (8 main) | File copy | | Cursor | ~/.cursor/skills/ | ~/.cursor/commands/ + mcp.json | MCP server | | Windsurf | ~/.windsurf/skills/ | ~/.windsurf/workflows/ | File copy | | Antigravity | ~/.agent/skills/ + ~/.gemini/antigravity/skills/ | ~/.agent/workflows/ | File copy | | GitHub Copilot | ~/.copilot/skills/ + ~/.github/copilot/skills/ | ~/.copilot/commands/ | File copy | | Kiro | ~/.kiro/skills/ | ~/.kiro/commands/ | File copy | | Codex CLI | ~/.codex/skills/ | ~/.codex/commands/ | File copy | | Qoder | ~/.qoder/skills/ | ~/.qoder/commands/ | File copy | | Roo Code | ~/.roo/skills/ + ~/.roocode/skills/ | ~/.roo/commands/ | File copy | | Gemini CLI | ~/.gemini/skills/ | ~/.gemini/commands/ | File copy | | Trae | ~/.trae/skills/ | ~/.trae/commands/ | File copy | | Continue | ~/.continue/skills/ | ~/.continue/commands/ | File copy | | CodeBuddy | ~/.codebuddy/skills/ | ~/.codebuddy/commands/ | File copy | | Droid (Factory) | ~/.factory/skills/ | ~/.factory/commands/ | File copy | | KiloCode | ~/.kilocode/skills/ | ~/.kilocode/commands/ | File copy | | Warp | ~/.warp/skills/ | ~/.warp/commands/ | File copy | | Augment | ~/.augment/skills/ | ~/.augment/commands/ | File copy | | CodeWhale | ~/.codewhale/skills/ | ~/.codewhale/commands/ | File copy | | Cline | ~/.cline/skills/ | ~/.cline/commands/ | File copy | | Aider | ~/.aider/skills/ | ~/.aider/commands/ | File copy |

8 main slash commands shown when typing "/" (like ui-ux-pro): /audit, /audit:web, /audit:mobile, /audit:api, /audit:cloud, /audit:quick, /audit:report, /audit:help

  • 52 additional commands (total 60) for full coverage.

Quick Start

# Auto-detect & install globally (~/) for all found agents (22 agents checked)
npx -y cyberaudit-skill install

# Project-local install like ui-ux-pro — 100% guarantee "/" shows 8 main commands
npx -y cyberaudit-skill install --agent all --local
# Creates ./.claude/skills/cyberaudit + ./.claude/commands/ (8 cmds), ./.cursor/commands/, ./.windsurf/workflows/, ./.agent/workflows/, etc.

# Install for a specific agent (global)
npx -y cyberaudit-skill install --agent claude-code
npx -y cyberaudit-skill install --agent cursor --global

# Install locally for one agent
npx -y cyberaudit-skill install --agent claude-code --local

# Preview without making changes
npx -y cyberaudit-skill install --dry-run
npx -y cyberaudit-skill install --dry-run --local

# Deterministic scan (no LLM)
npx -y cyberaudit-skill scan ./ --type all
npx -y cyberaudit-skill scan ./ --json > findings.json
npx -y cyberaudit-skill report ./ --input findings.json --type web --output report.md

Available Audits

| Command | Scope | Deterministic? | |---|---|---| | cyberaudit-web | OWASP Top 10 web app audit | Yes (12 patterns) | | cyberaudit-mobile | OWASP MASVS mobile audit | Via checklist | | cyberaudit-api | API security audit | Via checklist | | cyberaudit-cloud | Cloud config audit (S3, IAM, SG) | Via checklist | | cyberaudit-full | Full stack (web + API + cloud) | Partial | | cyberaudit-quick | 5-minute scan (secrets + web) | Yes, fully deterministic |

Usage (once installed)

In your AI agent, type "/" — you should see 8 main commands:

/audit
/audit:web
/audit:mobile
/audit:api
/audit:cloud
/audit:quick
/audit:report
/audit:help

Or classic:

/load-skill cyberaudit
/cyberaudit-web example.com

MCP Server

CyberAudit runs as a stdio MCP server for MCP-compatible agents (Cursor, Claude Desktop, Windsurf, etc.):

npx -y cyberaudit-skill serve

cyberaudit-quick now runs deterministic scanners (secrets + web) even via MCP.

Verify Installation

npx -y cyberaudit-skill list
# Shows 22 agents + main "/" commands

Deterministic vs LLM

  • Deterministic (P2): 15 secret patterns + 12 web patterns + auto report (score, OWASP, remediation plan) — 40 tests, 0 hallucinations
  • LLM-based: Checklists, philosophies, threat models, 60 commands for context-aware audit

Repository

https://github.com/ArisRoman/cyberaudit-skill

License

MIT