PkgRadar

Package evidence

@incodetech/[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
10Established · −30% score
First published
Jul 2025
Publisher
nikola_incode

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":["@incodetech/[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":["@incodetech/[email protected]"],"fail_on":"review"}'
Publishernikola_incode
Artifact bytes4,853
Previous version0.6.7
Published2025-07-28T16:26:38.744Z
SHA-25673f8fb90b320dd7293fc305bd2939a37e36d60169ee8e086eabbe8c94ac035ba

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/index.jsmatched ".npmrc"10

Manifest

Package metadata

Scripts2
  • buildtsup src/index.ts --format esm --dts
  • prepackyarn build
Dependencies4
  • chalk^5.3.0
  • commander^11.1.0
  • fs-extra^11.2.0
  • prompts^2.4.2