PkgRadar

Package evidence

@invarn/[email protected]

Obfuscation Density: high encoded/escaped-token density

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
305
Versions published
56
First published
Mar 2026
Publisher
stancic

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":["@invarn/[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":["@invarn/[email protected]"],"fail_on":"review"}'
Publisherstancic
Artifact bytes461,705
Previous version1.9.1
Published2026-05-26T13:33:05.654Z
SHA-2565d1861b0fae8da9ad91015576d04a6630a80ff375326d524d72516e4fa12105e

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/cli.cjshigh encoded/escaped-token density12
Show all 8 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/cli.cjshigh encoded/escaped-token density12
lowCredential file accesspackage/dist/cli.cjsmatched ".ssh"5
lowCredential file accesspackage/dist/src/yaml/steps/bitrise-ssh.jsmatched ".ssh"5
lowCredential file accesspackage/dist/src/yaml/steps/bitrise-ssh.test.jsmatched ".ssh"5
lowCredential file accesspackage/dist/src/envman/cli.jsmatched ".ssh"5
lowCredential file accesspackage/dist/src/yaml/steps/index.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/src/yaml/preflight-validation.jsmatched ".ssh"5
lowCredential file accesspackage/dist/src/yaml/steps/release.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts10
  • build./build.sh
  • build:npmnode bundle.mjs
  • cleanrm -rf dist output artifacts
  • devtsc --watch
  • generate:spec-mdnode scripts/generate-spec-md.mjs
  • prepublishOnly./build.sh && node bundle.mjs
  • releasenode release.mjs
  • run./run.sh
  • test./test.sh
  • test:watchNODE_OPTIONS=--experimental-vm-modules node ./node_modules/.bin/jest --watch
Dependencies2
  • js-yaml^4.1.0
  • prompts^2.4.2