PkgRadar

Package evidence

@insforge/[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
3,163Niche · −30% score
Versions published
83
First published
Feb 2026
Publisher
carmendou

Effective trust discount applied: 30% (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":["@insforge/[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":["@insforge/[email protected]"],"fail_on":"review"}'
Publishercarmendou
Artifact bytes263,773
Previous version0.1.86
Published2026-06-02T20:39:03.861Z
SHA-2564dd401d28a415b71e939f2d352921f72729d44c7c628f0f87ff4b629436b7d9b

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/index.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts8
  • buildtsup
  • devtsup --watch
  • lintvitest run --passWithNoTests && eslint src/
  • lint:fixeslint src/ --fix
  • prepublishOnlynpm run lint && npm run build
  • testvitest run --passWithNoTests
  • test:integration:realnpm run build && vitest run src/integration/real-project.test.ts
  • test:unitvitest run --passWithNoTests
Dependencies9
  • @clack/prompts^0.9.1
  • @insforge/shared-schemas^1.1.52
  • archiver^7.0.1
  • cli-table3^0.6.5
  • commander^13.1.0
  • open^10.1.0
  • picocolors^1.1.1
  • posthog-node^5.28.9
  • smol-toml^1.6.1