PkgRadar

Package evidence

@aplus-frontend/[email protected]

Install-time lifecycle script: preinstall="npx only-allow pnpm"

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
26Mature · −50% score
First published
May 2024
Publisher
asd517665931

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":["@aplus-frontend/[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":["@aplus-frontend/[email protected]"],"fail_on":"review"}'
Publisherasd517665931
Artifact bytes16,059
Previous version1.1.5-beta.4
Published2024-11-21T10:52:15.075Z
SHA-256fdc600035599b03c88e84a46d72c9d3440838329689f3be21f48167f52ce20c3

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="npx only-allow pnpm"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
2Score
1.1.5-beta.5Version
Status history (1 event)
  1. newavailable · risk review · score 2 · 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
lowInstall-time lifecycle scriptpackage.jsonpreinstall="npx only-allow pnpm"5

Manifest

Package metadata

Scripts21
  • _postinstallhusky
  • buildpnpm run build:clear && rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript
  • build:clearrimraf dist
  • build:pre-clearrimraf es && rimraf lib
  • build:preservebuild:pre-clear && rollup --config rollup.preserve.ts --configPlugin @rollup/plugin-typescript
  • commitnpx git-cz
  • docs:buildvitepress build docs
  • docs:devvitepress dev docs
  • docs:previewvitepress preview docs
  • lint:stylestylelint 'src/**/*.less'
  • lint:tstsc --noEmit && eslint src --ext .ts,.tsx
  • preinstallnpx only-allow pnpm
  • pubpnpm publish --publish-branch feature/record-palyback --access public
  • release:majorrelease-it major
  • release:major:betarelease-it major --preRelease=beta
  • release:minorrelease-it minor
  • release:minor:betarelease-it minor --preRelease=beta
  • release:patchrelease-it patch
  • release:patch:betarelease-it patch --preRelease=beta
  • run:publishnode ./scripts/publish.js
  • testvitest
Dependencies3
  • axios^1.7.0
  • lodash-es^4.17.21
  • qs^6.12.1