Package evidence
attocode==0.2.25
Webhook Exfil Endpoint: matched "hooks.slack.com/services/"
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
- 37
- First published
- Mar 2026
- Publisher
- eren23
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":["attocode==0.2.25"],"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":["attocode==0.2.25"],"fail_on":"high"}'Why flagged
What the scanner saw
Webhook Exfil Endpoint: matched "hooks.slack.com/services/"
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 148 · status changed
Evidence
Static findings
18 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Webhook Exfil Endpoint | attocode-0.2.25/eval/rule_accuracy/corpus/python/CWE-798/tp_hardcoded_secrets.py | matched "hooks.slack.com/services/" | 40 |
| high | Py Runtime Dynamic Dangerous Import | attocode-0.2.25/src/attocode/code_intel/cli.py | Dynamic __import__('subprocess') — reflection bypass for static checks. | 30 |
| high | Py Runtime Base64 Decode | attocode-0.2.25/src/attocode/code_intel/api/routes/notify.py | base64/hex decode combined with exec/subprocess — classic obfuscated payload pattern. | 30 |
| medium | Credential file access | attocode-0.2.25/eval/rule_accuracy/corpus/python/CWE-798/tn_safe_config.py | matched "AWS_ACCESS_KEY" | 10 |
Show all 18 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Webhook Exfil Endpoint | attocode-0.2.25/eval/rule_accuracy/corpus/python/CWE-798/tp_hardcoded_secrets.py | matched "hooks.slack.com/services/" | 40 |
| high | Py Runtime Dynamic Dangerous Import | attocode-0.2.25/src/attocode/code_intel/cli.py | Dynamic __import__('subprocess') — reflection bypass for static checks. | 30 |
| high | Py Runtime Base64 Decode | attocode-0.2.25/src/attocode/code_intel/api/routes/notify.py | base64/hex decode combined with exec/subprocess — classic obfuscated payload pattern. | 30 |
| medium | Credential file access | attocode-0.2.25/eval/rule_accuracy/corpus/python/CWE-798/tn_safe_config.py | matched "AWS_ACCESS_KEY" | 10 |
| low | Credential file access | attocode-0.2.25/eval/rule_accuracy/corpus/python/CWE-798/tp_hardcoded_secrets.py | matched "aws_access_key" | 5 |
| low | Credential file access | attocode-0.2.25/lessons/11-plugin-system/example-plugins/security-plugin.ts | matched ".ssh/" | 5 |
| low | Credential file access | attocode-0.2.25/lessons/23-execution-policies/main.ts | matched ".ssh/" | 5 |
| low | Credential file access | attocode-0.2.25/src/attocode/code_intel/cli.py | matched ".aws/" | 5 |
| low | Credential file access | attocode-0.2.25/src/attocode/integrations/context/codebase_context.py | matched ".npmrc" | 5 |
| low | Credential file access | attocode-0.2.25/src/attocode/integrations/security/patterns.py | matched "aws_access_key" | 5 |
| low | Credential file access | attocode-0.2.25/src/attocode/tools/bash.py | matched "AWS_SECRET_ACCESS_KEY" | 5 |
| low | Credential file access | attocode-0.2.25/eval/rule_accuracy/baseline.json | matched "aws_access_key" | 3 |
| low | Obfuscation Density | attocode-0.2.25/frontend/package-lock.json | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | attocode-0.2.25/legacy/package-lock.json | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | attocode-0.2.25/legacy/docs-site/package-lock.json | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | attocode-0.2.25/legacy/tools/trace-dashboard/package-lock.json | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | attocode-0.2.25/lessons/package-lock.json | high encoded/escaped-token density | 0 |
| low | Sdist Has Setup Py | manifest | Source distribution executes setup.py at install time. | 0 |