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
- 79Mature · −50% score
- First published
- Aug 2022
- Publisher
- 0xmica
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 monitoringNo 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":["[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"}'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
Status history (1 event)
- new → available · risk low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts41
cleanhardhat cleancompilehardhat compile --config hardhat.node.config.tscompile:sizehardhat size-contractscoveragecross-env COVERAGE_REPORT=true HARDHAT_DEPLOY_FIXTURE=true hardhat coverage --network hardhat --solcoverjs ./.solcover.js --temp artifacts --testfiles './test/**/*.test.ts'deployhardhat deploydeploy:base_mainnethardhat deploy --network base_mainnetdeploy:base_sepolia_devhardhat deploy --network base_sepolia_devdeploy:base_sepolia_stable_dev_prodhardhat deploy --network base_sepolia_stable_dev_proddeploy:base_sepolia_stable_dev_staginghardhat deploy --network base_sepolia_stable_dev_stagingdeploy:base_sepolia_testhardhat deploy --network base_sepolia_testdeploy:gnosis_chiado_testhardhat deploy --network gnosis_chiado_testdeploy:gnosis_mainnethardhat deploy --network gnosis_mainnetdeploy:localhosthardhat deploy --network hardhatdeploy:neuroweb_mainnethardhat deploy --network neuroweb_mainnetdeploy:neuroweb_testnethardhat deploy --network neuroweb_testnetdevhardhat node --network hardhat --config hardhat.node.config.tsexport-abihardhat export-abiformatprettier --check --plugin=prettier-plugin-solidity '**/*.{json,js,ts,sol}'format:fixprettier --write --plugin=prettier-plugin-solidity '**/*.{json,js,ts,sol}'generate-evm-accounthardhat run scripts/generate_evm_account.ts --network localhostgenerate-neuroweb-accounthardhat run scripts/generate_neuroweb_account.ts --network localhostlintnpm run lint:sol && npm run lint:tslint:fixnpm run lint:sol:fix && npm run lint:ts:fixlint:solsolhint 'contracts/**/*.sol'lint:sol:fixsolhint 'contracts/**/*.sol' --fixlint:tseslint '**/*.{js,ts}'lint:ts:fixeslint '**/*.{js,ts}' --fixmint-test-tokenscross-env HARDHAT_DEPLOY_FIXTURE=true hardhat run scripts/mint_test_tokens.ts --network localhostprepareif [ "$NODE_ENV" == "development" ]; then husky install && hardhat typechain; fislitherslither .- …and 11 more.
Dependencies13
@openzeppelin/contracts^5.1.0@polkadot/api^15.0.2@polkadot/keyring^13.2.3@polkadot/util^13.2.3@polkadot/util-crypto^13.2.3@prb/math^4.1.0dotenv^16.4.7hardhat^2.22.17hardhat-deploy^0.12.4hardhat-deploy-ethers^0.4.2solady^0.0.285ts-node^10.9.1typescript^5.7.2