Package evidence
workweaver==0.1.12
Py Runtime Dynamic Dangerous Import: Dynamic __import__('os') — reflection bypass for static checks.
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
- 11
- First published
- Apr 2026
Recommended action
Block this updateStatic 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":["workweaver==0.1.12"],"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":["workweaver==0.1.12"],"fail_on":"high"}'Why flagged
What the scanner saw
Py Runtime Dynamic Dangerous Import: Dynamic __import__('os') — reflection bypass for static checks.
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 high · score 130 · status changed
Evidence
Static findings
16 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Py Runtime Dynamic Dangerous Import | workweaver-0.1.12/apps/backend/managed_lambda_handler.py | Dynamic __import__('os') — reflection bypass for static checks. | 30 |
| high | Credential file access | workweaver-0.1.12/apps/backend/services/inference/sync_bridge.py | matched "aws_secret_access_key" | 30 |
| medium | Credential file access | workweaver-0.1.12/apps/backend/providers/secret_provider.py | matched "AWS_ACCESS_KEY" | 10 |
| medium | Credential file access | workweaver-0.1.12/apps/backend/services/inference/bedrock_client.py | matched "aws_access_key" | 10 |
| medium | Credential file access | workweaver-0.1.12/apps/backend/voice_services/xai_relay_service.py | matched "AWS_ACCESS_KEY" | 10 |
Show all 16 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Py Runtime Dynamic Dangerous Import | workweaver-0.1.12/apps/backend/managed_lambda_handler.py | Dynamic __import__('os') — reflection bypass for static checks. | 30 |
| high | Credential file access | workweaver-0.1.12/apps/backend/services/inference/sync_bridge.py | matched "aws_secret_access_key" | 30 |
| medium | Credential file access | workweaver-0.1.12/apps/backend/providers/secret_provider.py | matched "AWS_ACCESS_KEY" | 10 |
| medium | Credential file access | workweaver-0.1.12/apps/backend/services/inference/bedrock_client.py | matched "aws_access_key" | 10 |
| medium | Credential file access | workweaver-0.1.12/apps/backend/voice_services/xai_relay_service.py | matched "AWS_ACCESS_KEY" | 10 |
| low | Credential file access | workweaver-0.1.12/apps/backend/config/env_governance.py | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | workweaver-0.1.12/apps/backend/providers/aws_clients.py | matched "aws_access_key" | 5 |
| low | Credential file access | workweaver-0.1.12/apps/backend/providers/cloud_provider.py | matched "aws_access_key" | 5 |
| low | Credential file access | workweaver-0.1.12/apps/backend/services/behavioral_stops_store.py | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | workweaver-0.1.12/apps/backend/services/connectors/egress_gate.py | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | workweaver-0.1.12/apps/backend/services/connectors/error_redaction.py | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | workweaver-0.1.12/apps/backend/services/embeddings/registry.py | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | workweaver-0.1.12/apps/backend/services/embeddings/providers/bedrock_runtime.py | matched "aws_access_key" | 5 |
| low | Credential file access | workweaver-0.1.12/apps/backend/workmemory/api/routes/connectors.py | matched "aws_access_key" | 5 |
| low | Credential file access | workweaver-0.1.12/apps/backend/workmemory/services/providers/bedrock_embedding_provider.py | matched "aws_access_key" | 5 |
| low | Sdist Has Setup Py | manifest | Source distribution executes setup.py at install time. | 0 |