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
- 24
- First published
- Mar 2026
- Publisher
- kevbaldwyn
Recommended action
Review before promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/cjs/Graph/Rules/Node/DeriveProjectionGraph.test.js | matched ".aws" | 5 |
| low | Credential file access | package/dist/esm/Graph/Rules/Node/DeriveProjectionGraph.test.js | matched ".aws" | 5 |
| low | Credential file access | package/dist/cjs/Graph/Renderers/DotRenderer.test.js | matched ".aws" | 5 |
| low | Credential file access | package/dist/esm/Graph/Renderers/DotRenderer.test.js | matched ".aws" | 5 |
| low | Credential file access | package/dist/cjs/Graph/Adapters/GraphologyAdapter.test.js | matched ".aws" | 5 |
| low | Credential file access | package/dist/esm/Graph/Adapters/GraphologyAdapter.test.js | matched ".aws" | 5 |
| low | Credential file access | package/dist/cjs/Graph/Rules/Node/NodeProperties.test.js | matched ".aws" | 5 |
| low | Credential file access | package/dist/esm/Graph/Rules/Node/NodeProperties.test.js | matched ".aws" | 5 |
| low | Credential file access | package/dist/cjs/Output/ArtifactTransformerFactory/OclifTransformerFlagParser.test.js | matched ".aws" | 5 |
| low | Credential file access | package/dist/esm/Output/ArtifactTransformerFactory/OclifTransformerFlagParser.test.js | matched ".aws" | 5 |
| low | Credential file access | package/dist/cjs/Graph/Rules/Node/RemoveLeafChain.test.js | matched ".aws" | 5 |
| low | Credential file access | package/dist/esm/Graph/Rules/Node/RemoveLeafChain.test.js | matched ".aws" | 5 |
| low | Credential file access | package/dist/cjs/Graph/Importers/TerraformDotImporter.test.js | matched ".aws" | 5 |
| low | Credential file access | package/dist/esm/Graph/Importers/TerraformDotImporter.test.js | matched ".aws" | 5 |
| low | Credential file access | package/dist/cjs/Graph/Decorators/TfPlanDecorator.test.js | matched ".aws" | 5 |
| low | Credential file access | package/dist/esm/Graph/Decorators/TfPlanDecorator.test.js | matched ".aws" | 5 |
| low | Credential file access | package/dist/cjs/Graph/Renderers/TgNodeLabel.test.js | matched ".aws" | 5 |
| low | Credential file access | package/dist/esm/Graph/Renderers/TgNodeLabel.test.js | matched ".aws" | 5 |
| low | Credential file access | package/dist/cjs/Runtime/RuntimeConfigValidator/ZodRuntimeConfigValidator.test.js | matched ".Aws" | 5 |
| low | Credential file access | package/dist/esm/Runtime/RuntimeConfigValidator/ZodRuntimeConfigValidator.test.js | matched ".Aws" | 5 |
Manifest
Package metadata
Scripts7
build(rm -r ./dist || true) && yarn lint && yarn build:cibuild:citsc -p tsconfig.json && tsc -p tsconfig-commonjs.json && printf '{ "type": "commonjs" }' > dist/cjs/package.jsonbuild:nolint(rm -r ./dist || true) && yarn build:cilintbiome check --writelint:cibiome checktestjest --coveragetest:watchyarn test --watchAll
Dependencies4
graphlib-dot^0.6.4graphology^0.26.0yaml^2.8.2zod^3.24.1