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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/shared/azure-devops-url.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/shared/azure-devops-url.spec.unit.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/clients/azure-devops.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/utils/environment.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/utils/environment.spec.unit.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/features/users/get-me/feature.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/features/organizations/list-organizations/feature.spec.unit.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/features/pipelines/get-pipeline-log/feature.spec.unit.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/features/pipelines/get-pipeline-run/feature.spec.unit.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/features/pipelines/get-pipeline/feature.spec.unit.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/features/pipelines/list-pipeline-runs/feature.spec.unit.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/features/pipelines/list-pipelines/feature.spec.unit.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/features/pipelines/pipeline-timeline/feature.spec.unit.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/features/pipelines/trigger-pipeline/feature.spec.unit.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/features/projects/get-project-details/feature.spec.unit.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/features/pull-requests/get-pull-request-checks/feature.spec.unit.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/features/repositories/get-file-content/feature.spec.unit.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/features/repositories/get-repository-details/feature.spec.unit.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/features/search/search-code/feature.spec.unit.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/features/search/search-wiki/feature.spec.unit.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/features/search/search-work-items/feature.spec.unit.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/features/users/get-me/feature.spec.unit.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/features/wikis/create-wiki/feature.spec.unit.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/features/wikis/get-wikis/feature.spec.unit.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/features/wikis/list-wiki-pages/feature.spec.unit.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/features/work-items/manage-work-item-link/feature.spec.unit.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/features/organizations/index.spec.unit.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/setup-env.spec.unit.js | matched ".azure" | 5 |
Manifest
Package metadata
Scripts16
buildrm -rf dist && tscclinode dist/src/cli/index.jscommitczdevts-node-dev --respawn --transpile-only src/index.tsformatprettier --write "src/**/*.ts" "tests/**/*.ts"inspectornpm run build && npx @modelcontextprotocol/[email protected] node dist/index.jslinteslint . --ext .tslint:fixeslint . --ext .ts --fixprepacknpm run build && chmod +x dist/index.js && chmod +x dist/cli/index.jspreparehusky installstartnode dist/index.jstestnpm run test:unit && npm run test:int && npm run test:e2etest:e2ejest --config jest.e2e.config.jstest:intjest --config jest.int.config.jstest:unitjest --config jest.unit.config.jstest:watchjest --watch
Dependencies11
@azure/identity^4.8.0@modelcontextprotocol/sdk^1.6.0axios^1.8.3azure-devops-node-api^13.0.0commander^12.1.0diff^8.0.2dotenv^16.3.1jszip^3.10.1minimatch^10.0.1zod^3.24.2zod-to-json-schema^3.24.5