PkgRadar

Package evidence

@cogito.ai/[email protected]

Credential file access: matched ".npmrc"

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
16
First published
Jun 2026
Publisher
sunnyfu

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":["@cogito.ai/[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":["@cogito.ai/[email protected]"],"fail_on":"review"}'
Publishersunnyfu
Artifact bytes375,982
Previous version0.4.8
Published2026-06-11T09:19:29.621Z
SHA-2566c19fd6db6ed0ed293aef4297e73c0777ac1d8c41a62a7f869890e8c60be40f6

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/index.jsmatched ".npmrc"5
lowObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/templates/web-nextjs/pnpm-lock.yamlhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts4
  • buildpnpm run generate-registry && bun build bin/agentdock.ts --outfile dist/index.js --target node && cp src/registry.json dist/registry.json && rm -rf dist/templates && mkdir -p dist/templates && rsync -a --exclude='node_modules/' --exclude='.next/' --exclude='.turbo/' ../../templates/ dist/templates/ && find dist/templates -name '.gitignore' -exec sh -c 'mv "$1" "${1%/*}/_gitignore"' _ {} \; && find dist/templates -name '.npmrc' -exec sh -c 'mv "$1" "${1%/*}/_npmrc"' _ {} \;
  • check-typestsc --noEmit
  • generate-registrytsx ../../scripts/generate-registry/index.ts
  • testvitest run
Dependencies4
  • @clack/prompts^0.9.1
  • @modelcontextprotocol/sdk^1.0.0
  • citty^0.1.6
  • giget^1.2.4