PkgRadar

Package evidence

@secondlayer/[email protected]

Remote Payload: matched "cUrl "

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":["@secondlayer/[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":["@secondlayer/[email protected]"],"fail_on":"review"}'
Publisherryanwaits
Artifact bytes195,613
Previous version6.6.0
Published2026-05-22T17:05:52.647Z
SHA-2564a1548ae27ba8fa5b000addd9ee476b665de1ea774ff3c6d8bb1ab8e95e5aa18

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/src/node/client.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/src/index.jsmatched "curl "12
mediumRemote Payloadpackage/dist/src/subgraphs/spec.jsmatched "curl "12

Manifest

Package metadata

Scripts7
  • buildbunup
  • devbunup --watch
  • migratebun run src/db/migrate.ts
  • prepublishOnlybun run build
  • seedDATABASE_URL=${DATABASE_URL:-postgresql://[email protected]:5432/secondlayer_dev} bun run src/db/seed.ts
  • testbun test
  • typechecktsc --noEmit
Dependencies5
  • @secondlayer/stacks^2.2.1
  • kysely0.28.15
  • kysely-postgres-js3.0.0
  • postgres^3.4.6
  • zod^4.3.6