Trust signals
Why this verdict
PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.
- Weekly downloads
- 4
- Versions published
- 2
- First published
- May 2026
- Publisher
- rhaz
Recommended action
Review before promotingMixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.
Block this release in CIcurl · GitHub Actions
Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.
curl -fsS https://pkgradar.com/gate/npm \
-H "Authorization: Bearer $PKGRADAR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"specs":["[email protected]"],"fail_on":"review"}'GitHub Actions step:
- name: PkgRadar gate
run: |
curl -fsS https://pkgradar.com/gate/npm \
-H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
-H "Content-Type: application/json" \
-d '{"specs":["[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched ".npmrc"
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk review · score 5 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 1 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/bin/cli.js | matched ".npmrc" | 5 |
Manifest
Package metadata
Scripts24
---- CRYPTOGRAPHY --------------------------------- DATABASE MANAGEMENT --------------------------------- FEATURE GENERATION --------------------------------- MIGRATIONS -----------------------------db:createnpx sequelize-cli db:createdb:dropnode src/database/settings/confirmation.settings.js "⚠️ WARNING: This will DROP the database. Type 'yes' to continue: " && npx sequelize-cli db:dropdb:generate:migrationnpx sequelize-cli migration:generate --migrations-path src/database/migrations --namedb:generate:modelsnode src/database/utilities/generate-models.util.jsdb:generate:seedernpx sequelize-cli seed:generate --seeders-path src/database/seeders --namedb:migratenpx sequelize-cli db:migrate && npm run db:generate:modelsdb:migrate:prodnpx sequelize-cli db:migrate --migrations-path src/database/migrations/alter && npm run db:generate:modelsdb:migrate:undonpx sequelize-cli db:migrate:undo && npm run db:generate:modelsdb:migrate:undo:prodnpx sequelize-cli db:migrate:undo --migrations-path src/database/migrations/alter && npm run db:generate:modelsdb:resetnode src/database/settings/confirmation.settings.js "⚠️ WARNING: This will RESET the database. Type 'yes' to continue: " && npm run db:drop && npm run db:setupdb:seednpx sequelize-cli db:seed:alldb:seed:undonpx sequelize-cli db:seed:undo:alldb:setupnode src/database/utilities/db-setup.util.jsdb:statusnode src/database/utilities/check-migration.util.jsdecryptnode src/utilities/cryptography.util.js decryptdevnodemon --trace-deprecation --ignore src/docs/swagger-output.json --ignore src/utilities/swagger-temp-loader.util.js server.jsencryptnode src/utilities/cryptography.util.js encryptmake:featurenode src/utilities/generate-feature.util.jssequelize:initsequelize initstartnpm run swagger && node server.js
Dependencies39
@apidevtools/swagger-parser^12.1.0bcrypt^6.0.0body-parser^2.2.0connect-mongo^5.1.0connect-mongodb-session^5.0.0convert-units^2.3.4cookie-parser~1.4.4cors^2.8.5date-fns^3.6.0dotenv^17.2.3express^4.22.1express-paginate^1.0.2express-rate-limit^8.0.0express-session^1.18.2express-winston^4.2.0http-errors~1.6.3joi^18.0.1js-yaml^4.1.1jsonwebtoken^9.0.2moment^2.30.1mongoose^7.8.7morgan^1.10.1mysql2^3.15.3node-cache^5.1.2node-linq^0.0.5nodemailer^8.0.7nodemon^3.1.10sequelize^6.37.7sequelize-pack^1.0.4socket.io^4.8.1- …and 9 more.