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
817
Versions published
200Mature · −50% score
First published
May 2024
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 bytes18,708,590
Previous version1.0.29
Published2024-08-01T10:16:09.726Z
SHA-2567aaab35fc84b16aa2f03d5e791318aa9df2fe104b960cc0f3997a151e0a5f79c

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
1.0.30Version
Status history (1 event)
  1. newavailable · risk review · score 7 · 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/example_applications/manyfest_editor/node_modules/npm/node_modules/@npmcli/config/lib/definitions/definitions.jsmatched ".npmrc"5
lowCredential file accesspackage/example_applications/manyfest_editor/node_modules/npm/node_modules/@npmcli/config/lib/index.jsmatched ".npmrc"5
lowCredential file accesspackage/example_applications/manyfest_editor/node_modules/npm/node_modules/npm-packlist/lib/index.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts7
  • buildnpx quack build
  • coveragenpx nyc --reporter=lcov --reporter=text-lcov npx mocha -- -u tdd -R spec
  • linteslint source/**
  • startnode source/Pict-Section-Form.js
  • testnpx mocha -u tdd -R spec
  • testsnpx mocha -u tdd --exit -R spec --grep
  • typesnpx -p typescript tsc -p . --outDir types
Dependencies5
  • fable-serviceproviderbase^3.0.13
  • pict-provider^1.0.2
  • pict-section-tuigrid^1.0.26
  • pict-template^1.0.4
  • pict-view^1.0.51