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

@code-sentinel-cli/code-sentinel-cli

v3.0.10

Published

AI-assisted code review CLI for Angular, Spring Boot, and Flutter projects.

Downloads

1,049

Readme

@code-sentinel-cli/code-sentinel-cli

AI-assisted code review CLI for Angular, Spring Boot, and Flutter projects.

Install

npm install -g @code-sentinel-cli/code-sentinel-cli
cs --help

Requires Node.js 22 or newer.

Quick Start

cs quickstart
cs init
cs review . --ai-off

Enable AI review by configuring a provider key in your shell or local Code Sentinel config, then run:

cs review .

Common Commands

  • cs --help - list commands.
  • cs version --json - print machine-readable build metadata.
  • cs doctor - check local prerequisites.
  • cs init - create a local .code-sentinel/codereviewrc.yaml.
  • cs review . - run a review for the current workspace.
  • cs rule list - inspect bundled rules.

Configuration

Secrets such as AI provider keys and dashboard tokens are read from local config or environment variables at runtime; they are not bundled into this npm package. Useful environment variables include:

  • LLM_API_KEY, GEMINI_API_KEY, GROQ_API_KEY, OPENCODE_GO_API_KEY, CUSTOM_AI_API_KEY - optional custom OpenAI-compatible provider credentials.
  • CODE_SENTINEL_DASHBOARD_URL and CODE_SENTINEL_DASHBOARD_TOKEN - dashboard integration.
  • CODE_SENTINEL_NO_UPDATE_CHECK=1 - disable npm update checks.
  • NO_COLOR=1 - disable ANSI color output.

Updates

The CLI may check npm for a newer package version at most once every 24 hours when running in an interactive terminal. It skips CI/non-TTY sessions, does not block review execution on network errors, and can be disabled with CODE_SENTINEL_NO_UPDATE_CHECK=1 or NO_UPDATE_NOTIFIER=1.

npm install -g @code-sentinel-cli/code-sentinel-cli@latest

Troubleshooting

  • Use Node.js 22 or newer: node --version.
  • Run cs doctor for local setup checks.
  • Run with --no-color if your terminal does not support ANSI colors.
  • Use cs review . --ai-off for an offline static-rule-only smoke test.

Module Format

This package is ESM-only. The supported public import surface is the package root export; deep imports from dist/ are not part of the compatibility contract.