PkgRadar

Package evidence

@web-marketing-hr/[email protected]

Install-time lifecycle script: preinstall="npm config set registry https://registry.npmjs.org/"

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
249
Versions published
37
First published
Dec 2025
Publisher
mlukanic03

Recommended action

Review before promoting

Mixed 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":["@web-marketing-hr/[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":["@web-marketing-hr/[email protected]"],"fail_on":"review"}'
Publishermlukanic03
Artifact bytes97,468
Previous version2.3.45
Published2026-05-13T14:39:11.312Z
SHA-2569123e42720a5d931768eea5f8667f34bb879c2e338fae2f5622893c960546e6a

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="npm config set registry https://registry.npmjs.org/"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
2.3.46Version
Status history (5 events)
  1. availableavailable · risk review · score 5 · status available -> available, risk high -> review, score 55 -> 5
  2. availableavailable · risk high · score 55 · status available -> available, risk high -> high, score 70 -> 55
  3. availableavailable · risk high · score 70 · status available -> available, risk high -> high, score 95 -> 70
  4. availableavailable · risk high · score 95 · status available -> available, risk high -> high, score 274 -> 95
  5. newavailable · risk high · score 274 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Install-time lifecycle script — preinstall="npm config set registry https://registry.npmjs.org/"

4 members · evidence strength 90
Publisher / release actor burststale

mlukanic03

2 members · evidence strength 64

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
lowInstall-time lifecycle scriptpackage.jsonpreinstall="npm config set registry https://registry.npmjs.org/"5

Manifest

Package metadata

Scripts14
  • buildtsc && shx chmod +x dist/*.js
  • cleanshx rm -rf dist
  • eslinteslint
  • eslint-fixeslint --fix
  • formatprettier --write .
  • format-checkprettier --check .
  • inspectALLOWED_ORIGINS=http://127.0.0.1:6274 npx @modelcontextprotocol/inspector node dist/index.js
  • prebuildnode -p "'export const packageVersion = ' + JSON.stringify(require('./package.json').version) + ';\n'" > src/version.ts && prettier --write src/version.ts
  • preinstallnpm config set registry https://registry.npmjs.org/
  • preparenpm run build && husky
  • startnode -r tsconfig-paths/register dist/index.js
  • testjest
  • validate-toolstsc --noEmit && node scripts/build-validate-tools.js
  • watchtsc --watch
Dependencies12
  • @azure/identity^4.10.0
  • @azure/msal-node^3.6.0
  • @modelcontextprotocol/sdk^1.25.1
  • azure-devops-extension-api^4.252.0
  • azure-devops-extension-sdk^4.0.2
  • azure-devops-node-api^15.1.0
  • httpntlm^1.8.13
  • keytar^7.9.0
  • winston^3.18.3
  • yargs^18.0.0
  • zod^3.25.63
  • zod-to-json-schema^3.24.5