PkgRadar

Package evidence

@tact-lang/[email protected]

Install Lifecycle Suppresses Failure: postinstall="node .husky/install.mjs || true"

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
10,400Mainstream · −50% score
Versions published
24Mature · −50% score
First published
Mar 2023
Publisher
anton-trunov

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

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@tact-lang/[email protected]"],"fail_on":"high"}'

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":["@tact-lang/[email protected]"],"fail_on":"high"}'
Publisheranton-trunov
Artifact bytes87,742
Previous version0.2.0
Published2025-02-27T13:13:50.708Z
SHA-25695c41ba237415c3dc1307951e59144d16f5f261beb6cdeb5c6ccb70b8045a0fb

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="node .husky/install.mjs || true"

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

Availability ledger

available

high
Last checked
highRisk
12Score
0.3.0Version
Status history (1 event)
  1. newavailable · risk high · score 12 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node .husky/install.mjs || true"20
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node .husky/install.mjs || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node .husky/install.mjs || true"5

Manifest

Package metadata

Scripts9
  • buildtsc --declaration && yarn run copy:fift
  • copy:fiftts-node src/fift/copy.build.ts
  • coveragec8 vitest
  • fmtprettier --write -l --cache .
  • fmt:checkprettier --check --cache .
  • gen-spects-node scripts/gen-codepage.ts
  • linteslint --cache .
  • postinstallnode .husky/install.mjs || true
  • testvitest
Dependencies2
  • @ton/core^0.60.0
  • @ton/crypto^3.3.0