PkgRadar

Package evidence

@3akram2/[email protected]

Install-time lifecycle script: postinstall="yarn build || npm run build || echo 'Please build manually'"

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
21
Versions published
11Established · −30% score
First published
Jul 2025
Publisher
3akram2

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 promoting

Mixed 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":["@3akram2/[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":["@3akram2/[email protected]"],"fail_on":"review"}'
Publisher3akram2
Artifact bytes4,670,402
Previous version3.0.20
Published2025-09-22T18:36:43.666Z
SHA-256251c0b3d51923aaf6e31992a3f5fd63d80426681e79c204bdfbf7449715fcb14

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="yarn build || npm run build || echo 'Please build manually'"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
3Score
3.0.21Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="yarn build || npm run build || echo 'Please build manually'"5

Manifest

Package metadata

Scripts16
  • buildyarn clean && strapi-plugin build --minify
  • build:admin:watchtsc -p ./admin/tsconfig.json --watch
  • build:server:watchtsc -p ./server/tsconfig.json --watch
  • cleanrm -rf build
  • formatprettier --write .
  • lintprettier --check .
  • postinstallyarn build || npm run build || echo 'Please build manually'
  • preparehusky install
  • publish:betanpm publish --tag beta
  • publish:latestnpm publish --tag latest
  • test:unitjest --verbose --coverage
  • test:unit:ciCI=true jest --ci --runInBand --verbose --coverage
  • test:unit:watchjest --verbose --watch
  • verifystrapi-plugin verify
  • watchstrapi-plugin watch
  • watch:linkstrapi-plugin watch:link
Dependencies12
  • @tanstack/react-query^5.40.0
  • @types/sanitize-html^2.13.0
  • codemirror5npm:codemirror@^5.65.11
  • match-sorter^6.3.4
  • no-profanity^1.5.1
  • react^18.3.1
  • react-dom^18.3.1
  • react-router-dom^6.22.3
  • sanitize-html^2.13.1
  • styled-components6.1.8
  • zod^3.23.8
  • zustand^5.0.0-rc.2