PkgRadar

Package evidence

@pilotiq/[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
1,164Niche · −30% score
Versions published
35
First published
May 2026
Publisher
suleimansh

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":["@pilotiq/[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":["@pilotiq/[email protected]"],"fail_on":"review"}'
Publishersuleimansh
Artifact bytes281,882
Previous version3.15.0
Published2026-06-13T12:27:12.037Z
SHA-256b9df669a562994653754eabc74568b897dbf02061b028a87d564cc9debe77c9d

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
3.15.1Version
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/markdownExtension.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts7
  • buildtsc -p tsconfig.build.json && pnpm run bundle:markdown
  • bundle:markdownesbuild src/markdownExtension.ts --bundle --format=esm --outfile=dist/markdownExtension.js --external:@tiptap/* && rm -f dist/markdownExtension.js.map
  • cleanrm -rf dist
  • devtsc -p tsconfig.build.json --watch
  • linteslint src
  • testtsc -p tsconfig.test.json && node --import ./dist-test/test/setup.js --test "dist-test/**/*.test.js"; EXIT=$?; rm -rf dist-test; exit $EXIT
  • typechecktsc --noEmit
Dependencies1
  • prosemirror-changeset^2.4.1