PkgRadar

Package evidence

@noalia/[email protected]

Credential file access: matched "GITHUB_TOKEN"

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@noalia/[email protected]"],"fail_on":"high"}'

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":["@noalia/[email protected]"],"fail_on":"high"}'
Publishernoalia.dev
Artifact bytes137,607
Previous version2.1.5
Published2026-05-25T00:57:56.846Z
SHA-25674e12c85387dc75719bf6222998cc6f1fbd60adb190eac2149857bf434880aff

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

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

Availability ledger

available

high
Last checked
highRisk
90Score
2.1.6Version
Status history (1 event)
  1. newavailable · risk high · score 90 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

noalia.dev

6 members · evidence strength 81

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/commands/fix.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/index.jsmatched "GITHUB_TOKEN"30
mediumRemote Payloadpackage/dist/lib/mvp.jsmatched "raw.githubusercontent.com"12
Show all 9 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/commands/fix.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/index.jsmatched "GITHUB_TOKEN"30
mediumRemote Payloadpackage/dist/lib/mvp.jsmatched "raw.githubusercontent.com"12
lowObfuscationpackage/dist/commands/analyze.jsmatched "\\x1B"3
lowObfuscationpackage/dist/commands/browse.jsmatched "Buffer.from(imageContent.data, \"base64"3
lowObfuscationpackage/dist/commands/explain.jsmatched "\\x1b"3
lowObfuscationpackage/dist/commands/init.jsmatched "\\x1b"3
lowObfuscationpackage/dist/commands/rules.jsmatched "eval("3
lowObfuscationpackage/dist/lib/ui.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts8
  • buildnpm run clean && node ./scripts/run-tsc.js
  • cleannode -e "require('fs').rmSync('dist', { recursive: true, force: true })"
  • devnode ./scripts/run-tsc.js --watch
  • prepacknpm run build
  • prepublishOnlynpm run build
  • testjest
  • test:coveragejest --coverage
  • test:watchjest --watch
Dependencies10
  • @noalia/codetitan-core1.1.4
  • axios^1.16.0
  • chalk^4.1.2
  • cli-progress^3.12.0
  • cli-table3^0.6.3
  • commander^12.0.0
  • conf^10.2.0
  • inquirer^8.2.6
  • ora^5.4.1
  • update-notifier5.1.0