Package evidence
finops-mcp==0.8.64
Credential file access: matched "AWS_SECRET_ACCESS_KEY"
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
- 66
- First published
- May 2026
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":["finops-mcp==0.8.64"],"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":["finops-mcp==0.8.64"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched "AWS_SECRET_ACCESS_KEY"
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 100 · status changed
Evidence
Static findings
17 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | finops_mcp-0.8.64/src/finops/doctor.py | matched "AWS_SECRET_ACCESS_KEY" | 10 |
| medium | Credential file access | finops_mcp-0.8.64/src/finops/server.py | matched "AWS_ACCESS_KEY" | 10 |
| medium | Credential file access | finops_mcp-0.8.64/src/finops/connectors/gcp.py | matched "GOOGLE_APPLICATION_CREDENTIALS" | 10 |
| medium | Credential file access | finops_mcp-0.8.64/src/finops/security/oauth/gcp.py | matched "GOOGLE_APPLICATION_CREDENTIALS" | 10 |
Show all 17 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | finops_mcp-0.8.64/src/finops/doctor.py | matched "AWS_SECRET_ACCESS_KEY" | 10 |
| medium | Credential file access | finops_mcp-0.8.64/src/finops/server.py | matched "AWS_ACCESS_KEY" | 10 |
| medium | Credential file access | finops_mcp-0.8.64/src/finops/connectors/gcp.py | matched "GOOGLE_APPLICATION_CREDENTIALS" | 10 |
| medium | Credential file access | finops_mcp-0.8.64/src/finops/security/oauth/gcp.py | matched "GOOGLE_APPLICATION_CREDENTIALS" | 10 |
| low | Credential file access | finops_mcp-0.8.64/src/finops/accounts.py | matched "aws_access_key" | 5 |
| low | Credential file access | finops_mcp-0.8.64/src/finops/setup_wizard.py | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | finops_mcp-0.8.64/src/finops/attribution/fetcher.py | matched "aws_access_key" | 5 |
| low | Credential file access | finops_mcp-0.8.64/src/finops/connectors/aws.py | matched "aws_access_key" | 5 |
| low | Credential file access | finops_mcp-0.8.64/src/finops/connectors/aws_services/bedrock.py | matched "aws_access_key" | 5 |
| low | Credential file access | finops_mcp-0.8.64/src/finops/connectors/aws_services/documentdb.py | matched "aws_access_key" | 5 |
| low | Credential file access | finops_mcp-0.8.64/src/finops/connectors/aws_services/kendra.py | matched "aws_access_key" | 5 |
| low | Credential file access | finops_mcp-0.8.64/src/finops/connectors/aws_services/marketplace.py | matched "aws_access_key" | 5 |
| low | Credential file access | finops_mcp-0.8.64/src/finops/connectors/aws_services/textract.py | matched "aws_access_key" | 5 |
| low | Credential file access | finops_mcp-0.8.64/src/finops/recommendations/bedrock_routing.py | matched "aws_access_key" | 5 |
| low | Credential file access | finops_mcp-0.8.64/src/finops/recommendations/textract_env.py | matched "aws_access_key" | 5 |
| low | Credential file access | finops_mcp-0.8.64/src/finops/security/oauth/aws.py | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | finops_mcp-0.8.64/src/finops/setup/cloud_infra.py | matched "AWS_ACCESS_KEY" | 5 |