PkgRadar

Package evidence

@itentialopensource/[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
325
Versions published
257Mature · −50% score
First published
Apr 2019
Publisher
jared.obrien

Effective trust discount applied: 50% (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":["@itentialopensource/[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":["@itentialopensource/[email protected]"],"fail_on":"review"}'
Publisherjared.obrien
Artifact bytes143,931
Previous version6.1.20
Published2026-06-15T16:47:07.576Z
SHA-2563332c018d9b9d4101e27bd7e87d9a1b8a4658cdd7206d202b6e9e1a01690ea55

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
3Score
6.1.22Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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/lib/authenticationHandler.jsmatched "aws_access_key"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node utils/setup.js"5
lowCredential file accesspackage/schemas/propertiesSchema.jsonmatched "aws_access_key"3

Manifest

Package metadata

Scripts8
  • buildnpm run deploy
  • deploynpm publish --registry=https://registry.npmjs.org --access=public
  • linteslint . --ext .json --ext .js
  • lint:errorseslint --quiet . --ext .json --ext .js
  • postinstallnode utils/setup.js
  • testnpm run test:unit && npm run test:integration
  • test:integrationmocha test/integration/lib/requestHandlerTest.js --LOG=error && mocha test/integration/lib/restHandlerTest.js --LOG=error && mocha test/integration/lib/restHandlerMfaTest.js --LOG=error
  • test:unitmocha test/unit/lib/requestHandlerTest.js --LOG=error && mocha test/unit/lib/restHandlerTest.js --LOG=error && mocha test/unit/lib/propertyUtilTest.js --LOG=error && mocha test/unit/lib/translatorUtilTest.js --LOG=error && mocha test/unit/lib/dbUtilTest.js --LOG=error
Dependencies18
  • ajv^8.20.0
  • async-lock^1.4.0
  • aws-sdk^2.1693.0
  • aws4^1.9.1
  • cookie^0.7.1
  • crypto-js^4.2.0
  • form-data^4.0.6
  • fs-extra^11.3.5
  • https-proxy-agent^7.0.0
  • json-query^2.2.2
  • jsontoxml^1.0.1
  • jsonwebtoken^9.0.3
  • mongodb^3.7.4
  • readline-sync^1.4.10
  • socks-proxy-agent^8.0.5
  • uuid^11.1.1
  • validator^13.15.23
  • xml2js^0.6.0