PkgRadar

Package evidence

[email protected]

Remote Dependency Spec: devDependencies.@types/mysql2="github:types/mysql2"

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
96Established · −30% score
First published
Sep 2025
Publisher
frasan00

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":["[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"}'
Publisherfrasan00
Artifact bytes1,540,010
Previous version11.0.5
Published2026-06-02T15:48:43.802Z
SHA-256337d4146ab0c548a29f589202c53955005b606fe9dd97d03141ad81bcd2bc034

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.@types/mysql2="github:types/mysql2"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.@types/mysql2="github:types/mysql2"8

Manifest

Package metadata

Scripts20
  • benchmarktsx benchmark/run.ts
  • benchmark:mysqltsx benchmark/run.ts --dialect mysql
  • benchmark:pgtsx benchmark/run.ts --dialect pg
  • benchmark:setupyarn benchmark:setup:pg && yarn benchmark:setup:mysql
  • benchmark:setup:mysqlprisma generate --schema benchmark/prisma/mysql.prisma
  • benchmark:setup:pgprisma generate --schema benchmark/prisma/pg.prisma
  • buildyarn build:prod
  • build:devtsup
  • build:prodyarn generate:interpreter:map && tsup --minify
  • formatprettier --write "**/*.ts"
  • generate:interpreter:mapnode generate_interpreter_map.js
  • generate:migrationsyarn build && node lib/cli.js generate:migrations -d database/index.ts
  • migratenode ./test/migration_runner.js
  • preparehusky install
  • refresh:migrationsyarn build && node lib/cli.js refresh -d database/index.ts
  • run:migrationsyarn build && node lib/cli.js migrate -d database/index.ts
  • startyarn format && yarn build:dev && node lib/index.js
  • testreset && node ./test/test_runner.js
  • test:freshnode lib/cli.js refresh
  • test:with:migrationsrm -rf sqlite.db && touch sqlite.db && yarn format && yarn build:prod && yarn migrate && node ./test/test_runner.js
Dependencies3
  • commander^14.0.3
  • sql-formatter^15.7.3
  • sql-highlight^6.1.0