implementing-honeypot-for-ransomware-detection
Enhances ransomware detection by deploying honeypots and canary files to trigger alerts on unauthorized encryption attempts.
Install this skill
or
77/100
Security score
The implementing-honeypot-for-ransomware-detection skill was audited on Jun 10, 2026 and we found 11 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 233
Curl to non-GitHub URL
SourceSKILL.md
| 233 | curl -X POST "https://CONSOLE.canary.tools/api/v1/canarytoken/create" \ |
medium line 240
Curl to non-GitHub URL
SourceSKILL.md
| 240 | curl -X POST "https://CONSOLE.canary.tools/api/v1/canarytoken/create" \ |
medium line 247
Curl to non-GitHub URL
SourceSKILL.md
| 247 | curl -X POST "https://CONSOLE.canary.tools/api/v1/canarytoken/create" \ |
low line 269
Webhook reference - potential data exfiltration
SourceSKILL.md
| 269 | SIEM_WEBHOOK = "https://siem.company.com/api/alerts" |
low line 288
Webhook reference - potential data exfiltration
SourceSKILL.md
| 288 | requests.post(SIEM_WEBHOOK, json=alert, timeout=5) |
low line 233
External URL reference
SourceSKILL.md
| 233 | curl -X POST "https://CONSOLE.canary.tools/api/v1/canarytoken/create" \ |
low line 240
External URL reference
SourceSKILL.md
| 240 | curl -X POST "https://CONSOLE.canary.tools/api/v1/canarytoken/create" \ |
low line 247
External URL reference
SourceSKILL.md
| 247 | curl -X POST "https://CONSOLE.canary.tools/api/v1/canarytoken/create" \ |
low line 269
External URL reference
SourceSKILL.md
| 269 | SIEM_WEBHOOK = "https://siem.company.com/api/alerts" |
low line 270
External URL reference
SourceSKILL.md
| 270 | NAC_API = "https://nac.company.com/api/v1/quarantine" |
low line 271
External URL reference
SourceSKILL.md
| 271 | EDR_API = "https://edr.company.com/api/v1/isolate" |
Scanned on Jun 10, 2026
View Security DashboardGitHub Stars 15.1K
Rate this skill
Categorydevelopment
UpdatedJune 10, 2026
mukul975/Anthropic-Cybersecurity-Skills