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
- 2,813Niche · −30% score
- Versions published
- 88
- First published
- Jan 2026
- Publisher
- nrslib
Effective trust discount applied: −30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
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 ".npmrc"
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 3 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 1 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/features/interactive/assistantInitFiles.js | matched ".npmrc" | 5 |
Manifest
Package metadata
Scripts20
buildtsc && mkdir -p dist/shared/prompts/en dist/shared/prompts/ja dist/shared/i18n dist/core/runtime/presets && cp src/shared/prompts/en/*.md dist/shared/prompts/en/ && cp src/shared/prompts/ja/*.md dist/shared/prompts/ja/ && cp src/shared/i18n/labels_en.yaml src/shared/i18n/labels_ja.yaml dist/shared/i18n/ && cp src/core/runtime/presets/*.sh dist/core/runtime/presets/check:releasenpm run build && npm run lint && npm run test && npm run test:e2e:all; code=$?; if [ "$code" -eq 0 ]; then msg='check:release passed'; else msg="check:release failed (exit=$code)"; fi; if command -v osascript >/dev/null 2>&1; then osascript -e "display notification \"$msg\" with title \"takt\" subtitle \"Release Check\"" >/dev/null 2>&1 || true; fi; echo "[takt] $msg"; exit $codelinteslint src/prepublishOnlynpm run lint && npm run build && npm run testtestvitest runtest:e2etmp="$(mktemp -t takt-e2e.XXXXXX)"; npm run test:e2e:mock >"$tmp" 2>&1; code=$?; cat "$tmp"; if grep -q "error connecting to api.github.com" "$tmp"; then echo "[takt] GitHub connectivity error detected in E2E output"; code=1; fi; rm -f "$tmp"; if [ "$code" -eq 0 ]; then msg='test:e2e passed'; else msg="test:e2e failed (exit=$code)"; fi; if command -v osascript >/dev/null 2>&1; then osascript -e "display notification \"$msg\" with title \"takt\" subtitle \"E2E\"" >/dev/null 2>&1 || true; fi; echo "[takt] $msg"; exit $codetest:e2e:allnpm run test:e2e:mock && npm run test:e2e:providertest:e2e:claudenpm run test:e2e:provider:claudetest:e2e:codexnpm run test:e2e:provider:codextest:e2e:cursornpm run test:e2e:provider:cursortest:e2e:mockTAKT_E2E_PROVIDER=mock vitest run --config vitest.config.e2e.mock.ts --outputFile.json=e2e/results/mock.jsontest:e2e:opencodenpm run test:e2e:provider:opencodetest:e2e:providernpm run test:e2e:provider:claude && npm run test:e2e:provider:claude-sdk && npm run test:e2e:provider:codex && npm run test:e2e:provider:opencodetest:e2e:provider:claudeTAKT_E2E_PROVIDER=claude vitest run --config vitest.config.e2e.provider.ts --outputFile.json=e2e/results/claude.jsontest:e2e:provider:claude-sdkTAKT_E2E_PROVIDER=claude-sdk vitest run --config vitest.config.e2e.provider.ts --outputFile.json=e2e/results/claude-sdk.jsontest:e2e:provider:codexTAKT_E2E_PROVIDER=codex vitest run --config vitest.config.e2e.provider.ts --outputFile.json=e2e/results/codex.jsontest:e2e:provider:cursorTAKT_AUTO_PR=false TAKT_E2E_PROVIDER=cursor vitest run --config vitest.config.e2e.cursor.ts --outputFile.json=e2e/results/cursor.jsontest:e2e:provider:opencodeTAKT_E2E_PROVIDER=opencode TAKT_E2E_MODEL=${TAKT_E2E_MODEL:-opencode/big-pickle} vitest run --config vitest.config.e2e.provider.ts --outputFile.json=e2e/results/opencode.jsontest:watchvitestwatchtsc --watch
Dependencies14
@anthropic-ai/claude-agent-sdk^0.2.119@openai/codex-sdk^0.125.0@opencode-ai/sdk^1.14.24@opentelemetry/api^1.9.1@opentelemetry/sdk-node^0.217.0ajv^6.12.6chalk^5.3.0commander^12.1.0faceted-prompting^0.1.0traced-config^0.3.0update-notifier^7.3.1wanakana^5.3.1yaml^2.8.3zod^4.3.6