PkgRadar

Package evidence

@techninja/[email protected]

Credential File Packaged: package/templates/.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
41
First published
Apr 2026
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":["@techninja/[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":["@techninja/[email protected]"],"fail_on":"review"}'
Artifact bytes168,068
Previous version0.4.14
Published2026-05-02T19:36:17.903Z
SHA-25668f496c1ba0277bd11862a5c1eccbc8b67f618f8c2665256215ef09668d26ffb

Why flagged

What the scanner saw

Credential File Packaged: package/templates/.env

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/templates/.envpackage/templates/.env35
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node scripts/setup.js"30
mediumObfuscation Densitypackage/api/package-lock.jsonhigh encoded/escaped-token density12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential File Packagedpackage/templates/.envpackage/templates/.env35
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node scripts/setup.js"30
mediumObfuscation Densitypackage/api/package-lock.jsonhigh encoded/escaped-token density12
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/setup.js"5

Manifest

Package metadata

Scripts7
  • devnode --watch --env-file=.env --env-file=.env.local src/server.js
  • postinstallnode scripts/setup.js
  • productsnode --env-file=.env --env-file=.env.local scripts/products.js
  • releasenode scripts/release.js
  • specclearstack
  • startnode src/server.js
  • testnode scripts/test.js
Dependencies4
  • express^5.2.1
  • hybrids^9.1.22
  • lucide-static^1.7.0
  • ws^8.0.0