PkgRadar

Package evidence

@terra-graph/[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
255
Versions published
24
First published
Mar 2026
Publisher
kevbaldwyn

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":["@terra-graph/[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":["@terra-graph/[email protected]"],"fail_on":"review"}'
Publisherkevbaldwyn
Artifact bytes210,207
Previous version1.0.0-rc.25
Published2026-05-22T14:49:41.687Z
SHA-256607fb2b0e6193fa84fd807492339c6b978d6baed9dd462ebf94e0636e48cc6c3

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 20 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cjs/Graph/Rules/Node/DeriveProjectionGraph.test.jsmatched ".aws"5
lowCredential file accesspackage/dist/esm/Graph/Rules/Node/DeriveProjectionGraph.test.jsmatched ".aws"5
lowCredential file accesspackage/dist/cjs/Graph/Renderers/DotRenderer.test.jsmatched ".aws"5
lowCredential file accesspackage/dist/esm/Graph/Renderers/DotRenderer.test.jsmatched ".aws"5
lowCredential file accesspackage/dist/cjs/Graph/Adapters/GraphologyAdapter.test.jsmatched ".aws"5
lowCredential file accesspackage/dist/esm/Graph/Adapters/GraphologyAdapter.test.jsmatched ".aws"5
lowCredential file accesspackage/dist/cjs/Graph/Rules/Node/NodeProperties.test.jsmatched ".aws"5
lowCredential file accesspackage/dist/esm/Graph/Rules/Node/NodeProperties.test.jsmatched ".aws"5
lowCredential file accesspackage/dist/cjs/Output/ArtifactTransformerFactory/OclifTransformerFlagParser.test.jsmatched ".aws"5
lowCredential file accesspackage/dist/esm/Output/ArtifactTransformerFactory/OclifTransformerFlagParser.test.jsmatched ".aws"5
lowCredential file accesspackage/dist/cjs/Graph/Rules/Node/RemoveLeafChain.test.jsmatched ".aws"5
lowCredential file accesspackage/dist/esm/Graph/Rules/Node/RemoveLeafChain.test.jsmatched ".aws"5
lowCredential file accesspackage/dist/cjs/Graph/Importers/TerraformDotImporter.test.jsmatched ".aws"5
lowCredential file accesspackage/dist/esm/Graph/Importers/TerraformDotImporter.test.jsmatched ".aws"5
lowCredential file accesspackage/dist/cjs/Graph/Decorators/TfPlanDecorator.test.jsmatched ".aws"5
lowCredential file accesspackage/dist/esm/Graph/Decorators/TfPlanDecorator.test.jsmatched ".aws"5
lowCredential file accesspackage/dist/cjs/Graph/Renderers/TgNodeLabel.test.jsmatched ".aws"5
lowCredential file accesspackage/dist/esm/Graph/Renderers/TgNodeLabel.test.jsmatched ".aws"5
lowCredential file accesspackage/dist/cjs/Runtime/RuntimeConfigValidator/ZodRuntimeConfigValidator.test.jsmatched ".Aws"5
lowCredential file accesspackage/dist/esm/Runtime/RuntimeConfigValidator/ZodRuntimeConfigValidator.test.jsmatched ".Aws"5

Manifest

Package metadata

Scripts7
  • build(rm -r ./dist || true) && yarn lint && yarn build:ci
  • build:citsc -p tsconfig.json && tsc -p tsconfig-commonjs.json && printf '{ "type": "commonjs" }' > dist/cjs/package.json
  • build:nolint(rm -r ./dist || true) && yarn build:ci
  • lintbiome check --write
  • lint:cibiome check
  • testjest --coverage
  • test:watchyarn test --watchAll
Dependencies4
  • graphlib-dot^0.6.4
  • graphology^0.26.0
  • yaml^2.8.2
  • zod^3.24.1