PkgRadar

Package evidence

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

Weekly downloads
25
Versions published
12Established · −30% score
First published
Oct 2018
Publisher
mprinc

Effective trust discount applied: 30% (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":["@colabo-knalledge/[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":["@colabo-knalledge/[email protected]"],"fail_on":"review"}'
Publishermprinc
Artifact bytes176,549
Previous version1.4.1
Published2025-02-27T16:12:03.959Z
SHA-2569e8baf027bde0c2a070f4524a3d8537fbefae63d2dd3971281d6a323306e7a2a

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
1.4.2Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts21
  • _buildyarn clean && yarn build:esbuild
  • buildyarn clean && yarn build:esbuild
  • build:esbuildnode esbuild.mjs
  • build:rolluprollup -c
  • cleanrm -rf dist
  • deployyarn install
  • echo_nameecho 'Paths: '; echo "LERNA_ROOT_PATH: $LERNA_ROOT_PATH"; echo "LERNA_EXEC_PATH: $LERNA_EXEC_PATH"; echo "LERNA_PACKAGE_NAME: $LERNA_PACKAGE_NAME"
  • install_depsyarn install
  • package_buildyarn clean && rm -rf dist && yarn build:esbuild
  • package_checktsx $COLABO_FOLDER/scripts/check-package.ts --configPath="$COLABO_FOLDER/scripts/config"
  • package_installyarn install
  • package_post_publishtsx $COLABO_FOLDER/scripts/post-publish/single.ts
  • package_pre_publishtsx $COLABO_FOLDER/scripts/pre-publish/single.ts
  • package_publishecho "${npm_package_name}:package_publish ----- Publishing the package ----"
  • package_rm_install_lockrm -f yarn.lock
  • package_semantic_releasenpx --no-install semantic-release --no-ci --debug -e semantic-release-monorepo
  • package_update_dependencies_versionstsx $COLABO_FOLDER/scripts/update-dependencies-versions/single.ts
  • testmocha --watch --watch-extensions ts --reporter mocha-clearscreen-reporter -r ts-node/register -r tsconfig-paths/register tests/*.test.ts
  • test_singlemocha --watch --watch-extensions ts --reporter mocha-clearscreen-reporter -r ts-node/register -r tsconfig-paths/register
  • test_single_no_clearmocha --watch --watch-extensions ts -r ts-node/register -r tsconfig-paths/register
  • update_ver_depstsx scripts/update-dependencies-versions.ts --package $LERNA_PACKAGE_NAME
Dependencies9
  • @colabo-knalledge/b-storage-mongo1.4.3
  • @colabo-knalledge/i-core1.3.1
  • @colabo-knalledge/i-schema1.4.2
  • @colabo-utils/i-config1.4.1
  • @colabo-utils/i-notifications1.3.1
  • @colabo-utils/i-register1.4.2
  • @colabo-utils/i-verify1.3.1
  • deep-assign^3.0.0
  • json5^2.2.0