github-trending
Pass
Audited by Gen Agent Trust Hub on Mar 2, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to Indirect Prompt Injection (Category 8) due to the way it handles external data.
- Ingestion points: The script
scripts/github_trending.pyfetches content from the GitHub Trending page and raw README files fromraw.githubusercontent.comvia theget_repository_readmefunction. - Boundary markers: There are no specific delimiters or protective instructions wrapping the retrieved content to prevent the agent from obeying instructions embedded within a repository's README.
- Capability inventory: The script executes network requests using the
requestslibrary and prints output tostdout, which is then interpreted by the AI agent. - Sanitization: While the script truncates README content to 50,000 characters, it does not sanitize the text for malicious prompt injection patterns (e.g., 'ignore previous instructions').
Audit Metadata