PkgRadar

Package evidence

[email protected]

Credential File Packaged: package/.env

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
16
Versions published
11
First published
Apr 2026
Publisher
avinash.s.karanth

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Artifact bytes235,706
Previous version1.0.9
Published2026-05-18T15:17:05.128Z
SHA-25642528d86511aa51a5fc7b076f243837aa8ab84288276de255c90e8a39537f87c

Why flagged

What the scanner saw

Credential File Packaged: package/.env

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
40Score
1.0.10Version
Status history (1 event)
  1. newavailable · risk high · score 40 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35
lowCredential file accesspackage/src/cli/init/generators.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts17
  • demo:clearnode -e "var fs=require('fs'),p=require('path'),d=p.join(__dirname,'demo');fs.existsSync(d)&&fs.rmSync(d,{recursive:true,force:true});fs.mkdirSync(d,{recursive:true})"
  • demo:createnode scripts/demo-create.js
  • devnodemon src/serve.js
  • testdotenv -e env/.env.default -- mocha --exit
  • test:allmocha test/adapters/*.test.js test/properties/*.property.test.js test/function.test.js test/commands/*.test.js --timeout 300000 --exit
  • test:cockroachdbdotenv -e env/.env.cockroachdb -- mocha test/adapters/cockroachdb.*.test.js --timeout 15000 --exit
  • test:commandmocha test/commands/*.test.js --timeout 30000 --exit
  • test:dynamodbdotenv -e env/.env.dynamodb -- mocha test/adapters/dynamodb.*.test.js test/properties/dynamodb.filter.property.test.js --timeout 15000 --exit
  • test:kafkadotenv -e env/.env.kafka -- mocha test/kafka.test.js test/kafka.integration.test.js --timeout 30000 --exit
  • test:mongodbdotenv -e env/.env.mongodb -- mocha test/adapters/mongodb.*.test.js test/properties/mongodb.filter.property.test.js --timeout 15000 --exit
  • test:mssqldotenv -e env/.env.mssql -- mocha test/adapters/mssql.*.test.js --timeout 30000 --exit
  • test:mysqldotenv -e env/.env.mysql -- mocha test/adapters/mysql.*.test.js test/properties/mysql.filter.property.test.js --timeout 15000 --exit
  • test:oracledotenv -e env/.env.oracle -- mocha test/adapters/oracle.*.test.js test/properties/oracle.filter.property.test.js --timeout 30000 --exit
  • test:postgresdotenv -e env/.env.postgres -- mocha test/adapters/postgres.*.test.js test/properties/postgres.filter.property.test.js --timeout 15000 --exit
  • test:propertiesmocha test/properties/*.property.test.js --timeout 30000 --exit
  • test:redisdotenv -e env/.env.redis -- mocha test/adapters/redis.*.test.js --timeout 15000 --exit
  • test:sqlite3dotenv -e env/.env.sqlite3 -- mocha test/adapters/sqlite3.*.test.js test/properties/sqlite3.filter.property.test.js --timeout 15000 --exit
Dependencies5
  • dotenv^10.0.0
  • ejs^5.0.2
  • inquirer^8.2.6
  • lodash^4.17.21
  • node-input-validator^4.5.0