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
- 22
- First published
- Apr 2026
- Publisher
- maxchop
Recommended action
Looks clean — keep monitoringNo high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.
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":["@truealter/[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":["@truealter/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
No high-signal static finding in the saved report.
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 low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts12
buildtsc -p tsconfig.public.json && node --input-type=module -e "import {copyFileSync,chmodSync,mkdirSync} from 'fs'; copyFileSync('src/onboarding/observations.json','dist/onboarding/observations.json'); mkdirSync('dist/lib/sigstore',{recursive:true}); copyFileSync('src/lib/sigstore/trusted-root.json','dist/lib/sigstore/trusted-root.json'); chmodSync('dist/index.js', 0o755)" && node scripts/embed-plugin.mjsbuild:allnpm run build && npm run build:internalbuild:internaltsc -p tsconfig.internal.json && node scripts/post-build-internal.mjsdev:setup-hooksgit rev-parse --is-inside-work-tree >/dev/null 2>&1 && git config core.hooksPath .githookslinteslint 'src/**/*.ts'onboarding:dry-runnode dist/onboarding/dry-run.jspreparenode -e "if(process.env.npm_config_global==='true'||process.env.npm_package_name!=='@truealter/cli')process.exit(0);try{require('fs').statSync('.githooks');require('fs').statSync('.git/HEAD');require('child_process').execSync('git config core.hooksPath .githooks')}catch{}"prepublishOnlygit ls-files dist/ | (! grep .) && bash scripts/publish-gate.sh diststartnode dist/index.jstesttsc -p tsconfig.test.json && node --input-type=module -e "import {copyFileSync,mkdirSync} from 'fs'; mkdirSync('test-out/src/onboarding', {recursive: true}); copyFileSync('src/onboarding/observations.json','test-out/src/onboarding/observations.json')" && node scripts/run-tests.mjs test-out/teststest:e2etsc -p tsconfig.e2e.json && node scripts/run-tests.mjs test-out-e2etest:e2e:devALTER_E2E_DEV=1 node --experimental-strip-types --test tests/e2e/*.test.ts
Dependencies8
@clack/prompts^0.7.0@sigstore/bundle^5.0.0@sigstore/protobuf-specs^0.5.1@sigstore/verify^4.0.0@truealter/sdk^0.5.0chalk^5.3.0smol-toml^1.6.1strip-ansi^7.2.0