PkgRadar

Package evidence

@nosana/[email protected]

Credential File Packaged: package/dist/.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
1,062Niche · −30% score
Versions published
402Mature · −50% score
First published
Nov 2023
Publisher
laurensv

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@nosana/[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":["@nosana/[email protected]"],"fail_on":"high"}'
Publisherlaurensv
Artifact bytes269,859
Previous version1.0.131-rc
Published2026-06-03T22:23:52.588Z
SHA-256189f6bb832e86a337c8cfbf895e58c31fe37f9775ed681bcff9f0a8ade0f5ee6

Why flagged

What the scanner saw

Credential File Packaged: package/dist/.env

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/dist/.envpackage/dist/.env35
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential File Packagedpackage/dist/.envpackage/dist/.env35
lowObfuscation Densitypackage/npm-shrinkwrap.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts18
  • buildnpm run prepare && tsc && cp .env ./dist/ && cp .env.prd ./dist/ && cp .env.dev ./dist/
  • ci:testAPP_ENV=development DOCKER_CERT_PATH= vitest run --coverage --reporter=junit --outputFile=./test-report.xml
  • devAPP_ENV=development node --no-warnings --loader ts-node/esm src/index.ts
  • eslinteslint ./src
  • eslint:fixeslint --fix ./src
  • generatenode scripts/generate-schema.mjs prd
  • generate:devnode scripts/generate-schema.mjs dev
  • generate:localnode scripts/generate-schema.mjs local
  • lintnpm run prettier && npm run eslint
  • lint:fixnpm run prettier:fix && npm run eslint:fix
  • preparenpm run generate && ts-patch install && typia patch
  • prettierprettier --check ./src
  • prettier:fixprettier --write ./src
  • publish:nextnpm run build && npm publish --tag=next --access public
  • publish:publicnpm run build && npm publish --access public
  • testAPP_ENV=development DOCKER_CERT_PATH= vitest run
  • test:coverageAPP_ENV=development DOCKER_CERT_PATH= vitest run --coverage
  • test:watchAPP_ENV=development DOCKER_CERT_PATH= vitest
Dependencies33
  • @coral-xyz/anchor^0.28.1-beta.1
  • @inquirer/prompts^4.3.0
  • @nosana/sdk^0.4.83
  • @solana/web3.js^1.78.0
  • bn.js^5.2.1
  • chalk^5.3.0
  • cli-progress^3.12.0
  • commander^11.0.0
  • console-table-printer^2.14.6
  • cors^2.8.5
  • cron^3.1.6
  • dockerode^4.0.2
  • dotenv^16.4.5
  • eventsource^2.0.2
  • express^4.19.2
  • figlet^1.6.0
  • inquirer^11.0.2
  • lowdb^7.0.1
  • openapi-fetch^0.10.2
  • openapi-typescript^7.1.2
  • ora^8.0.1
  • rpc-websockets7.9.0
  • shell-quote^1.8.1
  • socket.io-client^4.7.5
  • stream^0.0.2
  • tar^6.2.0
  • tar-buffer^1.3.0
  • ts-patch^3.2.1
  • tweetnacl^1.0.3
  • typia^10.1.0
  • …and 3 more.