Package evidence
@followthecode/[email protected]
Install-time lifecycle script: postinstall="node scripts/post-install.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
- 670
- Versions published
- 79Established · −30% score
- First published
- Jul 2025
- Publisher
- jheisong
Effective trust discount applied: −30% (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":["@followthecode/[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":["@followthecode/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Install-time lifecycle script: postinstall="node scripts/post-install.js"
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 3 · 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="node scripts/post-install.js" | 5 |
| low | Oversized Unscanned | manifest | tarball exceeds the 50MB fetch cap; scanned registry metadata (install scripts + dependencies) only | 0 |
Manifest
Package metadata
Scripts22
buildnpm run sync-version && npm run build:all && npm run setupbuild:allnpm run build:win && npm run build:mac && npm run build:linuxbuild:linuxdotnet publish ftc.collect.cli.csproj -c Release -r linux-x64 -o ./bin/linux-x64build:macdotnet publish ftc.collect.cli.csproj -c Release -r osx-x64 -o ./bin/osx-x64build:windotnet publish ftc.collect.cli.csproj -c Release -r win-x64 -o ./bin/win-x64cleandotnet cleancopy-confignode scripts/copy-config.jscopy-wrappernode scripts/copy-wrapperpostinstallnode scripts/post-install.jspromotenode scripts/promote.jspublishnode scripts/publish.jspublish:majornode scripts/publish.js --majorpublish:minornode scripts/publish.js --minorpublish:patchnode scripts/publish.js --patchset-permissionsnode scripts/set-permissions.jssetupnpm run copy-config && npm run copy-wrapper && npm run set-permissionssync-versionnode scripts/sync-version.jstestdotnet testtest:installnpm run test:install:wintest:install:linuxbash scripts/test-installation.shtest:install:winpowershell -ExecutionPolicy Bypass -File scripts/test-simple.ps1test:install:wslwsl bash scripts/test-installation.sh
Dependencies1
node-fetch^3.3.0