Package evidence
@asyncapi/[email protected]
Install-time lifecycle script: postinstall="node ./scripts/enableAutoComplete.js"
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
- 50,202Mainstream · −50% score
- Versions published
- 442Mature · −50% score
- First published
- Jun 2021
- Publisher
- GitHub ActionsTrusted automation · −70% score
Effective trust discount applied: −70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
Recommended action
Review before promotingMixed 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":["@asyncapi/[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":["@asyncapi/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Install-time lifecycle script: postinstall="node ./scripts/enableAutoComplete.js"
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 review · score 1 · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="node ./scripts/enableAutoComplete.js" | 5 |
| low | Obfuscation Density | package/assets/create-template/templates/default/package-lock.json | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts40
action:docker:builddocker build -f github-action/Dockerfile -t asyncapi/github-action-for-cli:latest .action:testnpm run build && cd github-action && make testapi:buildrimraf lib && npm run generate:languages && tsc && tsc-alias --project tsconfig.jsonapi:build:dockerdocker build -t asyncapi/server-api -f ./src/apps/api/Dockerfile .api:devcross-env NODE_ENV=development PORT=3000 nodemonapi:dockerdocker run -it -p 80:80 asyncapi/server-apiapi:prodnpm run api:build && cross-env NODE_ENV=production PORT=80 node lib/apps/api/server.jsapi:testbuildrimraf lib && node scripts/fetch-asyncapi-example.js && npm run generate:languages && tsc && tsc-alias --project tsconfig.json && oclif manifest && echo "Build Completed"bump:github-actioncd github-action/lib/ && node bump-action-version.jsbump:versionnpx -p @changesets/[email protected] changeset version && npm run bump:github-actioncli:testcross-env NODE_ENV=development TEST=1 CUSTOM_CONTEXT_FILENAME="test.asyncapi-cli" CUSTOM_CONTEXT_FILE_LOCATION="" NODE_CONFIG_DIR="./src/apps/api/configs" c8 mocha --require ts-node/register --require tsconfig-paths/register --require test/helpers/init.js --reporter spec --timeout 100000 "test/**/*.test.ts"createhookoclif generate hook myhook --event=command_not_foundcreatehookinitoclif generate hook inithook --event=initdevtsc --watchdocker:builddocker build -t asyncapi/cli:latest .generate:assetsnpm run generate:readme:toc && npm run generate:commandsgenerate:commandsnpm run generate:readme:create && npm run generate:readme:commands && node ./scripts/updateUsageDocs.js && rimraf ./scripts/README.mdgenerate:languagesnode scripts/generateTypesForGenerateCommand.jsgenerate:readme:commandsnpm run build && cd scripts && cross-env DEBUG=* oclif readmegenerate:readme:createnode -e "const fs = require('fs'); fs.writeFileSync('scripts/README.md', '# Usage\n\n<!-- usage -->\n\n# Commands\n\n<!-- commands -->\n');"generate:readme:tocmarkdown-toc -i README.mdget-versionecho $npm_package_versionlinteslint --max-warnings 5 .lint:fixeslint --max-warnings 5 . --fixpack:linuxoclif pack deb && npm run pack:renamepack:macosoclif pack macos && npm run pack:renamepack:renamenode scripts/releasePackagesRename.jspack:tarballsoclif pack tarballs -t linux-x64 && npm run pack:renamepack:tarballs:alpineoclif pack tarballs -t linux-x64 && npm run pack:rename alpine- …and 10 more.
Dependencies43
@asyncapi/avro-schema-parser^3.0.24@asyncapi/bundler^1.0.1@asyncapi/converter^2.0.1@asyncapi/diff^0.5.0@asyncapi/generator^3.2.0@asyncapi/modelina-cli^5.10.1@asyncapi/openapi-schema-parser^3.0.24@asyncapi/optimizer^1.0.4@asyncapi/parser^3.6.0@asyncapi/problem^1.0.0@asyncapi/protobuf-schema-parser^3.6.0@asyncapi/raml-dt-schema-parser^4.0.24@asyncapi/studio^1.2.0@changesets/changelog-git^0.2.0@clack/prompts^0.11.0@oclif/core^4.8.0@oclif/plugin-autocomplete^3.2.39@smoya/asyncapi-adoption-metrics^2.4.9@stoplight/spectral-cli6.15.1archiver^7.0.1body-parser^2.2.1chalk^4.1.2chokidar^4.0.3compression^1.8.1config^4.1.1cors^2.8.5express^5.2.1fast-levenshtein^3.0.0fs-extra^11.3.2generator-v2npm:@asyncapi/[email protected]- …and 13 more.
Optional dependencies1
fsevents^2.3.3