PkgRadar

Package evidence

@dastbal/[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
14
First published
Jan 2026
Publisher
dastbal

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":["@dastbal/[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":["@dastbal/[email protected]"],"fail_on":"review"}'
Publisherdastbal
Artifact bytes118,818
Previous version1.3.0
Published2026-06-05T18:18:34.499Z
SHA-25635ece992732c3f5c8420e754ba87f71e83194cf4583f532ced6e80ef31856815

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/core/llm/provider.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"10
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/core/llm/provider.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"10
lowCredential file accesspackage/dist/core/agent/deep-agent-factory.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5

Manifest

Package metadata

Scripts9
  • agentts-node src/bin/cli.ts
  • buildtsc
  • gents-node src/bin/cli.ts classic
  • linteslint "{src,apps,libs,test}/**/*.ts" --fix
  • prepublishOnlynpm run build
  • start:devts-node src/bin/cli.ts
  • testjest
  • test:covjest --coverage
  • type-checktsc --noEmit
Dependencies17
  • @langchain/core^1.1.48
  • @langchain/google-vertexai^2.1.6
  • @langchain/langgraph^1.0.7
  • @langchain/langgraph-checkpoint-sqlite^1.0.0
  • @langchain/langgraph-supervisor^1.0.1
  • @langchain/ollama^1.2.7
  • better-sqlite3^12.5.0
  • chalk^4.1.2
  • commander^14.0.2
  • deepagents^1.10.2
  • dotenv^17.2.3
  • langchain^1.2.16
  • ora^5.4.1
  • sqlite3^5.1.7
  • ts-morph^27.0.2
  • uuid^13.0.0
  • zod^4.3.6