PkgRadar

Package evidence

@applydigital/[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
2
First published
Jun 2026
Publisher
applydigital

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":["@applydigital/[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":["@applydigital/[email protected]"],"fail_on":"review"}'
Publisherapplydigital
Artifact bytes994,436
Previous versionnone
Published2026-06-11T21:00:18.218Z
SHA-2565fffeaa93dcfd1041b738ab98490dfbd9301198d3ca585447c6dff75598c1114

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
15Score
1.0.0Version
Status history (1 event)
  1. newavailable · risk review · score 15 · 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/providers/plugins/bedrock/bedrock.setup-steps.jsmatched "aws_access_key"5
lowCredential file accesspackage/dist/providers/plugins/bedrock/bedrock.template.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/workflows/templates/github/metadata.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts25
  • bake:bmadnode scripts/bake-bmad.js
  • buildtsc && tsc-alias && npm run copy-plugin
  • check:pre-commitnpm run typecheck && npm run lint
  • cinpm run license-check && npm run lint && npm run build && npm run test:unit && npm run test:integration
  • ci:fullnpm run commitlint:last && npm run ci
  • commitlintcommitlint --edit
  • commitlint:lastcommitlint --from HEAD~1 --to HEAD --verbose
  • copy-pluginnode scripts/copy-plugins.js
  • devtsc --watch
  • formatnpm run lint:fix
  • license-checknode scripts/license-check.js
  • linteslint '{src,tests}/**/*.ts' --max-warnings=0
  • lint:fixeslint '{src,tests}/**/*.ts' --fix
  • prepacknpm run build && find dist -name '*.map' -delete
  • preparehusky
  • prepublishOnlynpm run build
  • testvitest
  • test:coveragevitest run --coverage
  • test:integrationvitest run tests/integration
  • test:runvitest run
  • test:uivitest --ui
  • test:unitvitest run src
  • test:watchvitest --watch
  • typechecktsc --noEmit
  • validate:secretsnode scripts/validate-secrets.js
Dependencies33
  • @anthropic-ai/claude-code2.1.112
  • @aws-sdk/client-bedrock^3.949.0
  • @aws-sdk/client-bedrock-runtime^3.948.0
  • @aws-sdk/credential-providers^3.948.0
  • @clack/core^0.5.0
  • @clack/prompts^0.11.0
  • @codemieai/codemie-opencode0.0.46
  • @langchain/core^1.0.4
  • @langchain/langgraph^1.0.2
  • @langchain/openai^1.1.0
  • @modelcontextprotocol/client^2.0.0-alpha.2
  • @modelcontextprotocol/server^2.0.0-alpha.2
  • bmad-method^6.3.0
  • chalk^5.3.0
  • cli-table3^0.6.5
  • codemie-sdk^0.1.330
  • commander^11.1.0
  • cors^2.8.5
  • dedent^1.7.1
  • dotenv^16.3.1
  • express^5.1.0
  • fast-glob^3.3.2
  • http-proxy-agent^7.0.2
  • https-proxy-agent^7.0.5
  • inquirer^9.2.12
  • keytar^7.9.0
  • mime-types^3.0.2
  • minimatch^10.1.1
  • open^10.2.0
  • ora^7.0.1
  • …and 3 more.