PkgRadar

Package evidence

@profoundlogic/[email protected]

Remote Payload: matched "curl "

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
183
Versions published
10
First published
Jan 2026
Publisher
profoundlogic

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":["@profoundlogic/[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":["@profoundlogic/[email protected]"],"fail_on":"review"}'
Publisherprofoundlogic
Artifact bytes92,697
Previous version1.1.3
Published2026-04-21T13:06:04.843Z
SHA-25613b7d612b4517dea683727077a6c71def0ca9327cca9b1ece4ce2f612243d35e

Why flagged

What the scanner saw

Remote Payload: matched "curl "

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/skills/ibmi-interactive-session/genie_end.shmatched "curl "12
mediumRemote Payloadpackage/skills/ibmi-interactive-session/genie_put.shmatched "curl "12
mediumRemote Payloadpackage/skills/ibmi-interactive-session/genie_start.shmatched "curl "12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/skills/ibmi-interactive-session/genie_end.shmatched "curl "12
mediumRemote Payloadpackage/skills/ibmi-interactive-session/genie_put.shmatched "curl "12
mediumRemote Payloadpackage/skills/ibmi-interactive-session/genie_start.shmatched "curl "12
lowObfuscation Densitypackage/release/src/index.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts13
  • buildtsc
  • build:releasenode scripts/build-release.js
  • cleanrm -rf dist
  • clean:allrm -rf dist release
  • clean:releaserm -rf release
  • linteslint "src/**/*.ts" "tests/**/*.ts"
  • lint:fixeslint "src/**/*.ts" "tests/**/*.ts" --fix
  • prepublishOnlynpm run clean:all && npm run lint && npm run build && npm test && npm run build:release && npm run test:release
  • testcross-env AITOOL_E2E_ENABLED=1 node --test 'dist/tests/**/*.test.js'
  • test:coveragecross-env AITOOL_E2E_ENABLED=1 node --test --experimental-test-coverage 'dist/tests/**/*.test.js'
  • test:integrationnode --test 'dist/tests/integration/**/*.test.js'
  • test:releasecross-env AITOOL_E2E_ENABLED=1 node --test 'release/tests/**/*.test.js'
  • test:unitnode --test 'dist/tests/unit/**/*.test.js'
Dependencies4
  • @profoundlogic/ras-js^2.0.0
  • ejs^5.0.1
  • json5^2.2.3
  • mssql^12.2.0