PkgRadar

Package evidence

[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
1,099Niche · −30% score
Versions published
321Mature · −50% score
First published
May 2023
Publisher
stevenvelozo

Effective trust discount applied: 50% (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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherstevenvelozo
Artifact bytes2,198,016
Previous version1.0.375
Published2026-06-09T02:51:12.330Z
SHA-256b095e99377381fa70f386061f911128fa057928efd531513d61c42c365c3b28c

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
1Score
1.0.376Version
Status history (1 event)
  1. newavailable · risk review · score 1 · 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/indoctrinate_content_staging/Indoctrinate-Catalog-AppData.jsonmatched ".npmrc"3

Manifest

Package metadata

Scripts11
  • buildnpx quack build
  • coveragenpx quack coverage
  • docker-dev-builddocker build ./ -f Dockerfile_LUXURYCode -t pict-image:local
  • docker-dev-rundocker run -it -d --name pict-dev -p 37447:8080 -p 19506:8086 -v "$PWD/.config:/home/coder/.config" -v "$PWD:/home/coder/pict" -u "$(id -u):$(id -g)" -e "DOCKER_USER=$USER" pict-image:local
  • docker-dev-shelldocker exec -it pict-dev /bin/bash
  • linteslint source/**/*.js test/**/*.js
  • prepublishOnlynpx quack build
  • startnode source/Pict.js
  • testnpx quack test
  • testsnpx quack test -g
  • typestsc -p .
Dependencies6
  • cachetrax^1.0.6
  • fable^3.1.75
  • pict-application^1.0.34
  • pict-provider^1.0.13
  • pict-template^1.0.15
  • pict-view^1.0.68