PkgRadar

Package evidence

[email protected]

no findings

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
481
Versions published
227Established · −30% score
First published
Jul 2025
Publisher
farajabien

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

Looks clean — keep monitoring

No 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"}'
Publisherfarajabien
Artifact bytes1,808,094
Previous version4.4.1
Published2026-06-07T13:41:49.526Z
SHA-256b4feeb33657b0149174a52ea04c0945fcbaf7217b3a9e0bd8c49f97677b78819

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

low
Last checked
lowRisk
0Score
4.5.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts16
  • buildnpm run build:clean && npm run build:compile && npm run build:alias && npm run build:copy
  • build:alias([ "$npm_config_loglevel" = "silent" ] || echo '🔗 Resolving path aliases...') && tsc-alias
  • build:cleanrm -rf dist && ([ "$npm_config_loglevel" = "silent" ] || echo '🧹 Cleaned build directory')
  • build:compile([ "$npm_config_loglevel" = "silent" ] || echo '🔨 Compiling TypeScript...') && tsc --noEmitOnError false
  • build:copy([ "$npm_config_loglevel" = "silent" ] || echo '📋 Copying config files...') && cp -r src/config dist/ && cp -r src/templates dist/ && cp package.json dist/apps/cli/ && chmod +x dist/apps/cli/src/cli.js && ([ "$npm_config_loglevel" = "silent" ] || echo '✅ Build complete')
  • devts-node src/cli.ts
  • linteslint "src/**/*.ts" --quiet
  • lint:fixeslint "src/**/*.ts" --fix --quiet
  • prepublishOnlyecho 'Skipping tests and lint for now' && npm run build
  • startnode dist/cli.js
  • testjest --passWithNoTests
  • test:coveragejest --coverage --passWithNoTests
  • test:integrationjest --testPathPattern=integration --passWithNoTests
  • test:unitjest --testPathPattern='unit|core/' --passWithNoTests
  • test:watchjest --watch --passWithNoTests
  • watchtsc --watch --pretty
Dependencies37
  • @anthropic-ai/claude-agent-sdk^0.1.1
  • @anthropic-ai/sdk^0.102.0
  • @google-cloud/vertexai^1.10.0
  • @google/generative-ai^0.24.1
  • @huggingface/inference^4.11.1
  • @modelcontextprotocol/sdk^1.26.0
  • @mycontext/tui-chatworkspace:*
  • @myycontext/coreworkspace:*
  • @playwright/test^1.58.2
  • @types/figlet^1.7.0
  • @types/handlebars^4.1.0
  • axios^1.6.0
  • chalk^5.6.2
  • clipboardy^5.3.1
  • commander^11.1.0
  • diff^8.0.2
  • dotenv^17.2.3
  • dotenv-expand^12.0.3
  • figlet^1.9.3
  • fs-extra^11.3.2
  • fuse.js^7.1.0
  • glob^10.3.10
  • gradient-string^3.0.0
  • handlebars^4.7.8
  • inquirer^9.2.12
  • js-yaml^4.1.1
  • mdast-util-to-markdown^2.1.2
  • node-fetch^2.7.0
  • openai^6.2.0
  • ora^7.0.1
  • …and 7 more.