PkgRadar

Package evidence

[email protected]

Credential file access: matched ".aws/"

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
256
Versions published
33
First published
Mar 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes2,410,034
Previous version0.22.0
Published2026-06-13T18:33:29.167Z
SHA-256be733abb10453366f02d169011903f34c62e2ca02d61b92269de3a7a63e520fb

Why flagged

What the scanner saw

Credential file access: matched ".aws/"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/canonical.jsmatched ".aws/"5
lowCredential file accesspackage/dist/cli.jsmatched ".aws/"5
lowCredential file accesspackage/dist/engine.jsmatched ".aws/"5
lowCredential file accesspackage/dist/index.jsmatched ".aws/"5
lowCredential file accesspackage/dist/targets.jsmatched ".aws/"5

Manifest

Package metadata

Scripts31
  • agentsmeshnode ./dist/cli.js
  • attwattw --pack . --profile esm-only
  • buildtsup
  • catalog:generatetsx scripts/generate-target-catalog.ts
  • catalog:verifytsx scripts/generate-target-catalog.ts --verify
  • changesetchangeset
  • consumer-smoke./scripts/consumer-smoke.sh
  • flake:checktsx scripts/flake-check.ts
  • flake:watchtsx scripts/flake-check-watch.ts
  • formatprettier --write src/
  • format:checkprettier --check src/
  • install-globalrm -f agentsmesh-*.tgz && npm run build && npm pack && (npm uninstall -g agentsmesh 2>/dev/null || true) && npm install -g $(pwd)/agentsmesh-*.tgz
  • linteslint src tests
  • lint:deadknip
  • lint:dead:strictknip --strict
  • matrix:generatetsx scripts/render-support-matrix.ts
  • matrix:verifytsx scripts/render-support-matrix.ts --verify
  • prebuildtsx scripts/generate-target-catalog.ts
  • precommitpnpm typecheck && pnpm lint:dead && pnpm test:coverage && pnpm lint-staged
  • pretestpnpm build
  • pretest:coveragepnpm build
  • publintpublint
  • releasepnpm build && changeset publish
  • schemas:generatetsx scripts/generate-schemas.ts
  • testvitest run
  • test:contractvitest run tests/contract
  • test:coverageCOVERAGE=1 vitest run --coverage
  • test:e2epnpm build && vitest run --config vitest.e2e.config.ts
  • test:watchvitest
  • typechecktsc --noEmit
  • …and 1 more.
Dependencies8
  • @modelcontextprotocol/sdk^1.29.0
  • chokidar^5.0.0
  • diff8.0.4
  • picomatch^4.0.4
  • smol-toml^1.6.1
  • tar7.5.13
  • yaml^2.8.3
  • zod^4.3.6