api-radar
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection through the processing of untrusted external data.
- Ingestion points: The skill fetches PR metadata, commit messages, and file contents using
gh pr view,gh search commits, andgh apiinSKILL.md(Step 1). - Boundary markers: There are no specified delimiters or 'ignore embedded instructions' directives used when passing external content to the LLM for analysis.
- Capability inventory: The skill has access to
gh,git, andpython3for repository analysis and data processing. - Sanitization: No sanitization or filtering of fetched repository content is performed before the agent analyzes it to generate documentation.
- [COMMAND_EXECUTION]: The skill executes local commands to interact with the system and process data.
- Evidence:
SKILL.mdexplicitly authorizes the use ofgh,git,base64,jq, andpython3. - Specific Pattern: Uses a Python heredoc (`python3
- <<'PY' ...`) to decode Base64 content fetched from the GitHub API (Step 1).
- [EXTERNAL_DOWNLOADS]: The skill fetches data from remote sources.
- Evidence: Uses
gh apiandgh pr viewto download repository metadata and file contents from GitHub. - Status: These operations target GitHub, which is a well-known and trusted service for this skill's intended purpose.
Audit Metadata