PkgRadar

Package evidence

@tracelabs/[email protected]

Install-time lifecycle script: preinstall="touch ./database/system.db"

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
9
Versions published
9
First published
Aug 2020
Publisher
kotlarmilos

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":["@tracelabs/[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":["@tracelabs/[email protected]"],"fail_on":"review"}'
Publisherkotlarmilos
Artifact bytes12,652
Previous version1.0.6
Published2021-07-19T08:04:05.328Z
SHA-2563490ab9377b8fb75f430a835c42f22c8a2cbb5fb257990f6ecd304d6f7129c3a

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="touch ./database/system.db"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpreinstall="touch ./database/system.db"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="npx sequelize-cli db:migrate"5

Manifest

Package metadata

Scripts4
  • lint./node_modules/.bin/eslint --quiet database/migrations/ models/ modules/ .eslintrc.js
  • postinstallnpx sequelize-cli db:migrate
  • preinstalltouch ./database/system.db
  • testecho "Error: no test specified" && exit 1
Dependencies21
  • async^3.2.0
  • awilix^3.0.9
  • babel-eslint^8.2.6
  • colors^1.4.0
  • dotenv^8.2.0
  • eslint^4.19.1
  • eslint-config-airbnb^16.1.0
  • eslint-plugin-import^2.11.0
  • eslint-plugin-jsx-a11y^6.1.1
  • eslint-plugin-react^7.9.1
  • eslint-scope^5.1.0
  • merge^1.2.1
  • p-iteration^1.1.8
  • sequelize^4.44.4
  • sequelize-cli^5.5.1
  • sleep-async^1.0.5
  • sqldown^2.1.0
  • sqlite3^5.0.0
  • uuid^8.3.0
  • winston^2.4.3
  • winston-daily-rotate-file^3.4.1