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 updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 80 · status changed
Related candidates
Linked campaigns and clusters
Install Lifecycle Suppresses Failure — install="node-gyp-build || exit 0"
2 members · evidence strength 66Install-time lifecycle script — install="node-gyp-build || exit 0"
2 members · evidence strength 66Evidence
Static findings
6 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install-time lifecycle script | package.json | install="node-gyp-build || exit 0" | 30 |
| high | Install Lifecycle Suppresses Failure | package.json | install="node-gyp-build || exit 0" | 20 |
| medium | Obfuscation Density | package/dist/cli/main.js | high encoded/escaped-token density | 12 |
| medium | Remote Payload | package/dist/linter/index.mjs | matched "raw.githubusercontent.com" | 12 |
Show all 6 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install-time lifecycle script | package.json | install="node-gyp-build || exit 0" | 30 |
| high | Install Lifecycle Suppresses Failure | package.json | install="node-gyp-build || exit 0" | 20 |
| medium | Obfuscation Density | package/dist/cli/main.js | high encoded/escaped-token density | 12 |
| medium | Remote Payload | package/dist/linter/index.mjs | matched "raw.githubusercontent.com" | 12 |
| low | Obfuscation | package/dist/cli/main.js | matched "atob(" | 3 |
| low | Obfuscation | package/dist/linter/index.mjs | matched "\\u2028" | 3 |
Manifest
Package metadata
Scripts16
buildtree-sitter build --wasmbuild:jsnode esbuild.config.mjs && tsc -p js/tsconfig.jsonchecknode dist/cli/main.js checkformatprettier --write .format:checkprettier --check .generate:ast-typestsx scripts/generate-ast-types.tsgenerate:config-schematsx scripts/generate-config-schema.tsgenerate:rule-docstsx scripts/generate-rule-docs.tsinstallnode-gyp-build || exit 0linteslint .prepacktree-sitter build --wasm && npm run generate:ast-types && npm run generate:config-schema && npm run build:jsprestarttree-sitter build --wasmstarttree-sitter playgroundtesttree-sitter test && node --test bindings/node/*_test.jstest:jsvitest runtypechecktsc -p js/tsconfig.json --noEmit
Dependencies8
ajv^8.20.0ajv-errors^3.0.0ajv-i18n^4.2.0chalk^5.6.2editorconfig^3.0.1vscode-languageserver-textdocument^1.0.12web-tree-sitter^0.26.5zod^4.4.3