PkgRadar

Package evidence

@pksep/[email protected]

Obfuscation Density: high encoded/escaped-token density

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.

Weekly downloads
581
Versions published
50Established · −30% score
First published
Nov 2025
Publisher
sherkios

Effective trust discount applied: 30% (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":["@pksep/[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":["@pksep/[email protected]"],"fail_on":"review"}'
Publishersherkios
Artifact bytes195,259
Previous version0.0.537
Published2026-06-03T05:28:50.046Z
SHA-2565aebed7c476d12a6a4f2b887064c15a669da640de70c4e5b185196b45a847046

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

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscation Densitypackage/dist/utils/enums.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts9
  • buildtsc -b --force
  • linteslint "**/*.ts" --fix
  • prepublishOnlybun run update-version && bun run build
  • prettierprettier --write .
  • prettier:checkprettier --check ./**/*.ts
  • publish:canarychangelogen --output CHANGELOG.md --from=HEAD~1 --no-git-checks && npm publish --tag canary --legacy-peer-deps --no-provenance
  • publish:libchangelogen --publish --patch --output CHANGELOG.md --from=HEAD~1 --no-provenance --no-git-checks
  • update-versionnode bin/update-version.mjs
  • versiongit add -A src
Dependencies4
  • @types/lodash^4.17.7
  • lodash^4.17.21
  • lz-string^1.5.0
  • zod^3.23.8