PkgRadar

Package evidence

@unito/[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.

Versions published
86Mature · −50% score
First published
Jan 2024
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":["@unito/[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":["@unito/[email protected]"],"fail_on":"review"}'
Artifact bytes122,018
Previous version1.6.0
Published2026-06-03T19:06:40.342Z
SHA-25620b8e57d01835643021c59f00f46810cf6bff73c8837016c285cc81144bfbb8a

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
1Score
1.6.1Version
Status history (1 event)
  1. newavailable · risk review · score 1 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/src/resources/integrations.jsmatched ".npmrc"5
lowObfuscation Densitypackage/dist/boilerplate/package-lock.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts10
  • ci:testc8 npm run test
  • compilerm -rf dist && ts-node scripts/generateTypes.ts > src/configurationTypes.ts && tsc -b && mkdir -p dist/schemas && cp schemas/*.json dist/schemas/ && cp -r boilerplate ./dist/boilerplate
  • compile:watchtsc --build -w
  • linteslint --fix src test scripts --ext .ts && prettier --write src test scripts
  • postpackshx rm -f oclif.manifest.json
  • prepackoclif manifest
  • preparenpm run compile
  • prepublishOnlynpm run lint && npm run test
  • testmocha "test/**/*.test.ts"
  • test:debugmocha --inspect-brk "test/**/*.test.ts"
Dependencies15
  • @ngrok/ngrok^1.7.0
  • @oazapfts/runtime1.x
  • @oclif/core3.x
  • @unito/integration-debugger^0.32.1
  • ajv8.x
  • ajv-formats3.x
  • better-ajv-errors1.x
  • chalk4.x
  • cors2.x
  • express5.x
  • gradient-string2.x
  • inquirer12.x
  • json-colorizer2.x
  • openurl1.x
  • tmp0.x