PkgRadar

Package evidence

@forzalabs/[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
274
Versions published
111Mature · −50% score
First published
Apr 2025
Publisher
forzalabs

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":["@forzalabs/[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":["@forzalabs/[email protected]"],"fail_on":"review"}'
Publisherforzalabs
Artifact bytes486,151
Previous version1.2.7
Published2026-05-12T10:44:06.919Z
SHA-256e5a38307d71d315b705d83c2bdc26cb765c659208c2b4b1635ee82086194228a

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
1.2.8Version
Status history (1 event)
  1. newavailable · risk review · score 18 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/workers/ExecutorWorker.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/index.jshigh encoded/escaped-token density12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/workers/ExecutorWorker.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/index.jshigh encoded/escaped-token density12
lowCredential file accesspackage/workers/ExecutorWorker.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/index.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/json_schemas/source-schema.jsonmatched "AWS_ACCESS_KEY"3

Manifest

Package metadata

Scripts21
  • buildnpm i && tsup && npm run copy-static-file
  • compilenpm run sync:internal && npx tsx ./src/index.ts compile
  • copy-static-filenpx tsx ./scripts/CopyStaticFile.ts
  • create-producernpm run sync:internal && npx tsx ./src/index.ts create-producer
  • deploynpm run sync:internal && npx tsx ./src/index.ts deploy
  • devclear && npm run sync:internal && npm run fast-build && clear && npx tsx scripts/dev.ts
  • dev:buildclear && npm install --workspaces && clear && npm run fast-build && clear && npx tsx scripts/dev.ts
  • dev:wclear && npm run sync:internal && npm run fast-build && clear && npx tsx scripts/dev.ts
  • discovernpm run sync:internal && npx tsx ./src/index.ts discover
  • fast-buildtsup
  • initnpm run sync:internal && npx tsx ./src/index.ts init
  • runnpm run sync:internal && npx tsx ./src/index.ts run
  • samplenpm run sync:internal && npx tsx ./src/index.ts sample
  • sync:driverscd ../.. && npm run build --workspace=@remora/app-drivers
  • sync:internalcd ../.. && npm run sync:internal
  • ts-checknpx tsc --noemit
  • uploadnpm run build && cd .build && npm publish --access=public
  • verifynpm run sync:internal && npx tsx ./src/index.ts verify
  • versionnpx tsx ./src/index.ts -v
  • watch:driverscd ../.. && npm run dev --workspace=@remora/app-drivers
  • watch:internalcd ../.. && npm run watch:internal
Dependencies37
  • @aws-sdk/client-redshift-data^3.699.0
  • @aws-sdk/client-s3^3.701.0
  • @aws-sdk/client-sqs^3.886.0
  • adm-zip^0.5.16
  • ajv^8.17.1
  • ajv-formats^3.0.1
  • bcrypt^5.1.1
  • bcryptjs^3.0.2
  • chalk^4.1.2
  • commander^10.0.0
  • cors^2.8.5
  • cross-env^7.0.3
  • dayjs^1.11.13
  • decompress^4.2.1
  • dotenv^16.0.3
  • express^4.21.2
  • fast-xml-parser^5.2.3
  • fs-extra^11.1.0
  • hyparquet^1.17.4
  • inquirer^8.2.5
  • json-schema^0.4.0
  • jsonwebtoken^9.0.2
  • knex^2.4.2
  • mongodb^6.15.0
  • multer^1.4.5-lts.1
  • next^13.4.1
  • node-cron^4.2.1
  • openai^6.0.0
  • ora^5.4.1
  • pg^8.13.0
  • …and 7 more.