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 tool for the npm ecosystem.
It helps developers analyze npm packages for:
- package popularity
- maintenance activity
- suspicious install scripts
- package risk levels
- ecosystem trust signals
Features
- Scan npm packages
- Weekly download analysis
- Risk level detection
- Detect suspicious install scripts
- CLI-based workflow
- Fast npm registry scanning
Installation
Global Install
npm install -g packsentryRun with NPX
npx packsentry expressUsage
Scan a Package
packsentry expressExample
packsentry lodashExample Output
PACKSENTRY REPORT
----------------------------
Package: express
Description: Fast, unopinionated web framework
Latest Version: 5.1.0
Weekly Downloads: 32000000
Last Modified: 2026-05-10
Risk Level: LOWRisk Levels
| Level | Meaning |
|---|---|
| LOW | Trusted and widely used |
| MEDIUM | Some caution recommended |
| HIGH | Potentially suspicious package |
Current Detection Rules
PackSentry currently checks:
- weekly npm downloads
- package metadata
- install scripts
- maintenance activity
Roadmap
Version 1
- Basic npm package scanning
- Risk analysis
- CLI reports
Version 2
- Multiple package scanning
- JSON output
- Better risk engine
Version 3
- GitHub integration
- Security scoring
- VS Code extension
Version 4
- CI/CD integration
- AI package auditing
- Enterprise dashboard
Tech Stack
- Node.js
- ES Modules
- Axios
- Chalk
- Ora
Contributing
Contributions are welcome.
- Fork the repository
- Create a feature branch
- Commit changes
- Open a pull request
License
MIT License
Author
Manak Raj
Vision
PackSentry aims to make the npm ecosystem safer and more transparent for developers around the world.