PkgRadar

Package evidence

@decaf-ts/[email protected]

no findings

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
113Mature · −50% score
First published
Nov 2024
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 monitoring

No 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"}'
Publishertvenceslau
Artifact bytes168,523
Previous version0.23.0
Published2026-06-04T23:51:00.361Z
SHA-2561c601e8262329a1692d4ffc95b8a9d6b4761e747e2c41f8f6d27d5d1f2672cea

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.23.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts33
  • buildbuild-scripts --dev
  • build:prodbuild-scripts --prod
  • clean-publishnpx clean-publish
  • codexcodex -s workspace-write exec
  • coveragerimraf ./workdocs/reports/data/*.json && npm run test:all -- --coverage --config=./workdocs/reports/jest.coverage.config.cjs
  • do-installNPM_TOKEN=$(cat .npmtoken) npm install
  • docsnpx rimraf ./docs && mkdir docs && build-scripts --docs
  • drawingsfor 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-install
  • linteslint .
  • lint-fixeslint --fix .
  • on-first-runnpx update-scripts --boot
  • prepare-prnpm run lint-fix && npm run build:prod && npm run coverage && npm run docs
  • prepare-releasenpm run lint-fix && npm run build:prod && npm run coverage && npm run docs
  • publish-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:latest
  • release./bin/tag-release.sh
  • repo:docnpm run codex -- "$(cat ./workdocs/ai/doc.md) $(cat ./workdocs/ai/bulk-docs.md) base_path is ./"
  • repo:initnpm run codex -- "$(cat ./workdocs/ai/repo-setup.md) base_path is `./`, initialize the repository"
  • repo:notesnpm run codex -- "$(cat ./workdocs/ai/release-notes.md) base_path is ./"
  • repo:prnpm run repo:doc && npm run repo:tests && npm run repo:notes && npm run repo:readme
  • repo:readmenpm run codex -- "$(cat ./workdocs/ai/update-readme.md) base_path is ./"
  • repo:setupnpm run codex -- "$(cat ./workdocs/ai/repo-setup.md) base_path is ./"
  • repo:testsnpm run codex -- "$(cat ./workdocs/ai/bulk-tests.md) base_path is ./ and coverage is 95%"
  • resetrm -rf * && git checkout . && git pull && npm run do-install
  • set-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]:"
  • testjest --runInBand --coverage --detectOpenHandles
  • test:alljest --testPathPatterns="/tests" --passWithNoTests
  • test:circulardpdm -T --no-warning --no-tree ./src/index.ts
  • test:integrationjest --testPathPatterns="/tests/(integration)" --passWithNoTests --detectOpenHandles
  • test:unitjest --testPathPatterns="/tests/unit" --passWithNoTests --detectOpenHandles
  • …and 3 more.
Dependencies2
  • styled-string-builderlatest
  • typed-object-accumulatorlatest
Optional dependencies2
  • pino^10.1.0
  • winston^3.17.0