PkgRadar

Package evidence

@travisliu/[email protected]

Suspicious Publish Context: {"package_age_days":0,"publisher":"travisliu","burst_same_day":0,"burst_week":0,"lure":{"kind":"token_affix","target":"open"},"version_anomaly":false,"new_account":false}

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
1
First published
Jun 2026
Publisher
travisliu

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@travisliu/[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":["@travisliu/[email protected]"],"fail_on":"review"}'
Publishertravisliu
Artifact bytes251,538
Previous versionnone
Published2026-06-16T14:09:33.158Z
SHA-2563b0e00b8ff7730aee73b4da66244d3b3108940c66360b3b57761274cfe55af06

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"travisliu","burst_same_day":0,"burst_week":0,"lure":{"kind":"token_affix","target":"open"},"version_anomaly":false,"new_account":false}

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
0.3.0Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"travisliu","burst_same_day":0,"burst_week":0,"lure":{"kind":"token_affix","target":"open"},"version_anomaly":false,"new_account":false}10

Manifest

Package metadata

Scripts13
  • buildtsc
  • checktsc --noEmit
  • cleanrm -rf dist
  • devtsx src/bin/open-dynamic-workflow.ts
  • lintnpm run check
  • pack:localnpm pack
  • postbuildnode scripts/fix-bin-permissions.mjs
  • prepacknpm run clean && npm run build
  • publish:dry-runnpm publish --dry-run
  • release:checknpm run typecheck && npm run lint && npm test && npm run build && npm pack --dry-run
  • startnode dist/bin/open-dynamic-workflow.js
  • testvitest run --reporter=dot --no-color
  • typechecknpm run check
Dependencies4
  • ajv^8.20.0
  • commander^15.0.0
  • typescript^5.8.0
  • yaml^2.9.0