PkgRadar

Package evidence

@things-factory/[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.

Versions published
345Mature · −50% score
First published
Mar 2023
Publisher
heartyoh

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

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":["@things-factory/[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":["@things-factory/[email protected]"],"fail_on":"review"}'
Publisherheartyoh
Artifact bytes3,385,207
Previous version10.0.0-beta.85
Published2026-05-22T02:52:16.386Z
SHA-256a4ebd9822592c10f98afcfd277f6f05d14ee23745b19a6925c274c667d927a53

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

review
Last checked
reviewRisk
18Score
10.0.0-beta.89Version
Status history (1 event)
  1. newavailable · risk review · score 18 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/assets/parser-html.66e60782.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/assets/parser-markdown.3f44829c.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/assets/standalone.07cb14af.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts8
  • buildnpm run build:server && npm run build:client
  • build:clientnpm run copy:files && npx tsc --p ./client/tsconfig.json
  • build:servernpx tsc --p ./server/tsconfig.json
  • cleannpm run clean:server && npm run clean:client
  • clean:clientnpx rimraf dist-client
  • clean:servernpx rimraf dist-server
  • copy:filescopyfiles -e "./client/**/*.{ts,js,json}" -u 1 "./client/**/*" dist-client
  • migration:createnode ../../node_modules/typeorm/cli.js migration:create ./server/migrations/migration
Dependencies1
  • @things-factory/shell^10.0.0-beta.89