PkgRadar

Package evidence

@reteps/[email protected]

Install-time lifecycle script: install="node-gyp-build || exit 0"

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.

Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@reteps/[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":["@reteps/[email protected]"],"fail_on":"high"}'
Artifact bytes704,282
Previous version1.3.4
Published2026-05-19T00:29:47.609Z
SHA-256f5ad7dad8044c33868a6c0ba081a5756f48d6cb8009414e1d2b4eec8330b60b5

Why flagged

What the scanner saw

Install-time lifecycle script: install="node-gyp-build || exit 0"

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Install Lifecycle Suppresses Failure — install="node-gyp-build || exit 0"

2 members · evidence strength 66
Repeated static TTPstale

Install-time lifecycle script — install="node-gyp-build || exit 0"

2 members · evidence strength 66

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsoninstall="node-gyp-build || exit 0"30
highInstall Lifecycle Suppresses Failurepackage.jsoninstall="node-gyp-build || exit 0"20
mediumObfuscation Densitypackage/dist/cli/main.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/dist/linter/index.mjsmatched "raw.githubusercontent.com"12
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsoninstall="node-gyp-build || exit 0"30
highInstall Lifecycle Suppresses Failurepackage.jsoninstall="node-gyp-build || exit 0"20
mediumObfuscation Densitypackage/dist/cli/main.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/dist/linter/index.mjsmatched "raw.githubusercontent.com"12
lowObfuscationpackage/dist/cli/main.jsmatched "atob("3
lowObfuscationpackage/dist/linter/index.mjsmatched "\\u2028"3

Manifest

Package metadata

Scripts16
  • buildtree-sitter build --wasm
  • build:jsnode esbuild.config.mjs && tsc -p js/tsconfig.json
  • checknode dist/cli/main.js check
  • formatprettier --write .
  • format:checkprettier --check .
  • generate:ast-typestsx scripts/generate-ast-types.ts
  • generate:config-schematsx scripts/generate-config-schema.ts
  • generate:rule-docstsx scripts/generate-rule-docs.ts
  • installnode-gyp-build || exit 0
  • linteslint .
  • prepacktree-sitter build --wasm && npm run generate:ast-types && npm run generate:config-schema && npm run build:js
  • prestarttree-sitter build --wasm
  • starttree-sitter playground
  • testtree-sitter test && node --test bindings/node/*_test.js
  • test:jsvitest run
  • typechecktsc -p js/tsconfig.json --noEmit
Dependencies8
  • ajv^8.20.0
  • ajv-errors^3.0.0
  • ajv-i18n^4.2.0
  • chalk^5.6.2
  • editorconfig^3.0.1
  • vscode-languageserver-textdocument^1.0.12
  • web-tree-sitter^0.26.5
  • zod^4.4.3