PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="echo '✨ Successfully Installed'"

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
224
Versions published
53Mature · −50% score
First published
May 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":["[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"}'
Artifact bytes6,209,527
Previous version1.10.6
Published2026-05-07T01:52:22.196Z
SHA-25687f0377e6f9c555d94823533e70a665ac16a6eaf6f696151a3ea073280c86089

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="echo '✨ Successfully Installed'"

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.10.7Version
Status history (1 event)
  1. newavailable · risk review · score 1 · 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
lowInstall-time lifecycle scriptpackage.jsonpostinstall="echo '✨ Successfully Installed'"5
lowLarge Javascript Payloadpackage/dist/bin/index.js29992658 bytes0

Manifest

Package metadata

Scripts33
  • allnpm run build && npm run format && npm run lint && npm run test
  • buildrimraf dist out;node ./scripts/esbuild.mjs && chmod +x dist/bin/index.js
  • build:dockerrun-script-os
  • build:docker:defaultdocker run --rm -t -v $(pwd):/work -w /work node:20-alpine sh -c 'npm run build'
  • build:docker:win32docker run --rm -t -v "%cd%":/work -w /work node:20-alpine sh -c "npm run build"
  • checkbiome check ./src/ ./__tests__/
  • check:fixbiome check --write ./src/ ./__tests__/
  • cleanrimraf dist
  • commitgit-cz
  • corepackcorepack enable
  • coveragevitest run --coverage
  • current-versionjq -r '.version' package.json
  • formatbiome format --write ./src ./__tests__
  • format:checkbiome format ./src ./__tests__
  • format:prettierprettier --write . --config .prettierrc.cjs --ignore-unknown
  • generate-docsecho 'Generating docs';node dist/bin/index.js && git add README.md ./.github/ghadocs .ghadocs.json || true
  • lintnpm run lint:biome && npm run lint:markdown
  • lint:biomebiome lint ./src/ ./__tests__/
  • lint:biome:fixbiome lint --write ./src/ ./__tests__/
  • lint:fixnpm run lint:biome:fix && npm run lint:markdown:fix
  • lint:markdownmarkdownlint "**/*.md" --config=.markdownlint.json --ignore-path=.markdownlintignore
  • lint:markdown:fixnpm run lint:markdown -- --fix
  • markdownlintmarkdownlint
  • postbuildtsc --project tsconfig.json --emitDeclarationOnly --declaration --outFile dist/types/index.d.ts && tsc -p tsconfig-mjs.json && ./scripts/set_package_type.sh
  • postinstallecho '✨ Successfully Installed'
  • postversion:manualgit push --tags origin && git push origin
  • pre-commitlint-staged && npm run build && npm run generate-docs
  • prebuildtsc --project tsconfig.json --noemit
  • prelintnpm run format && tsc --project tsconfig.json --noemit
  • prepare[ -n ${GITHUB_ACTIONS:-} ] || husky install
  • …and 3 more.
Dependencies11
  • @actions/core^3.0.0
  • @actions/github^9.0.0
  • @svgdotjs/svg.js^3.2.5
  • @types/feather-icons^4.29.4
  • @types/svgdom^0.1.2
  • chalk^5.6.2
  • feather-icons^4.29.2
  • nconf^0.13.0
  • prettier^3.8.1
  • svgdom^0.1.22
  • yaml^2.8.2