PkgRadar

Package evidence

@loonylabs/[email protected]

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.

Weekly downloads
285
Versions published
20
First published
Jan 2026
Publisher
loonylabs-dev

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":["@loonylabs/[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":["@loonylabs/[email protected]"],"fail_on":"review"}'
Publisherloonylabs-dev
Artifact bytes54,035
Previous version1.14.1
Published2026-05-30T18:46:56.608Z
SHA-256d33c5e59b85a99fe941e304177e0f7e4075eeb48fb03589352e173ea164158e7

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

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/middleware/services/tti/providers/google-cloud-provider.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5

Manifest

Package metadata

Scripts17
  • buildtsc
  • cleannode -e "const fs=require('fs');if(fs.existsSync('dist'))fs.rmSync('dist',{recursive:true})"
  • formatprettier --write "src/**/*.ts"
  • linteslint src/**/*.ts
  • preparenpm run build
  • prepublishOnlynpm run clean && npm run build && npm run test
  • testnpm run test:unit
  • test:cijest --runInBand --ci --coverage --testPathPattern=tests/unit
  • test:integrationcross-env TTI_INTEGRATION_TESTS=true jest --testPathPattern=tests/integration
  • test:liveTTI_INTEGRATION_TESTS=true jest tests/integration/*.integration.test.ts --testTimeout=120000
  • test:manualts-node scripts/manual-test-edenai.ts
  • test:manual:azure-foundryts-node tests/manual/azure-foundry-live-test.ts
  • test:manual:bflts-node tests/manual/bfl-live-test.ts
  • test:manual:google-cloudts-node scripts/manual-test-google-cloud.ts
  • test:unitjest --testPathPattern=tests/unit
  • test:unit:coveragejest --testPathPattern=tests/unit --coverage
  • test:unit:watchjest --testPathPattern=tests/unit --watch