PkgRadar

Package evidence

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

Versions published
1
First published
May 2026
Publisher
kyle-ssg

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":["@flagsmith/[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":["@flagsmith/[email protected]"],"fail_on":"review"}'
Publisherkyle-ssg
Artifact bytes121,049
Previous versionnone
Published2026-05-27T08:56:24.429Z
SHA-25615458a153c510a19173048de663fa4df2363185fb9d77a4d8914cc22b7f6b4f1

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/package.jsonmatched "curl "12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/package.jsonmatched "curl "12
lowCredential file accesspackage/.github/workflows/release-please.ymlmatched "GITHUB_TOKEN"3

Manifest

Package metadata

Scripts13
  • buildtsc -b tsconfig.cjs.json tsconfig.esm.json && echo '{"type": "commonjs"}'> build/cjs/package.json
  • deploynpm i && npm run build && npm publish
  • deploy:betanpm i && npm run build && npm publish --tag beta
  • generate-engine-typesnpm run generate-evaluation-result-types && npm run generate-evaluation-context-types
  • generate-evaluation-context-typescurl -o evaluation-context.json https://raw.githubusercontent.com/Flagsmith/flagsmith/main/sdk/evaluation-context.json && npx json2ts -i evaluation-context.json -o flagsmith-engine/evaluation/evaluationContext/evaluationContext.types.ts && rm evaluation-context.json
  • generate-evaluation-result-typescurl -o evaluation-result.json https://raw.githubusercontent.com/Flagsmith/flagsmith/main/sdk/evaluation-result.json && npx json2ts -i evaluation-result.json -o flagsmith-engine/evaluation/evaluationResult/evaluationResult.types.ts && rm evaluation-result.json
  • lintprettier --write .
  • prebuildrm -rf ./build
  • preparehusky install
  • testvitest --coverage --run
  • test:debugvitest --inspect-brk --no-file-parallelism --coverage
  • test:esm-buildnpm run build && ESM_BUILD=true vitest --config vitest.config.esm.ts --run
  • test:watchvitest
Dependencies4
  • jsonpath-plus^10.4.0
  • pino^10
  • semver^7.3.7
  • undici-types^6.19.8