Is ivanliyuanning/web-docs-capability-research-skill safe?
https://github.com/ivanliyuanning/web-docs-capability-research-skill
This skill is a legitimate documentation crawler that extracts and structures content from help sites and documentation pages. It executes Python code and makes network requests as part of its core functionality, but no malicious behavior was detected.
Category Scores
Findings (3)
LOW Python Code Execution -15 ▶
The skill executes Python code via crawl_and_research.py script when crawling documentation websites. This is legitimate functionality for a web crawler but represents code execution.
LOW Network Requests to External URLs -10 ▶
The skill makes HTTP requests to crawl user-specified documentation websites. While legitimate for its purpose, this involves network communication to external hosts.
INFO Potential Reconnaissance Capabilities -15 ▶
While designed for documentation crawling, the skill could theoretically be misused to reconnaissance websites or gather information about site structure.