PkgRadar

Package evidence

@form8ion/[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,177Niche · −30% score
Versions published
83Mature · −50% score
First published
Jun 2020
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@form8ion/[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":["@form8ion/[email protected]"],"fail_on":"review"}'
Artifact bytes7,755
Previous version13.0.0-beta.2
Published2026-06-08T04:55:15.890Z
SHA-256c0b7cb678e082a686c478854e3342789b78cee557a0e479bfb1872ebf6497e86

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

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

Manifest

Package metadata

Scripts29
  • buildnpm-run-all --print-label --parallel build:*
  • build:jsrollup --config
  • cleanrimraf ./lib
  • generate:mdremark . --output
  • lint:enginesls-engines
  • lint:gherkingplint --config .gplintrc.json
  • lint:jseslint . --cache
  • lint:js:fixrun-s 'lint:js -- --fix'
  • lint:lockfilelockfile-lint
  • lint:mdremark . --frail
  • lint:peernpm ls >/dev/null
  • lint:publishpublint --strict
  • lint:sensitiveban
  • prebuildrun-s clean
  • pregenerate:mdrun-s build
  • prepackrun-s build
  • preparehusky
  • pretestrun-s build
  • pretest:integration:baserun-s build
  • testnpm-run-all --print-label --parallel lint:* --parallel test:*
  • test:integrationrun-s 'test:integration:base -- --profile noWip'
  • test:integration:baseNODE_OPTIONS=--enable-source-maps DEBUG=any cucumber-js test/integration --profile base
  • test:integration:debugDEBUG=test run-s test:integration
  • test:integration:focusrun-s 'test:integration:base -- --profile focus'
  • test:integration:wiprun-s 'test:integration:base -- --profile wip'
  • test:integration:wip:debugDEBUG=test run-s 'test:integration:wip'
  • test:unitrun-s 'test:unit:base -- --coverage'
  • test:unit:baseNODE_ENV=test DEBUG=any vitest run src/
  • watchrun-s 'build:js -- --watch'
Dependencies8
  • @form8ion/core^4.2.0
  • @form8ion/execa-wrapper^1.0.0-alpha.1
  • @form8ion/overridable-prompts^1.1.0
  • @hapi/hoek^11.0.0
  • @travi/cli-messages^1.0.4
  • deepmerge^4.2.2
  • ini^5.0.0
  • semver^7.3.5