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
- 51Mature · −50% score
- First published
- Jan 2025
- Publisher
- tvenceslau
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
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":["@decaf-ts/[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":["@decaf-ts/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Obfuscation Density: high encoded/escaped-token density
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
2 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Obfuscation Density | package/dist/cli.cjs | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/dist/cli.js | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts32
buildbuild-scripts --dev && sed -i -e '1i#!/usr/bin/env node\' lib/cjs/bin/cli.cjs && chmod +x lib/cjs/bin/cli.cjsbuild:prodbuild-scripts --prod && sed -i -e '1i#!/usr/bin/env node\' lib/cjs/bin/cli.cjs && chmod +x lib/cjs/bin/cli.cjsclean-publishnpx clean-publishcoveragerimraf ./workdocs/reports/data/*.json && npm run test:all -- --coverage --config=./workdocs/reports/jest.coverage.config.cjsdo-installNPM_TOKEN=$(cat .npmtoken) npm installdocsnpx rimraf ./docs && mkdir docs && node ./node_modules/@decaf-ts/utils/lib/cjs/bin/build-scripts.cjs --docsdrawingsfor FILE in workdocs/drawings/*.drawio; do echo "converting $FILE to image..." && docker run --rm -v $(pwd):/data rlespinasse/drawio-export --format png $FILE; done && cp -rf workdocs/drawings/export/* workdocs/resources/flash-forwardnpx npm-check-updates -u && npm run do-installlinteslint .lint-fixeslint --fix .on-first-runnpx update-scripts --bootprepare-prnpm run lint-fix && npm run build:prod && npm run coverage && npm run docsprepare-releasenpm run lint-fix && npm run build:prod && npm run coverage && npm run docspublish-docsdocker run -it --rm --user $(id -u):$(id -g) -v "$(pwd)/workdocs/confluence:/content" -e ATLASSIAN_API_TOKEN=$(cat .confluence-token) ghcr.io/markdown-confluence/publish:latestrelease./bin/tag-release.shrepo:doccodex exec "$(cat ./.codex/prompts/doc.md) $(cat ./.codex/prompts/bulk-docs.md) base_path is ./"repo:initcodex exec "$(cat ./.codex/prompts/repo-setup.md) base_path is `./`, initialize the repository"repo:prnpm run repo:doc && npm run repo:tests && npm run repo:readmerepo:readmecodex exec "$(cat ./.codex/prompts/update-readme.md) base_path is ./"repo:setupcodex exec "$(cat ./.codex/prompts/repo-setup.md) base_path is ./"repo:testscodex exec "$(cat ./.codex/prompts/bulk-tests.md) base_path is ./ and coverage is 95%" -s workspace-writeresetrm -rf * && git checkout . && git pull && npm run do-installset-git-authgit config url."https://api:$(cat .token)@github.com/".insteadOf "https://github.com/" && git config url."https://ssh:$(cat .token)@github.com/".insteadOf "ssh://[email protected]/" && git config url."https://git:$(cat .token)@github.com/".insteadOf "[email protected]:"sync-codex./bin/sync-codex.shtestjest --runInBand --coverage --detectOpenHandlestest:alljest --testPathPatterns="/tests" --passWithNoTeststest:circulardpdm -T --no-warning --no-tree ./src/index.tstest:integrationjest --testPathPatterns="/tests/(integration)" --passWithNoTests --detectOpenHandlestest:unitjest --testPathPatterns="/tests/unit" --passWithNoTests --detectOpenHandlesumlcd workdocs/uml && for FILE in ./*.puml; do docker run --rm -v $(pwd):/work -w /work miy4/plantuml -DPLANTUML_LIMIT_SIZE=8192 -tpng $FILE; done && cd ../.. && cp -fr workdocs/uml/*.png workdocs/resources/- …and 2 more.
Dependencies2
@decaf-ts/logginglatestcommander^13.1.0