research
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFE
Full Analysis
- Safe Script Implementation: The research scripts (
fetch_hn.py,fetch_github.py,fetch_url.py) use only the Python standard library, avoiding risks associated with external dependencies. - Restricted Data Handling: Content is stored within a specific directory (
{workspace}/data/research/), preventing unorganized file operations across the system. - Content Filtering Guidelines: The skill explicitly instructs the agent to skip sensitive or controversial topics when selecting material, focusing on technology, science, and developer culture.
- Standard Network Operations: The scripts perform standard HTTP GET requests to well-known services (GitHub API, Hacker News API) and user-provided URLs to gather information, which is consistent with its stated purpose of research gathering.
Audit Metadata