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
- 3,681Mature · −50% score
- First published
- Jun 2020
- Publisher
- gooddata-ci
Effective trust discount applied: −50% (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":["@gooddata/[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":["@gooddata/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Known Indicator Filename: package/esm/execution.js
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 13 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Known Indicator Filename | package/esm/execution.js | package/esm/execution.js | 45 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Known Indicator Filename | package/esm/execution.js | package/esm/execution.js | 45 |
| low | Large Javascript Payload | package/esm/generated/metadata-json-api/api.js | 4337018 bytes | 0 |
Manifest
Package metadata
Scripts20
_phase:buildnpm run build_phase:testnpm run build-dynamic-files && npm run test-once_phase:validatenpm run build-dynamic-files && npm run validateapi-extractormkdir -p api && [ -z "${CI}" ] && (api-extractor run -l) || (api-extractor run)buildbash scripts/build.shbuild-checktsgobuild-dynamic-filesbash scripts/build.sh --genFilesOnlybuild-tstsgo -p tsconfig.build.jsonclean../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage temp *.log tsconfig.tsbuildinfodep-cruiserdepcruise --validate .dependency-cruiser.js --output-type err-long src/format-checkoxfmt --check .format-writeoxfmt .generate-clientnpm run openapi-generate && fix-esm-import-path ./src && npm run format-writelintoxlint . --type-aware --quiet && eslint .lint-fixoxlint . --type-aware --quiet --fix && eslint . --fixopenapi-generate./scripts/generate.jstestvitest watchtest-oncevitest runvalidatenpm run lint && npm run dep-cruiser && npm run format-checkvalidate-esmnode --input-type=module --eval 'import "@gooddata/api-client-tiger"'
Dependencies5
@gooddata/sdk-model11.40.0-alpha.1axios1.13.5axios-cache-interceptor^1.8.0lodash-es^4.17.23tslib2.8.1