Skip to main content

collecting-open-source-intelligence

Collects and synthesizes open-source intelligence on threat actors and attacks using various tools and data sources.

Install this skill

or
86/100

Security score

The collecting-open-source-intelligence skill was audited on May 15, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 49

Curl to non-GitHub URL

SourceSKILL.md
49curl "https://api.securitytrails.com/v1/domain/evil-domain.com/dns/a" \
medium line 56

Curl to non-GitHub URL

SourceSKILL.md
56curl "https://crt.sh/?q=%.evil-domain.com&output=json" | jq '.[].name_value'
low line 31

External URL reference

SourceSKILL.md
31- Shodan API key (https://shodan.io) for internet-wide device/service discovery
low line 32

External URL reference

SourceSKILL.md
32- OSINT Framework familiarity (https://osintframework.com) for tool selection
low line 49

External URL reference

SourceSKILL.md
49curl "https://api.securitytrails.com/v1/domain/evil-domain.com/dns/a" \
low line 56

External URL reference

SourceSKILL.md
56curl "https://crt.sh/?q=%.evil-domain.com&output=json" | jq '.[].name_value'
Scanned on May 15, 2026
View Security Dashboard
Installation guide →