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
- 5
- First published
- Jun 2026
- Publisher
- jetienne
Recommended action
Looks clean — keep monitoringNo high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.
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
No high-signal static finding in the saved report.
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 low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts38
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.skillet.yamldev:chat:business_analysttsx ./src/cli.ts chat -c ./data/skillets/business_analyst.skillet.yamldev:chat:multi_bluesky_agenttsx ./src/cli.ts chat -c ./data/skillets/multi_bluesky_agent/multi_bluesky_agent.skillet.yamldev:chat:todo_listtsx ./src/cli.ts chat -c ./data/skillets/todo_list.skillet.yamldev:chat:web_browsertsx ./src/cli.ts chat -c ./data/skillets/web_browser.skillet.yamldev:cost:clearrm -f ./outputs/.openai_cost_tracker.sqlitedev:cost:listnpx --package=openai-cost openai_cost_pp -p '{namespace}/{userId}/{skilletId}/{sessionId}' -k userId,skilletId -i ./outputs/.openai_cost_tracker.sqlitedev:cost:list:watchnpx --package=openai-cost openai_cost_pp -p '{namespace}/{userId}/{skilletId}/{sessionId}' -k userId,skilletId -i ./outputs/.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.skillet.yaml -f ./data/skillets/evals/bluesky_evalsdev:jobs:cleartsx ./src/cli.ts jobs clear --yesdev:jobs:costnpx tsx ./src/cli.ts jobs costdev:jobs:cost:by-jobnpx tsx ./src/cli.ts jobs cost --by jobdev:jobs:cost:watchwatch -c -n 1 'FORCE_COLOR=1 npx tsx ./src/cli.ts jobs cost'dev:jobs:create:news_brieftsx ./src/cli.ts jobs create -t ./data/crew_news_brief/crew_news_brief.job_template.yaml --input '{"topic":"rust web frameworks"}'dev:jobs:create:social_sharetsx ./src/cli.ts jobs create -t ./data/crew_social_share/crew_social_share.job_template.yaml --input '{"topic":"local-first sync engines","highlights":"launched today, syncs offline edits, free tier included","link":"https://example.com/post"}'dev:jobs:dispatchertsx watch --include "src/**/*.ts" ./src/cli.ts jobs dispatcher --tick-interval-ms 1000dev:jobs:listnpx tsx ./src/cli.ts jobs listdev:jobs:list:watchwatch -c -n 1 'FORCE_COLOR=1 npx tsx ./src/cli.ts jobs list'dev:jobs:schedules:create:news_brieftsx ./src/cli.ts jobs schedules create -n 'Daily news brief' -t crew_news_brief/crew_news_brief.job_template.yaml --input '{"topic":"rust web frameworks"}' --cadence daily --at 09:00dev:jobs:schedules:create:social_sharetsx ./src/cli.ts jobs schedules create -n 'Weekly social share' -t crew_social_share/crew_social_share.job_template.yaml --input '{"topic":"local-first sync engines","highlights":"launched today, syncs offline edits, free tier included","link":"https://example.com/post"}' --cadence weekly --days mon,wed,fri --at 08:30dev:jobs:schedules:listtsx ./src/cli.ts jobs schedules listdev:log:streamtsx ./src/cli.ts log streamdev:run:todo_listtsx ./src/cli.ts run -c ./data/skillets/todo_list.skillet.yaml 'what are my tasks?'openai_cache:cleanrm -f ./outputs/.openai_cache.sqlitepostbuildchmod +x ./dist/cli.jsprepublishOnlynpm run test && npm run build- …and 8 more.
Dependencies18
@keyv/sqlite^4.0.8@openai/agents^0.8.2@openai/agents-core^0.8.3@playwright/cli^0.1.1@types/mdast^4.0.4better-sqlite3^12.8.0cacheable^2.3.3chalk^5.6.2commander^14.0.3dotenv^17.3.1gray-matter^4.0.3md-to-pdf^5.2.5openai-cache^1.0.37openai-cost^1.0.32proper-lockfile^4.1.2remark^15.0.1yaml^2.8.3zod^4.0.0