PkgRadar

Package evidence

@oblique/[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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
183
Versions published
66Mature · −50% score
First published
Feb 2024
Publisher
nina-egger

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

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":["@oblique/[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":["@oblique/[email protected]"],"fail_on":"review"}'
Publishernina-egger
Artifact bytes346,227
Previous version15.3.0
Published2026-05-28T12:15:42.104Z
SHA-25642a65b60b2ac8431193110f7eff680332cb36b47132088e65fc9fd84dc652c19

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

review
Last checked
reviewRisk
6Score
15.3.1Version
Status history (1 event)
  1. newavailable · risk review · score 6 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/service-navigation-web-component.jsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts8
  • buildng build && ts-node scripts/post-build.ts
  • formatts-node scripts/lint.ts --fix
  • lintts-node scripts/lint.ts
  • npm-publishts-node scripts/publish.ts
  • releasets-node scripts/release.ts
  • startng serve
  • testcd ../.. && ng test service-navigation-web-component
  • test-cicd ../.. && ng run service-navigation-web-component:test:ci