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

syrax-audit

v1.1.6

Published

Herramienta CLI oficial de Syrax para auditar tu código y obtener prompts de reparación de IA.

Readme

syrax-audit

Official command-line tool for Syrax Analyzer, the technical auditor and SEO SaaS. Audit your web applications locally for HTML structure, technical SEO, security, AEO, and accessibility issues.

It automatically generates copy-pasteable repair prompts and native rules files for Cursor, OpenCode, OpenChamber, Windsurf, Cline, Aider, and other AI coding assistants to fix detected errors autonomously.


🚀 Quick Start

Run the auditor on any web project directly without installing any package globally:

npx syrax-audit@latest

🧙‍♂️ Interactive Setup Wizard

The first time you execute the command in a new project, syrax-audit launches an interactive configuration menu in your terminal:

  1. API Key: Setup your Premium API Key (automatically saved to .env).
  2. Git Hooks: Automatically install Husky pre-push/pre-commit hooks to block commits with critical errors.
  3. Execution & AI Autofix: Performs the audit and allows you to select which errors to patch.

🛠️ Key Features

  • Universal Dev Server & Real-time Port Detection: Scans your package.json scripts, Django (manage.py), Laravel (artisan), Go (go.mod), Rust (Cargo.toml), and extracts local ports in real-time.
  • Local Production Audits: Avoids development HMR/Vite false positives by compiling and launching a local production preview (pnpm run build + pnpm run preview) automatically.
  • Interactive Issue Selector (Multiselect): Interactively check/uncheck individual issues via arrow keys and Spacebar to decide exactly which errors to patch.
  • AI Autofix Integration: Generates native rules files (.cursorrules, .windsurfrules, .clinerules, copilot-instructions.md) for Cursor, Windsurf, OpenCode, OpenChamber, Codex, Kiro, Minimax, or executes autonomous CLI agents (Claude Code, Aider, agy) directly.
  • Git Hook & CI integration: Prevent deployments with errors by executing syrax-audit --ci in your pre-push or pre-commit scripts.

📖 CLI Options & Flags

| Flag / Parameter | Description | | :--- | :--- | | --ci | Runs the CLI in Continuous Integration mode (non-interactive). Exits with code 1 if the audit fails. | | --category <name> | Runs only a specific audit category (e.g., seo, security, performance, accessibility). | | --format <json\|text> | Changes the console output format (defaults to interactive text formatting). | | --help | Outputs the list of available commands and flags. |


📄 Documentation

For full step-by-step guides and integrations: