PkgRadar

Package evidence

@iotize/[email protected]

Obfuscation Density: high encoded/escaped-token density

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
21Mature · −50% score
First published
Jun 2018
Publisher
stephane.leonard

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@iotize/[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":["@iotize/[email protected]"],"fail_on":"review"}'
Artifact bytes58,921
Previous version0.0.1-alpha.18
Published2020-02-20T10:30:06.679Z
SHA-256bfb3c786c25c241b2d81383ba2641345983f81eae22b601a77bf0eccc4bd12d8

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

low
Last checked
lowRisk
0Score
1.0.0-alpha.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · 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
lowObfuscation Densitypackage/lib/antlr4/IoTizeTestParser.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts23
  • buildnpm run build:antlr4 && npm run build:ts && npm run build:webpack
  • build:antlr4gradle downloadGrammarDefinition && antlr4ts -visitor ./tmp/grammar/test/IoTizeTest.g4 -o src/lib/antlr4
  • build:prereleasestandard-version --prerelease -r patch
  • build:releasestandard-version
  • build:tsrm -rf ./dist && tsc -p ./tsconfig.lib.json
  • build:watchrm -rf ./dist && tsc -w -p ./tsconfig.lib.json
  • build:webpackwebpack --config webpack.config.js
  • build:wstsc -p ./tsconfig.libws.json
  • buildwsnpm run build:antlr4 && npm run build:ws
  • clean./node_modules/.bin/rimraf ./dist ./output ./build
  • covernyc npm test
  • deploy:prereleasenpm run build && npm run test:unit && npm run build:prerelease && iotize-publish-public-package
  • deploy:releasenpm run build && npm run test:unit && npm run build:release && iotize-publish-public-package
  • linttslint "src/**/*.ts"
  • postversiongit push --follow-tags
  • preparenpm run build
  • preversionnpm run build && npm run test
  • testnpm run test:unit
  • test:bitbucketmocha --recursive --reporter mocha-junit-reporter --reporter-options mochaFile=./test-reports/junit.xml ./src/**/*.spec.ts
  • test:circulardepmadge --circular --extensions ts ./src ./test
  • test:integrationmocha --recursive test/testcase/**/*.ts
  • test:unitmocha --recursive src/**/*.spec.ts
  • watchrm -rf ./dist && tsc -w -p ./tsconfig.lib.json