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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 25 · status changed
Evidence
Static findings
8 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Ci Workflow Secret Harvesting | package/.github/workflows/release.yaml | workflow references CI/cloud credential harvesting surfaces | 45 |
| medium | Remote Payload | package/.github/workflows/release-with-e2e.yaml | matched "curl " | 12 |
| medium | Remote Payload | package/.github/workflows/update-api-types.yml | matched "wget " | 12 |
Show all 8 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Ci Workflow Secret Harvesting | package/.github/workflows/release.yaml | workflow references CI/cloud credential harvesting surfaces | 45 |
| medium | Remote Payload | package/.github/workflows/release-with-e2e.yaml | matched "curl " | 12 |
| medium | Remote Payload | package/.github/workflows/update-api-types.yml | matched "wget " | 12 |
| low | Credential file access | package/.github/workflows/publish-docs.yaml | matched "GITHUB_TOKEN" | 3 |
| low | Credential file access | package/.github/workflows/release-with-e2e.yaml | matched "GITHUB_TOKEN" | 3 |
| low | Credential file access | package/.github/workflows/release.yaml | matched "GITHUB_TOKEN" | 3 |
| low | Credential file access | package/.github/workflows/validate-pr-title.yaml | matched "GITHUB_TOKEN" | 3 |
| low | Credential file access | package/.github/workflows/update-api-types.yml | matched "GITHUB_TOKEN" | 3 |
Manifest
Package metadata
Scripts10
buildnpm run format && npm run lint && tscdocstypedocfetch-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.tsformatprettier --config .prettierrc.js 'src/**/*.ts' --writeformat-examplesprettier --config .prettierrc.js 'examples/**/*.js' --writelinteslint .lint-fixeslint . --fixpreparetsctestjest --detectOpenHandles --forceExit --silent
Dependencies11
@types/cli-progress^3.11.6axios^1.15.1cli-progress^3.12.0form-data^4.0.5galileo-generated^0.2.14jsonwebtoken^9.0.2openapi-fetch^0.13.3openapi-typescript-helpers^0.0.15p-retry^4.6.2set-cookie-parser^2.7.2ts-case-convert^2.1.0
Optional dependencies1
tiktoken^1.0.13