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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="echo '✨ Successfully Installed'" | 5 |
| low | Large Javascript Payload | package/dist/bin/index.js | 29992658 bytes | 0 |
Manifest
Package metadata
Scripts33
allnpm run build && npm run format && npm run lint && npm run testbuildrimraf dist out;node ./scripts/esbuild.mjs && chmod +x dist/bin/index.jsbuild:dockerrun-script-osbuild: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 distcommitgit-czcorepackcorepack enablecoveragevitest run --coveragecurrent-versionjq -r '.version' package.jsonformatbiome format --write ./src ./__tests__format:checkbiome format ./src ./__tests__format:prettierprettier --write . --config .prettierrc.cjs --ignore-unknowngenerate-docsecho 'Generating docs';node dist/bin/index.js && git add README.md ./.github/ghadocs .ghadocs.json || truelintnpm run lint:biome && npm run lint:markdownlint:biomebiome lint ./src/ ./__tests__/lint:biome:fixbiome lint --write ./src/ ./__tests__/lint:fixnpm run lint:biome:fix && npm run lint:markdown:fixlint:markdownmarkdownlint "**/*.md" --config=.markdownlint.json --ignore-path=.markdownlintignorelint:markdown:fixnpm run lint:markdown -- --fixmarkdownlintmarkdownlintpostbuildtsc --project tsconfig.json --emitDeclarationOnly --declaration --outFile dist/types/index.d.ts && tsc -p tsconfig-mjs.json && ./scripts/set_package_type.shpostinstallecho '✨ Successfully Installed'postversion:manualgit push --tags origin && git push originpre-commitlint-staged && npm run build && npm run generate-docsprebuildtsc --project tsconfig.json --noemitprelintnpm run format && tsc --project tsconfig.json --noemitprepare[ -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.2chalk^5.6.2feather-icons^4.29.2nconf^0.13.0prettier^3.8.1svgdom^0.1.22yaml^2.8.2