Package Exports
- packsentry
- packsentry/src/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (packsentry) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
PackSentry
Trust your dependencies.
PackSentry is a dependency security and package intelligence CLI for the npm ecosystem.
Analyze npm packages instantly from your terminal and detect:
- suspicious install scripts
- risky packages
- ecosystem trust signals
- package popularity
- maintenance activity
Installation
Run with NPX
npx packsentry expressGlobal Install
npm install -g packsentryUsage
Scan a Package
packsentry expressScan Another Package
packsentry lodashExample Output
PACKSENTRY REPORT
----------------------------
Package: express
Description: Fast, unopinionated, minimalist web framework
Latest Version: 5.2.1
Weekly Downloads: 99678203
Last Modified: 2026-05-11T18:50:00.386Z
Risk Level: LOWFeatures
- npm package scanning
- Weekly download analysis
- Risk level detection
- Suspicious install script detection
- Fast npm registry analysis
- CLI-based workflow
Risk Levels
| Level | Meaning |
|---|---|
| LOW | Trusted and widely used |
| MEDIUM | Some caution recommended |
| HIGH | Potentially suspicious package |
Current Checks
PackSentry currently analyzes:
- npm package metadata
- weekly downloads
- maintenance activity
- install scripts
- ecosystem trust indicators
Tech Stack
- Node.js
- ES Modules
- Axios
- Chalk
- Ora
Installation Example
npx packsentry expressContributing
Contributions, issues, and feature requests are welcome.
- Fork the repository
- Create a feature branch
- Commit your changes
- Open a pull request
Links
GitHub Repository: https://github.com/ManakRaj-7/packsentry
npm Package: https://www.npmjs.com/package/packsentry
License
MIT
Author
Manak Raj
Vision
PackSentry aims to make the npm ecosystem safer, more transparent, and easier to trust for developers around the world.