collecting-open-source-intelligence
Collects and synthesizes open-source intelligence on threat actors and malicious infrastructure using various OSINT tools.
Install this skill
or
86/100
Security score
The collecting-open-source-intelligence skill was audited on Jun 5, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 70
Curl to non-GitHub URL
SourceSKILL.md
| 70 | curl "https://api.securitytrails.com/v1/domain/evil-domain.com/dns/a" \ |
medium line 77
Curl to non-GitHub URL
SourceSKILL.md
| 77 | curl "https://crt.sh/?q=%.evil-domain.com&output=json" | jq '.[].name_value' |
low line 52
External URL reference
SourceSKILL.md
| 52 | - Shodan API key (https://shodan.io) for internet-wide device/service discovery |
low line 53
External URL reference
SourceSKILL.md
| 53 | - OSINT Framework familiarity (https://osintframework.com) for tool selection |
low line 70
External URL reference
SourceSKILL.md
| 70 | curl "https://api.securitytrails.com/v1/domain/evil-domain.com/dns/a" \ |
low line 77
External URL reference
SourceSKILL.md
| 77 | curl "https://crt.sh/?q=%.evil-domain.com&output=json" | jq '.[].name_value' |
Scanned on Jun 5, 2026
View Security Dashboard