Is lisniuse/github-trending-skill safe?
https://github.com/lisniuse/github-trending-skill
This skill is a legitimate GitHub trending repository scraper that performs exactly as described. It makes HTTP requests only to GitHub's public trending pages and saves data locally to JSON files. No malicious behavior, sensitive file access, or security vulnerabilities were detected.
Category Scores
Findings (4)
LOW Executable Python Script -15 ▶
The skill contains a Python script that performs web scraping operations. While legitimate, it represents executable code that could potentially be modified.
LOW External HTTP Requests -10 ▶
The script makes HTTP requests to GitHub's trending page to scrape repository data. This is the intended functionality but represents external network activity.
INFO Network Activity During Installation -5 ▶
Standard git clone operation resulted in network connections to GitHub servers.
INFO Documentation Contains Shell Commands -5 ▶
SKILL.md contains bash command examples, which is normal for documentation but represents potential command execution instructions.