
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@sensegrep/cli
Advanced tools
Command-line semantic code search for AI coding workflows — find the right code by meaning using semantic, exact, and AST-aware retrieval.
Command-line interface for sensegrep semantic + structural code search.
npm install -g @sensegrep/cli
sensegrep index --root .
sensegrep status --root . # fast metadata-only stats
sensegrep status --root . --verify # freshness check
sensegrep search "error handling and retry logic"
sensegrep search emit --exact --no-shake --include "src/**/*.ts"
sensegrep survey "authentication login token" --limit 4
sensegrep cluster "checkout payment order cart" --limit 4
sensegrep detect-duplicates --cross-file-only
sensegrep semantic-kinds --json
--json writes parseable JSON to stdout; progress and warnings are written to stderr.
Use --log-format none when a JSON command must suppress human progress logs entirely.
If an --include/--exclude scope matches no indexed files, JSON output includes a
structured warning instead of failing silently.
FAQs
Command-line semantic code search for AI coding workflows — find the right code by meaning using semantic, exact, and AST-aware retrieval.
The npm package @sensegrep/cli receives a total of 15 weekly downloads. As such, @sensegrep/cli popularity was classified as not popular.
We found that @sensegrep/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.