Package evidence
[email protected]
New Account With Lifecycle Hook: package first published 4 day(s) ago, 7 total version(s), has lifecycle hook
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
- 7
- First published
- Jun 2026
- Publisher
- jetienne
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
New Account With Lifecycle Hook: package first published 4 day(s) ago, 7 total version(s), has lifecycle hook
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 5 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | New Account With Lifecycle Hook | package.json | package first published 4 day(s) ago, 7 total version(s), has lifecycle hook | 10 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | New Account With Lifecycle Hook | package.json | package first published 4 day(s) ago, 7 total version(s), has lifecycle hook | 10 |
| low | Install-time lifecycle script | package.json | postinstall="sh ./scripts/install_data_subprojects.sh && sh ./scripts/seed_default_user.sh" | 5 |
| low | Obfuscation Density | package/data/dotclaude_business_analyst/package-lock.json | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts28
buildtsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json --resolve-full-pathscleanrm -rf distclean:allnpm run dev:cost:clear && npm run openai_cache:cleandev:chat:bluesky_social_managertsx ./src/cli.ts chat -c ./data/skillets/bluesky_social_manager.skilled_crew.yamldev:chat:business_analysttsx ./src/cli.ts chat -c ./data/skillets/business_analyst.skilled_crew.yamldev:chat:multi_bluesky_agenttsx ./src/cli.ts chat -c ./data/skillets/multi_bluesky_agent/multi_bluesky_agent.skilled_crew.yamldev:chat:todo_listtsx ./src/cli.ts chat -c ./data/skillets/todo_list.skilled_crew.yamldev:chat:web_browsertsx ./src/cli.ts chat -c ./data/skillets/web_browser.skilled_crew.yamldev:cost:clearrm -f ../../.skilled-agent/state/.openai_cost_tracker.sqlitedev:cost:listnpx --package=openai-cost openai_cost_pp -p '{namespace}/{userId}/{skilletId}/{sessionId}' -k userId,skilletId -i ../../.skilled-agent/state/.openai_cost_tracker.sqlitedev:cost:list:watchnpx --package=openai-cost openai_cost_pp -p '{namespace}/{userId}/{skilletId}/{sessionId}' -k userId,skilletId -i ../../.skilled-agent/state/.openai_cost_tracker.sqlite -wdev:eval:grade:blueskytsx ./src/cli.ts eval_grade -f ./data/skillets/evals/bluesky_evalsdev:eval:run:blueskytsx ./src/cli.ts eval_run -c ./data/skillets/bluesky_social_manager.skilled_crew.yaml -f ./data/skillets/evals/bluesky_evalsdev:log:streamtsx ./src/cli.ts log streamdev:run:todo_listtsx ./src/cli.ts run -c ./data/skillets/todo_list.skilled_crew.yaml 'what are my tasks?'openai_cache:cleanrm -f ../../.skilled-agent/cache/.openai_cache.sqlitepostbuildchmod +x ./dist/cli.jspostinstallsh ./scripts/install_data_subprojects.sh && sh ./scripts/seed_default_user.shprepublishOnlynpm run test && npm run clean && npm run buildpublish:allnpm run build && npm version patch && npm publish --access publicschema:checktsx ./src/cli.ts schema_checkschema:generatetsx ./src/cli.ts schema_generatetesttsx --test 'tests/**/*.test.ts'test:allnpm run typecheck && npm testtest:coveragetsx --test --experimental-test-coverage 'tests/**/*.test.ts'test:fallownpx --yes fallow audittest:watchtsx --test --watch 'tests/**/*.test.ts'typechecktsc --noEmit
Dependencies17
@keyv/sqlite^4.0.8@openai/agents^0.8.2@openai/agents-core^0.8.3bcrypt^6.0.0better-sqlite3^12.8.0cacheable^2.3.3chalk^5.6.2commander^14.0.3dotenv^17.3.1gray-matter^4.0.3openai^6.33.0openai-cache^1.0.37openai-cost^1.0.32remark^15.0.1uuid^11.0.0yaml^2.8.3zod^4.0.0