PkgRadar

Package evidence

@altimateai/[email protected]

Install-time lifecycle script: postinstall="patch-package && husky"

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
61Established · −30% score
First published
Jun 2025
Publisher
sarav.altimate

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 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":["@altimateai/[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":["@altimateai/[email protected]"],"fail_on":"review"}'
Artifact bytes1,115,602
Previous version0.5.0
Published2026-05-27T07:25:08.312Z
SHA-256580d8537c74daafae56c1f9a537be2017775b1831775b84dd5cbc15102a7b618

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="patch-package && husky"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
0.6.0Version
Status history (2 events)
  1. availableavailable · risk review · score 3 · status available -> available, risk high -> review, score 38 -> 3
  2. newavailable · risk high · score 38 · 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="patch-package && husky"5

Manifest

Package metadata

Scripts15
  • buildtsup
  • formatprettier --write "src/**/*.ts"
  • format:checkprettier --check "src/**/*.ts"
  • linteslint . --ext .ts
  • lint:fixeslint . --ext .ts --fix
  • packageyarn build && yarn pack
  • postinstallpatch-package && husky
  • preparehusky install
  • prepublishOnlyyarn build
  • startnode dist/index.js
  • testnode --experimental-vm-modules node_modules/jest/bin/jest.js
  • test:coveragenode --experimental-vm-modules node_modules/jest/bin/jest.js --coverage
  • test:watchnode --experimental-vm-modules node_modules/jest/bin/jest.js --watch
  • typechecktsc --noEmit
  • watchtsup --watch
Dependencies17
  • @altimateai/dbt-integration^0.2.8
  • @google-cloud/bigquery^8.0.0
  • @modelcontextprotocol/sdk^1.17.0
  • @shogobg/markdown2confluence^0.1.11
  • commander^11.0.0
  • dotenv^16.5.0
  • express^5.1.0
  • husky^9.1.7
  • marklassian^1.0.4
  • node-fetch^3.3.2
  • patch-package^8.0.0
  • pg^8.15.6
  • portfinder^1.0.37
  • pyodide0.27.7
  • snowflake-sdk^2.0.4
  • zod^3.24.2
  • zod-to-json-schema^3.24.5