PkgRadar

Package evidence

@syntax-syllogism/[email protected]

Credential file access: matched ".azure"

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.

Versions published
7
First published
May 2026
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 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":["@syntax-syllogism/[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":["@syntax-syllogism/[email protected]"],"fail_on":"review"}'
Artifact bytes327,248
Previous version0.2.2
Published2026-05-26T03:53:04.315Z
SHA-2562dce2e07c789b899a80962e592aa69295942c0d4cb6739ae6b01aac0dd45bfd9

Why flagged

What the scanner saw

Credential file access: matched ".azure"

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

Availability ledger

available

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

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
lowCredential file accesspackage/dist/assets/index-De8YCGkd.jsmatched ".azure"5

Manifest

Package metadata

Scripts21
  • buildvite build
  • build:servernode scripts/build-server.mjs
  • build:webvite build
  • devnpm run dev:local
  • dev:localconcurrently "npm run dev:server" "npm run dev:web"
  • dev:servertsx watch src/server/index.ts
  • dev:webvite
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint .
  • lint:fixeslint . --fix
  • markdownlintmarkdownlint-cli2 "**/*.md" "#node_modules"
  • prepublishOnlynpm run build && npm run build:server
  • screenshots:capturenode scripts/capture-screenshots.mjs
  • serve:localtsx src/server/index.ts --serve-static
  • smokenode scripts/smoke-crawl.mjs
  • startnpm run build && npm run serve:local
  • testvitest run
  • typechecktsc --noEmit
  • verify:no-inline-scriptsnode scripts/verify-no-inline-scripts.mjs
  • verify:no-unapproved-httpsnode scripts/verify-no-unapproved-https.mjs
Dependencies12
  • @codemirror/lang-css6.3.1
  • @codemirror/lang-html6.4.11
  • @codemirror/lang-javascript6.2.5
  • @codemirror/lang-sql6.10.0
  • @codemirror/lang-xml6.1.0
  • @codemirror/theme-one-dark6.1.3
  • @fastify/static9.1.3
  • @lucide/svelte1.16.0
  • @salesforce/core8.30.4
  • codemirror6.0.2
  • fastify5.8.5
  • jszip3.10.1