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.

Versions published
41Established · −30% score
First published
Nov 2025
Publisher
loonylabs-dev

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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 bytes307,679
Previous version2.30.0
Published2026-05-29T21:38:49.691Z
SHA-256e727df510821c7a6de4bcb414cfa2d5b9222cfab72ff62f8a8579bdd4dcdb62a

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
3Score
2.30.1Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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/llm/providers/gemini/vertex-ai.provider.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5

Manifest

Package metadata

Scripts35
  • buildtsc
  • cleannode -e "const fs=require('fs');if(fs.existsSync('dist'))fs.rmSync('dist',{recursive:true})"
  • devts-node-dev --inspect --respawn src/examples/simple-chat/index.ts
  • linteslint "src/**/*.ts"
  • preparenpm run build
  • prepublishOnlynpm run clean && npm run build && npm run test
  • startts-node src/examples/simple-chat/index.ts
  • testnpm run test:unit
  • test:allnpm run test:unit && npm run test:basic && npm run test:integration && npm run test:integration:parameters && npm run test:robustness
  • test:basicnode tests/basic/test-middleware.js
  • test:cache:smokets-node tests/manual/cache-smoke-test.ts
  • test:cijest --runInBand --ci --coverage
  • test:e2enode tests/e2e/test-workflow.js
  • test:integrationnode tests/integration/test-flat-formatter.js
  • test:integration:parametersnode tests/integration/test-parameter-limits.js
  • test:integration:reasoningLLM_INTEGRATION_TESTS=true jest tests/integration/reasoning-control.integration.test.ts --testTimeout=120000
  • test:liveLLM_INTEGRATION_TESTS=true jest tests/integration/*.integration.test.ts --testTimeout=120000
  • test:manual:formatter-demots-node tests/manual/request-formatter-demo.ts
  • test:manual:smokets-node tests/manual/smoke-test.ts
  • test:manual:story-testts-node tests/manual/story-generator-test.ts
  • test:manual:verify-paramsnode tests/manual/verify-parameters.js
  • test:provider:anthropicTEST_PROVIDER=anthropic ts-node tests/manual/provider-smoke-test.ts
  • test:provider:azureTEST_PROVIDER=azure ts-node tests/manual/provider-smoke-test.ts
  • test:provider:bedrockTEST_PROVIDER=bedrock ts-node tests/manual/provider-smoke-test.ts
  • test:provider:inceptronTEST_PROVIDER=inceptron ts-node tests/manual/provider-smoke-test.ts
  • test:provider:ollamaTEST_PROVIDER=ollama ts-node tests/manual/provider-smoke-test.ts
  • test:provider:requestyTEST_PROVIDER=requesty ts-node tests/manual/provider-smoke-test.ts
  • test:provider:vertexts-node tests/manual/vertex-ai-smoke-test.ts
  • test:reasoning:smokets-node tests/manual/reasoning-smoke-test.ts
  • test:robustnessnode tests/robustness/test-json-handling.js
  • …and 5 more.
Dependencies7
  • axios^1.7.9
  • cors^2.8.5
  • dotenv^16.4.7
  • express^4.18.2
  • google-auth-library^10.5.0
  • gpt-tokenizer^3.2.0
  • uuid^11.1.0