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
- 117
- Versions published
- 38Established · −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 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":["@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"}'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 (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/middleware/services/llm/providers/gemini/vertex-ai.provider.js | matched "GOOGLE_APPLICATION_CREDENTIALS" | 5 |
Manifest
Package metadata
Scripts34
buildtsccleannode -e "const fs=require('fs');if(fs.existsSync('dist'))fs.rmSync('dist',{recursive:true})"devts-node-dev --inspect --respawn src/examples/simple-chat/index.tslinteslint src/**/*.tspreparenpm run buildprepublishOnlynpm run clean && npm run build && npm run teststartts-node src/examples/simple-chat/index.tstestnpm run test:unittest:allnpm run test:unit && npm run test:basic && npm run test:integration && npm run test:integration:parameters && npm run test:robustnesstest:basicnode tests/basic/test-middleware.jstest:cache:smokets-node tests/manual/cache-smoke-test.tstest:cijest --runInBand --ci --coveragetest:e2enode tests/e2e/test-workflow.jstest:integrationnode tests/integration/test-flat-formatter.jstest:integration:parametersnode tests/integration/test-parameter-limits.jstest:integration:reasoningLLM_INTEGRATION_TESTS=true jest tests/integration/reasoning-control.integration.test.ts --testTimeout=120000test:liveLLM_INTEGRATION_TESTS=true jest tests/integration/*.integration.test.ts --testTimeout=120000test:manual:formatter-demots-node tests/manual/request-formatter-demo.tstest:manual:smokets-node tests/manual/smoke-test.tstest:manual:story-testts-node tests/manual/story-generator-test.tstest:manual:verify-paramsnode tests/manual/verify-parameters.jstest:provider:anthropicTEST_PROVIDER=anthropic ts-node tests/manual/provider-smoke-test.tstest:provider:azureTEST_PROVIDER=azure ts-node tests/manual/provider-smoke-test.tstest:provider:bedrockTEST_PROVIDER=bedrock ts-node tests/manual/provider-smoke-test.tstest:provider:ollamaTEST_PROVIDER=ollama ts-node tests/manual/provider-smoke-test.tstest:provider:requestyTEST_PROVIDER=requesty ts-node tests/manual/provider-smoke-test.tstest:provider:vertexts-node tests/manual/vertex-ai-smoke-test.tstest:reasoning:smokets-node tests/manual/reasoning-smoke-test.tstest:robustnessnode tests/robustness/test-json-handling.jstest:unitjest- …and 4 more.
Dependencies7
axios^1.7.9cors^2.8.5dotenv^16.4.7express^4.18.2google-auth-library^10.5.0gpt-tokenizer^3.2.0uuid^11.1.0