PkgRadar

Package evidence

@tryhand/[email protected]

Credential file access: matched "aws_access_key"

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
8
First published
Jun 2026
Publisher
duyngnmdev

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":["@tryhand/[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":["@tryhand/[email protected]"],"fail_on":"review"}'
Publisherduyngnmdev
Artifact bytes124,480
Previous version0.1.7
Published2026-06-11T09:08:16.907Z
SHA-2564d360980c4c04a2833cd84d0ea3f1bba3e76fa6182042724ffe66582230a735c

Why flagged

What the scanner saw

Credential file access: matched "aws_access_key"

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.1.8Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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/local-collector/redaction.jsmatched "aws_access_key"5

Manifest

Package metadata

Scripts14
  • ai-gatewaytsx src/ai-gateway.ts
  • ai-gateway-hook-bridgetsx src/ai-gateway-hook-bridge.ts
  • buildtsc -p tsconfig.json && npm run dashboard:build
  • checktsc -p tsconfig.json --noEmit
  • dashboard:buildvite build --config vite.config.ts
  • dashboard:devvite --config vite.config.ts
  • dashboard:previewvite preview --config vite.config.ts
  • db:migratetsx src/db-migrate.ts
  • dev:apitsx src/gateway-api/server.ts
  • dev:collectortsx src/local-collector/server.ts
  • prepacknpm run build
  • pretestnode -e "require('node:fs').rmSync('dist', { recursive: true, force: true })" && npm run dashboard:build && tsc -p tsconfig.dashboard-test.json
  • testnode --test dist
  • uninstallnode dist/ai-gateway.js cleanup-config || npm run --silent ai-gateway -- cleanup-config
Dependencies16
  • @fastify/cors^10.0.2
  • @fastify/sensible^6.0.2
  • @fastify/static^8.3.0
  • @radix-ui/react-slot^1.2.5
  • @tanstack/react-query^5.101.0
  • class-variance-authority^0.7.1
  • clsx^2.1.1
  • commander^12.1.0
  • dotenv^17.4.2
  • fastify^5.2.1
  • lucide-react^1.17.0
  • pg^8.13.1
  • react^19.2.7
  • react-dom^19.2.7
  • tailwind-merge^3.6.0
  • zod^3.24.1