PkgRadar

Package evidence

@innovationperformanze/[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
7
First published
Jun 2026
Publisher
innovationteamperformanze

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":["@innovationperformanze/[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":["@innovationperformanze/[email protected]"],"fail_on":"review"}'
Artifact bytes171,443
Previous version0.1.5
Published2026-06-10T09:58:53.717Z
SHA-2561fac554cf7e1b789a451e35ddc685b94b609e5ff0712c2df916b2dc160f62b1c

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/secureit-cli.cjsmatched ".npmrc"5
lowCredential file accesspackage/src/lib/scanner/npm-audit.tsmatched ".npmrc"5
lowCredential file accesspackage/src/lib/scanner/scan-manifest.tsmatched ".npmrc"5

Manifest

Package metadata

Scripts12
  • buildnext build
  • build:clinode scripts/build-cli.mjs
  • devnext dev -p 3002
  • dev:cleanpkill -f 'next dev.*3002' 2>/dev/null || true; rm -rf .next && next dev -p 3002
  • dev:turbonext dev --turbopack -p 3002
  • integritynpx tsx scripts/integrity-check.ts
  • lintnext lint
  • pentestNODE_ENV=production npx tsx scripts/security-pentest.ts
  • prepacknpm run build:cli
  • scan:localnpx tsx scripts/scan-local.ts
  • secureitnpx tsx scripts/secureit-cli.ts
  • startnext start -p 3002
Dependencies8
  • adm-zip^0.5.16
  • clsx^2.1.1
  • lucide-react^0.511.0
  • next^15.3.3
  • react^19.1.0
  • react-dom^19.1.0
  • tailwind-merge^3.3.0
  • tsx^4.22.4