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

@raknor/aegis

v2.3.0

Published

AEGIS Security Scanner — Governed Cyber Reasoning System

Readme

AEGIS Security Scanner

AEGIS is a governed Cyber Reasoning System (CRS) that discovers vulnerabilities, proves exploitability, synthesizes patches, and deploys fixes -- all under the Equilateral governance architecture with cryptographic audit trails. This npm package downloads the platform-specific Rust binary and runs a full AST-based security scan across 14 languages.

Quick Start

# One-shot scan (no install required)
npx @raknor/aegis scan ./my-project

# Or install globally
npm install -g @raknor/aegis
aegis scan ./my-project

# JSON output for CI integration
aegis scan ./src --json

What's Included

Community Tier (free — no key required)

  • Full Rust AST engine — tree-sitter parsing across 14 languages (C, C++, Python, JS, TS, Java, Go, C#, Rust, HCL/Terraform, Bash, PHP, Kotlin, Swift)
  • 103 CWE patterns with cross-file taint analysis
  • First 50 findings shown (full count reported)
  • SARIF 2.1.0, HTML, and JSON output
  • Severity classification (Critical / High / Medium / Low)
  • CWE distribution summary
  • Compliance readiness traffic lights — visual pass/fail for FedRAMP High / Moderate, SOC 2 Type II, ISO 27001:2022, PCI-DSS v4.0, HIPAA, DORA (EU), NIST CSF 2.0, and CMMC Level 2
  • "PREVIEW" watermark on reports

Pro Tier

Everything in Community, plus:

  • Unlimited findings
  • CVSS 3.1 scoring with CISA KEV and EPSS enrichment
  • Auto-fix (14 CWEs) and auto-patch suggestions
  • STRIDE threat model, tech debt, bounded context, resource leaks
  • WAF rules (ModSecurity, AWS WAF, Cloudflare)
  • Secret detection (11 patterns), PII-in-logs, dependency accuracy audit
  • Delta scanning for CI/CD (--changed-only, --since)
  • Container audit, SELECT * analysis, financial consistency

Premium Tier

Everything in Pro, plus:

  • M&A due diligence report
  • White-label branding
  • FedRAMP Continuous Monitoring packages
  • Governed code transformation engine

Enterprise Tier

Everything in Premium, plus:

  • OSCAL 1.1.2 (SSP, AR, POA&M, Component Definition)
  • DORA Pillar I-V, ISO 27001, NIST CSF 2.0 evidence packages
  • VEX, SBOM (CycloneDX + SPDX), scoring, evidence bundles
  • IAM analysis, infrastructure discovery, IR playbooks
  • 12-framework compliance mapping
  • Self-hosted Docker for air-gapped / on-prem environments

Compliance Framework Readiness

Every scan produces a preview indicator for nine compliance frameworks, based on the severity and class of findings detected. Example output (ASCII bars with status):

  FedRAMP High      [███████████████░░░░░]  75%  BLOCKED
  FedRAMP Moderate  [███████████████░░░░░]  75%  BLOCKED
  SOC 2 Type II     [███████████████░░░░░]  75%  BLOCKED
  ISO 27001:2022    [███████████████░░░░░]  75%  BLOCKED
  PCI-DSS v4.0      [███████████████░░░░░]  75%  BLOCKED
  HIPAA             [███████████████░░░░░]  75%  BLOCKED
  DORA (EU)         [███████████████░░░░░]  75%  BLOCKED
  NIST CSF 2.0      [███████████████░░░░░]  75%  READY
  CMMC Level 2      [███████████████░░░░░]  75%  BLOCKED

Community tier uses the full Rust AST engine (not regex). The 50-finding cap limits displayed results — the total count is always reported. Upgrade to Pro or higher for unlimited findings, auto-fix, and compliance evidence generation.

Upgrade

For full capabilities, visit raknor.ai/pricing.

License

Apache-2.0 -- Pareidolia LLC (d/b/a Raknor AI)