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.

Versions published
64
First published
Feb 2026
Publisher
laurensv

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 bytes235,442
Previous version1.1.24
Published2026-06-12T11:06:18.225Z
SHA-2565eb4c8a228050dccfee09ea027e4fd35ef0547670bdb655b51cd7487d8fdf58d

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
35Score
1.1.25-rcVersion
Status history (1 event)
  1. newavailable · risk high · score 35 · 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

Scripts20
  • 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
  • dev:podman:run./podman-run.sh run
  • dev:podman:start./podman-run.sh start
  • dev:run./docker-run.sh run --docker /var/run/docker.sock
  • dev:start./docker-run.sh start --docker /var/run/docker.sock
  • eslinteslint ./src
  • eslint:fixeslint --fix ./src
  • generatenpm run generate:host-manager
  • generate:host-manageropenapi-typescript https://host-manager.k8s.dev.nos.ci/swagger/json -o ./src/NodeManager/clients/hostManager/schema.d.ts
  • lint 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
Dependencies34
  • @coral-xyz/anchor^0.28.1-beta.1
  • @inquirer/prompts^4.3.0
  • @nosana/ipfs^2.2.6
  • @nosana/sdk^0.4.84
  • @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
  • …and 4 more.