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
- 547
- Versions published
- 37
- First published
- May 2026
- Publisher
- norvikops
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":["[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"}'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 57 · status changed
Evidence
Static findings
4 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/index.js | matched ".AWS" | 30 |
| medium | Obfuscation Density | package/dist/index.js | high encoded/escaped-token density | 12 |
| medium | Remote Payload | package/forgehive/agents/dot.yaml | matched "curl " | 12 |
Show all 4 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/index.js | matched ".AWS" | 30 |
| medium | Obfuscation Density | package/dist/index.js | high encoded/escaped-token density | 12 |
| medium | Remote Payload | package/forgehive/agents/dot.yaml | matched "curl " | 12 |
| low | Credential file access | package/forgehive/agents/dot.yaml | matched "GITHUB_TOKEN" | 3 |
Manifest
Package metadata
Scripts6
buildnpm run build:sdk && esbuild src/cli.ts --bundle --platform=node --format=esm --outfile=dist/cli.js --loader:.tsx=tsx --jsx=automatic --external:ink --external:react --external:react-devtools-core --external:better-sqlite3 --external:sqlite-vec --external:keytar && chmod +x dist/cli.js && esbuild src/index.ts --bundle --platform=node --format=esm --outfile=dist/index.js --loader:.tsx=tsx --jsx=automatic --external:ink --external:react --external:react-devtools-core --external:better-sqlite3 --external:sqlite-vec --external:keytar && tsc -p tsconfig.dts.jsonbuild:sdknpm run build --workspace=packages/memory-layerprepublishOnlynpm run buildtestnode --import tsx/esm --test test/*.test.ts test/*.test.tsxtest:watchnode --import tsx/esm --test --watch test/*.test.ts test/*.test.tsxtypechecktsc
Dependencies9
@anthropic-ai/sdk^0.95.1better-sqlite3^11.10.0ink^6.8.0js-yaml^4.1.0keytar^7.9.0react^19.2.6sqlite-vec^0.1.9zod^4.4.3zod-to-json-schema^3.25.2