PkgRadar

Package evidence

@hasna/[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.

Weekly downloads
25
Versions published
28
First published
Mar 2026
Publisher
andreihasna2

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":["@hasna/[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":["@hasna/[email protected]"],"fail_on":"review"}'
Publisherandreihasna2
Artifact bytes182,469
Previous version0.0.27
Published2026-06-16T11:09:29.689Z
SHA-2561cfa33ccb207e2bda5461fa5dcb5f6b4bb9da26af02c85130c907d4a20288afc

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/bin/index.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/index.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/bin/mcp.jsmatched "AWS_ACCESS_KEY"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="true"5

Manifest

Package metadata

Scripts14
  • buildbun build ./src/cli/index.tsx --outfile ./bin/index.js --target bun && bun build ./src/mcp/index.ts --outfile ./bin/mcp.js --target bun && bun build ./src/index.ts --outdir ./dist --target bun
  • build:allbun run build && bun run --filter '*' build
  • cleanrm -rf dist bin microservices/*/dist microservices/*/bin node_modules microservices/*/node_modules
  • devbun run ./src/cli/index.tsx
  • formatbunx biome format --write .
  • gatewaybun run gateway.ts
  • lintbunx biome check .
  • postinstalltrue
  • pre-commitbun run lint && bun run format
  • prepublishOnlybun run build:all
  • testbun test
  • test:allbun test && bun run --filter '*' test
  • typechecktsc --noEmit
  • typecheck:allbun run typecheck && bun run --filter '*' typecheck
Dependencies5
  • @hasna/events^0.1.6
  • @modelcontextprotocol/sdk^1.26.0
  • chalk^5.3.0
  • commander^12.1.0
  • zod^3.24.0
Optional dependencies21
  • @hasna/microservice-agents^0.0.1
  • @hasna/microservice-audit^0.0.1
  • @hasna/microservice-auth^0.0.1
  • @hasna/microservice-billing^0.0.1
  • @hasna/microservice-files^0.0.1
  • @hasna/microservice-flags^0.0.1
  • @hasna/microservice-guardrails^0.0.1
  • @hasna/microservice-jobs^0.0.1
  • @hasna/microservice-knowledge^0.0.1
  • @hasna/microservice-llm^0.0.1
  • @hasna/microservice-memory^0.0.1
  • @hasna/microservice-notify^0.0.1
  • @hasna/microservice-onboarding^0.0.1
  • @hasna/microservice-prompts^0.0.1
  • @hasna/microservice-search^0.0.1
  • @hasna/microservice-sessions^0.0.1
  • @hasna/microservice-teams^0.0.1
  • @hasna/microservice-traces^0.0.1
  • @hasna/microservice-usage^0.0.1
  • @hasna/microservice-waitlist^0.0.1
  • @hasna/microservice-webhooks^0.0.1