PkgRadar

Package evidence

@transmute/[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.

Versions published
7
First published
Oct 2018
Publisher
gjgd

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":["@transmute/[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":["@transmute/[email protected]"],"fail_on":"review"}'
Publishergjgd
Artifact bytes9,539
Previous version0.3.3
Published2018-11-26T13:41:00.955Z
SHA-256468242448deae0eee5e4c0722039b8c9b9e8dfd7c53353200fb2d443e88d6cee

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
0.4.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

Scripts11
  • coveragejest src/ --runInBand --coverage
  • generate-docsnode_modules/.bin/jsdoc -c jsdoc.json
  • lint../../node_modules/.bin/eslint .
  • lint-fix../../node_modules/.bin/eslint . --fix
  • startnpm test
  • testjest ./src --runInBand
  • test:reportcodecov && rm -rf ./coverage
  • truffle:coverage./node_modules/.bin/solidity-coverage
  • truffle:coverage:reportcat coverage/lcov.info | coveralls
  • truffle:migratetruffle migrate --network development
  • truffle:testtruffle test
Dependencies6
  • dotenv^6.0.0
  • truffle^5.0.0-beta.1
  • truffle-contract^4.0.0-beta.1
  • truffle-hdwallet-provider^1.0.0-web3one.0
  • web3^1.0.0-beta.36
  • zeppelin-solidity^1.6.0