PkgRadar

Package evidence

@alanscodelog/[email protected]

Install-time lifecycle script: postinstall="node copy/postinstall.js"

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
109
Versions published
56Mature · −50% score
First published
May 2020
Publisher
alanscodelog

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":["@alanscodelog/[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":["@alanscodelog/[email protected]"],"fail_on":"review"}'
Publisheralanscodelog
Artifact bytes14,244
Previous version6.2.4
Published2025-09-07T13:13:39.001Z
SHA-256ef9a4035fd55ccc5f5882fb8f9684777887f5d6a80b098da2216c163a321762a

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node copy/postinstall.js"

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
6.3.0Version
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.jsonpostinstall="node copy/postinstall.js"5

Manifest

Package metadata

Scripts8
  • lintpnpm lint:eslint
  • lint:commitscommitlint --from-last-tag --to HEAD --verbose
  • lint:eslinteslint "{tests,copy,rules}/**/*.{cjs,js,ts}" "*.{cjs,js,ts}" --max-warnings=1 --report-unused-disable-directives
  • lint:eslint:testeslint "{src}/**/*.{cjs,js,ts}"
  • postinstallnode copy/postinstall.js
  • preparehusky
  • printeslint --print-config .eslintrc.js
  • testnode tests/loads.js
Dependencies15
  • @eslint/js^9.34.0
  • @stylistic/eslint-plugin^5.3.1
  • @typescript-eslint/eslint-plugin^8.42.0
  • @typescript-eslint/parser^8.42.0
  • @typescript-eslint/utils^8.42.0
  • @vue/eslint-config-typescript^14.6.0
  • eslint^9.34.0
  • eslint-import-resolver-typescript^4.4.4
  • eslint-plugin-import^2.32.0
  • eslint-plugin-jsdoc^54.3.1
  • eslint-plugin-simple-import-sort^12.1.1
  • eslint-plugin-vue^10.4.0
  • globals^16.3.0
  • typescript-eslint^8.42.0
  • vue-eslint-parser^10.2.0