Package evidence
label-studio-sdk==2.0.23
Credential file access: matched "google_application_credentials"
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
- 78Mature · −50% score
- First published
- Nov 2021
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":["label-studio-sdk==2.0.23"],"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":["label-studio-sdk==2.0.23"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched "google_application_credentials"
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (2 events)
- available → available · risk review · score 50 · status available -> available, risk high -> review, score 111 -> 50
- new → available · risk high · score 111 · status changed
Evidence
Static findings
32 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 32 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/_legacy/project.py | matched "google_application_credentials" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/export_storage/gcs/client.py | matched "google_application_credentials" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/export_storage/gcs/raw_client.py | matched "google_application_credentials" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/export_storage/gcswif/client.py | matched "google_application_credentials" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/export_storage/gcswif/raw_client.py | matched "google_application_credentials" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/export_storage/s3/client.py | matched "aws_access_key" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/export_storage/s3/raw_client.py | matched "aws_access_key" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/export_storage/s3s/client.py | matched "aws_access_key" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/export_storage/s3s/raw_client.py | matched "aws_access_key" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/import_storage/gcs/client.py | matched "google_application_credentials" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/import_storage/gcs/raw_client.py | matched "google_application_credentials" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/import_storage/gcswif/client.py | matched "google_application_credentials" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/import_storage/gcswif/raw_client.py | matched "google_application_credentials" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/import_storage/s3/client.py | matched "aws_access_key" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/import_storage/s3/raw_client.py | matched "aws_access_key" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/import_storage/s3s/client.py | matched "aws_access_key" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/import_storage/s3s/raw_client.py | matched "aws_access_key" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/model_providers/client.py | matched "google_application_credentials" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/model_providers/raw_client.py | matched "google_application_credentials" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/types/gcs_export_storage.py | matched "google_application_credentials" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/types/gcs_import_storage.py | matched "google_application_credentials" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/types/gcswif_export_storage.py | matched "google_application_credentials" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/types/gcswif_export_storage_request.py | matched "google_application_credentials" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/types/gcswif_import_storage.py | matched "google_application_credentials" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/types/gcswif_import_storage_request.py | matched "google_application_credentials" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/types/lse_s3export_storage.py | matched "aws_access_key" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/types/lse_s3export_storage_request.py | matched "aws_access_key" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/types/lse_s3import_storage.py | matched "aws_access_key" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/types/lse_s3import_storage_request.py | matched "aws_access_key" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/types/model_provider_connection_request.py | matched "google_application_credentials" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/types/s3export_storage.py | matched "aws_access_key" | 5 |
| low | Credential file access | label_studio_sdk-2.0.23/src/label_studio_sdk/types/s3import_storage.py | matched "aws_access_key" | 5 |