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

@spearsystems/aegros

v1.0.0

Published

Spear Aegros is a security assessment and internet fingerprinting platform.

Readme

@spearsystems/aegros

Spear Aegros is a security assessment and internet fingerprinting platform.

This package is the platform CLI distribution: guided assessment workflows, internet fingerprinting, and report-driven recommendations in one install.

Install

npm install -g @spearsystems/aegros@latest
spear-aegros --version

Use (recommended)

spear-aegros

That opens the interactive wizard and performs scan + reporting.

One-shot usage (non-interactive)

spear-aegros scan --domain example.com --ack-authorized
spear-aegros scan --domains example.com,example.org --policy standard --ack-authorized
spear-aegros scan --tui --domain example.com --ack-authorized

Command reference

  • spear-aegros / spear-aegros interactive — wizard + Ink UI, collapsible activity log (l / Esc), JSON + Markdown reports.
  • spear-aegros scan --tui … — same log panel for a one-shot scan from flags.
  • spear-aegros scan — deep DNS + email posture (SPF/DKIM/DMARC/BIMI/MTA-STS/TLS-RPT), HTTP fingerprint (headers / stack hints), security findings; writes report-*.json + .md.
  • spear-aegros reports list / reports show <id> — inspect saved reports.
  • spear-aegros init — readline guided config.
  • spear-aegros config show|set|reset|path — config management.
  • spear-aegros doctor — local setup checks.
  • spear-aegros upgrade-help — uninstall/reinstall flow.

Built-in help:

spear-aegros --help
spear-aegros scan --help
spear-aegros config set --help
spear-aegros reports --help

Report storage

By default reports are stored in:

  • ~/.spear-aegros/reports/

Each run writes:

  • JSON report (report-*.json)
  • Markdown summary (report-*.md)

List and read later:

spear-aegros reports list
spear-aegros reports show <report-id-or-path>

Config keys

Stored at ~/.spear-aegros/config.json:

  • defaultPolicy (passive|standard|aggressive)
  • outputDir
  • timeoutMs
  • maxDomains
  • ackAuthorizedUse

Examples:

spear-aegros config show
spear-aegros config set --default-policy standard --max-domains 50
spear-aegros config set --output-dir ./reports --timeout-ms 12000

Migrate from older beta installs

npm uninstall -g @spearsystems/aegros
npm cache verify
npm install -g @spearsystems/aegros@latest
spear-aegros --version

Legal

Use only on systems you are authorized to assess. Proprietary software; see LICENSE.

Community