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
1,294Niche · −30% score
Versions published
262Mature · −50% score
First published
Oct 2021
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 bytes91,590
Previous version16.0.0-beta.1
Published2026-06-03T03:59:25.238Z
SHA-25664bcb078ba01a40f1a27d5db0bef8b70503c736d7f9ca656ad3a9cd80c54aa93

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/src/npm-config/reader.jsmatched ".npmrc"10
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/src/npm-config/reader.jsmatched ".npmrc"10
lowCredential file accesspackage/lib/index.jsmatched ".npmrc"5
lowCredential file accesspackage/src/npm-config/reader.test.jsmatched ".npmrc"5
lowCredential file accesspackage/src/npm-config/tester.jsmatched ".npmrc"5
lowCredential file accesspackage/src/npm-config/tester.test.jsmatched ".npmrc"5
lowCredential file accesspackage/src/npm-config/writer.jsmatched ".npmrc"5
lowCredential file accesspackage/src/npm-config/writer.test.jsmatched ".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: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
  • temp-disabled:lint:mdremark . --frail
  • 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
  • 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'
Dependencies22
  • @form8ion/c8^1.0.0-beta.2
  • @form8ion/codecov^7.0.0-beta.1
  • @form8ion/commit-convention^8.0.0-beta.6
  • @form8ion/config-file^1.1.1
  • @form8ion/core^5.0.0-beta.9
  • @form8ion/eslint^7.0.0-beta.1
  • @form8ion/husky^7.0.0-beta.1
  • @form8ion/javascript-core^12.0.0-beta.1
  • @form8ion/overridable-prompts^1.2.0
  • @form8ion/prettier^3.0.0
  • @hapi/hoek^11.0.0
  • @travi/language-scaffolder-prompts^2.0.0-beta.1
  • camelcase^9.0.0
  • deepmerge^4.2.2
  • execa^9.5.1
  • ini^6.0.0
  • joi^18.2.1
  • mustache^4.2.0
  • npm-conf^1.1.3
  • sort-object-keys^2.0.0
  • touch^3.1.0
  • validate-npm-package-name^7.0.0