PkgRadar

Package evidence

[email protected]

Ci Workflow Secret Harvesting: workflow references CI/cloud credential harvesting surfaces

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
1,134Niche · −30% score
Versions published
35Mature · −50% score
First published
Jan 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes1,234,253
Previous version2.1.1
Published2026-05-14T13:01:33.794Z
SHA-256c27918fe85c4db43f132466b595bae2b2751f73b99c8a495b44ec5b73919bd55

Why flagged

What the scanner saw

Ci Workflow Secret Harvesting: workflow references CI/cloud credential harvesting surfaces

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCi Workflow Secret Harvestingpackage/.github/workflows/release.yamlworkflow references CI/cloud credential harvesting surfaces45
mediumRemote Payloadpackage/.github/workflows/release-with-e2e.yamlmatched "curl "12
mediumRemote Payloadpackage/.github/workflows/update-api-types.ymlmatched "wget "12
Show all 8 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCi Workflow Secret Harvestingpackage/.github/workflows/release.yamlworkflow references CI/cloud credential harvesting surfaces45
mediumRemote Payloadpackage/.github/workflows/release-with-e2e.yamlmatched "curl "12
mediumRemote Payloadpackage/.github/workflows/update-api-types.ymlmatched "wget "12
lowCredential file accesspackage/.github/workflows/publish-docs.yamlmatched "GITHUB_TOKEN"3
lowCredential file accesspackage/.github/workflows/release-with-e2e.yamlmatched "GITHUB_TOKEN"3
lowCredential file accesspackage/.github/workflows/release.yamlmatched "GITHUB_TOKEN"3
lowCredential file accesspackage/.github/workflows/validate-pr-title.yamlmatched "GITHUB_TOKEN"3
lowCredential file accesspackage/.github/workflows/update-api-types.ymlmatched "GITHUB_TOKEN"3

Manifest

Package metadata

Scripts10
  • buildnpm run format && npm run lint && tsc
  • docstypedoc
  • fetch-api-typesnpm run fetch-api-types-old && openapi-ts && node --input-type=module -e "$(cat scripts/transform-types.mjs)"
  • fetch-api-types-oldnpx openapi-typescript https://api.galileo.ai/client/openapi.json --default-non-nullable=false --output src/types/api.types.ts
  • formatprettier --config .prettierrc.js 'src/**/*.ts' --write
  • format-examplesprettier --config .prettierrc.js 'examples/**/*.js' --write
  • linteslint .
  • lint-fixeslint . --fix
  • preparetsc
  • testjest --detectOpenHandles --forceExit --silent
Dependencies11
  • @types/cli-progress^3.11.6
  • axios^1.15.1
  • cli-progress^3.12.0
  • form-data^4.0.5
  • galileo-generated^0.2.14
  • jsonwebtoken^9.0.2
  • openapi-fetch^0.13.3
  • openapi-typescript-helpers^0.0.15
  • p-retry^4.6.2
  • set-cookie-parser^2.7.2
  • ts-case-convert^2.1.0
Optional dependencies1
  • tiktoken^1.0.13