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
162
Versions published
21
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 bytes124,554
Previous version0.16.0
Published2026-05-30T23:07:42.599Z
SHA-256c229e00a26d38994c59872c32b8489b24023411da73daf0fd8f57cf48fde1b0d

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
20Score
0.16.1Version
Status history (1 event)
  1. newavailable · risk review · score 20 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/middleware/services/tts/providers/gemini-provider.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/middleware/services/tts/providers/google-cloud-tts-provider.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/middleware/shared/config/tts.config.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/middleware/services/tts/providers/vertex-ai-tts-provider.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5

Manifest

Package metadata

Scripts13
  • buildtsc
  • cleanrm -rf dist coverage
  • formatprettier --write "src/**/*.ts"
  • linteslint src --ext .ts
  • preparenpm run build
  • prepublishOnlynpm run test:ci && npm run lint
  • testjest
  • test:cijest --ci --coverage --maxWorkers=2
  • test:coveragejest --coverage
  • test:e2ejest --testPathPattern=tests/e2e --testPathIgnorePatterns=[]
  • test:integrationjest --testPathPattern=tests/integration
  • test:unitjest --testPathPattern=tests/unit
  • test:watchjest --watch
Dependencies3
  • @breezystack/lamejs^1.2.7
  • @google-cloud/text-to-speech^6.4.0
  • microsoft-cognitiveservices-speech-sdk^1.38.0