PkgRadar

Package evidence

@fred-shark/[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
2
First published
Apr 2026
Publisher
fred-shark

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":["@fred-shark/[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":["@fred-shark/[email protected]"],"fail_on":"review"}'
Publisherfred-shark
Artifact bytes308,766
Previous versionnone
Published2026-04-28T06:59:44.071Z
SHA-256125d56e3199f918dba9d71f2fd13184a27d37714de204d275e1591cf26540e29

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
50Score
0.1.46Version
Status history (1 event)
  1. newavailable · risk review · score 50 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 28 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/shared/azure-devops-url.jsmatched ".azure"5
lowCredential file accesspackage/dist/shared/azure-devops-url.spec.unit.jsmatched ".azure"5
lowCredential file accesspackage/dist/clients/azure-devops.jsmatched ".azure"5
lowCredential file accesspackage/dist/utils/environment.jsmatched ".azure"5
lowCredential file accesspackage/dist/utils/environment.spec.unit.jsmatched ".azure"5
lowCredential file accesspackage/dist/features/users/get-me/feature.jsmatched ".azure"5
lowCredential file accesspackage/dist/features/organizations/list-organizations/feature.spec.unit.jsmatched ".azure"5
lowCredential file accesspackage/dist/features/pipelines/get-pipeline-log/feature.spec.unit.jsmatched ".azure"5
lowCredential file accesspackage/dist/features/pipelines/get-pipeline-run/feature.spec.unit.jsmatched ".azure"5
lowCredential file accesspackage/dist/features/pipelines/get-pipeline/feature.spec.unit.jsmatched ".azure"5
lowCredential file accesspackage/dist/features/pipelines/list-pipeline-runs/feature.spec.unit.jsmatched ".azure"5
lowCredential file accesspackage/dist/features/pipelines/list-pipelines/feature.spec.unit.jsmatched ".azure"5
lowCredential file accesspackage/dist/features/pipelines/pipeline-timeline/feature.spec.unit.jsmatched ".azure"5
lowCredential file accesspackage/dist/features/pipelines/trigger-pipeline/feature.spec.unit.jsmatched ".azure"5
lowCredential file accesspackage/dist/features/projects/get-project-details/feature.spec.unit.jsmatched ".azure"5
lowCredential file accesspackage/dist/features/pull-requests/get-pull-request-checks/feature.spec.unit.jsmatched ".azure"5
lowCredential file accesspackage/dist/features/repositories/get-file-content/feature.spec.unit.jsmatched ".azure"5
lowCredential file accesspackage/dist/features/repositories/get-repository-details/feature.spec.unit.jsmatched ".azure"5
lowCredential file accesspackage/dist/features/search/search-code/feature.spec.unit.jsmatched ".azure"5
lowCredential file accesspackage/dist/features/search/search-wiki/feature.spec.unit.jsmatched ".azure"5
lowCredential file accesspackage/dist/features/search/search-work-items/feature.spec.unit.jsmatched ".azure"5
lowCredential file accesspackage/dist/features/users/get-me/feature.spec.unit.jsmatched ".azure"5
lowCredential file accesspackage/dist/features/wikis/create-wiki/feature.spec.unit.jsmatched ".azure"5
lowCredential file accesspackage/dist/features/wikis/get-wikis/feature.spec.unit.jsmatched ".azure"5
lowCredential file accesspackage/dist/features/wikis/list-wiki-pages/feature.spec.unit.jsmatched ".azure"5
lowCredential file accesspackage/dist/features/work-items/manage-work-item-link/feature.spec.unit.jsmatched ".azure"5
lowCredential file accesspackage/dist/features/organizations/index.spec.unit.jsmatched ".azure"5
lowCredential file accesspackage/dist/setup-env.spec.unit.jsmatched ".azure"5

Manifest

Package metadata

Scripts16
  • buildrm -rf dist && tsc
  • clinode dist/src/cli/index.js
  • commitcz
  • devts-node-dev --respawn --transpile-only src/index.ts
  • formatprettier --write "src/**/*.ts" "tests/**/*.ts"
  • inspectornpm run build && npx @modelcontextprotocol/[email protected] node dist/index.js
  • linteslint . --ext .ts
  • lint:fixeslint . --ext .ts --fix
  • prepacknpm run build && chmod +x dist/index.js && chmod +x dist/cli/index.js
  • preparehusky install
  • startnode dist/index.js
  • testnpm run test:unit && npm run test:int && npm run test:e2e
  • test:e2ejest --config jest.e2e.config.js
  • test:intjest --config jest.int.config.js
  • test:unitjest --config jest.unit.config.js
  • test:watchjest --watch
Dependencies11
  • @azure/identity^4.8.0
  • @modelcontextprotocol/sdk^1.6.0
  • axios^1.8.3
  • azure-devops-node-api^13.0.0
  • commander^12.1.0
  • diff^8.0.2
  • dotenv^16.3.1
  • jszip^3.10.1
  • minimatch^10.0.1
  • zod^3.24.2
  • zod-to-json-schema^3.24.5