PkgRadar

Package evidence

@mico_fe/[email protected]

Remote Payload: matched "curl "

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
2
First published
Jun 2026
Publisher
mico_fronent_team

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":["@mico_fe/[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":["@mico_fe/[email protected]"],"fail_on":"review"}'
Artifact bytes621,325
Previous version0.2.0
Published2026-06-16T09:43:05.868Z
SHA-2569a50950fc5acb51e0d1ee1f3b61307a00c48dc5d235c8b4ee29395e595363c66

Why flagged

What the scanner saw

Remote Payload: matched "curl "

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

Availability ledger

available

review
Last checked
reviewRisk
24Score
0.3.0Version
Status history (1 event)
  1. newavailable · risk review · score 24 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/install.shmatched "curl "12
mediumRemote Payloadpackage/uninstall.shmatched "curl "12

Manifest

Package metadata

Scripts7
  • buildnpm run build:ui:prod && npm run build:main:prod --minify --tree-shaking=true
  • build:main:prodesbuild plugin-src/code.ts --bundle --target=ES6 --outfile=dist/code.js
  • build:ui:prodvite build --minify esbuild --emptyOutDir=false --mode production
  • build:watchconcurrently -n pluginMain,ui "npm run build:main:prod --watch" "npm run build:ui:prod --watch"
  • linteslint plugin-src ui-src
  • lint:fixeslint plugin-src ui-src --fix
  • prepublishOnlynpm run build
Dependencies13
  • @figma/plugin-typings^1.114.0
  • @mico/figma-to-code-plugin-mainworkspace:*
  • @mico/figma-to-code-plugin-uiworkspace:*
  • @mico/figma-to-code-typesworkspace:*
  • antd^6.0.0
  • clsx^2.1.1
  • copy-to-clipboard^3.3.3
  • lucide-react^0.483.0
  • motion^12.19.1
  • nanoid^5.1.5
  • react19.1.0
  • react-dom19.1.0
  • tailwind-merge^3.3.1