PkgRadar

Package evidence

@supernovaio/[email protected]

Credential file access: matched ".npmrc"

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
9,831Niche · −30% score
Versions published
106Mature · −50% score
First published
May 2022
Publisher
GitHub ActionsTrusted automation · −70% score

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

Recommended action

Review before promoting

Mixed 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":["@supernovaio/[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":["@supernovaio/[email protected]"],"fail_on":"review"}'
Artifact bytes360,260
Previous version2.2.0
Published2026-05-15T11:33:44.156Z
SHA-2563f181963ab06a4d9106854206ef38fc3e5be4e09ca5ab69b8d03bbaa8dd15218

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

review
Last checked
reviewRisk
12Score
2.2.1Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/utils/ui/services/dependency-service.jsmatched ".npmrc"10
mediumCredential file accesspackage/dist/utils/ui/services/template-service.jsmatched ".npmrc"10
mediumCredential file accesspackage/dist/commands/template-upload.jsmatched ".npmrc"10
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/utils/ui/services/dependency-service.jsmatched ".npmrc"10
mediumCredential file accesspackage/dist/utils/ui/services/template-service.jsmatched ".npmrc"10
mediumCredential file accesspackage/dist/commands/template-upload.jsmatched ".npmrc"10
lowCredential file accesspackage/dist/utils/ui/steps/dependencies/prompts.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/utils/template-upload-npmrc.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts12
  • buildnpx shx rm -rf dist && tsc -b && cp -R ./src/docker-scripts ./dist
  • check-typestsc --noEmit
  • linteslint
  • lint:cieslint . --quiet
  • lint:fixeslint . --fix
  • postpackshx rm -f oclif.manifest.json
  • prepackoclif manifest && oclif readme
  • sentry:sourcemapssentry-cli sourcemaps inject --org supernova-studio --project cli ./dist && sentry-cli sourcemaps upload --org supernova-studio --project cli ./dist
  • testNODE_OPTIONS='--loader=ts-node/esm --no-warnings' vitest --config vitest.config.ts
  • test:ciNODE_OPTIONS='--loader=ts-node/esm --no-warnings' vitest run --config vitest.config.ts
  • typechecktsc --noEmit
  • versionoclif readme && git add README.md
Dependencies40
  • @hackolade/keytar^33.1.0-7.9.0
  • @inquirer/core^9.2.1
  • @inquirer/figures^1.0.13
  • @oclif/core^4
  • @oclif/plugin-help^6
  • @oclif/plugin-plugins^5
  • @sentry/nestjs10.43.0
  • @sentry/node10.43.0
  • @sentry/profiling-node10.43.0
  • @sindresorhus/slugify^2.2.1
  • @supernova-studio/client1.96.3
  • @supernova-studio/model1.96.3
  • @supernova-studio/pulsar-core2.7.13
  • @supernova-studio/pulsar-language2.7.13
  • @supernova-studio/simple-parse-github-url1.0.0
  • @supernovaio/sdk2.2.54
  • @types/fs-extra^11.0.4
  • adm-zip^0.5.16
  • ansi-escapes^4.3.2
  • axios^1.13.6
  • cli-progress^3.12.0
  • colors^1.4.0
  • dotenv^16.4.7
  • fs-extra^11.3.2
  • glob^11.0.1
  • https-proxy-agent^7.0.6
  • inquirer^12.5.2
  • ip-cidr^4.0.2
  • jwt-decode^4.0.0
  • keytar^7.9.0
  • …and 10 more.