techdebt
Pass
Audited by Gen Agent Trust Hub on Apr 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to execute commands for codebase analysis, specificallyuv run ruff. Whileruffis a reputable tool, the use ofBashcombined with user-supplied paths via$ARGUMENTSpresents a potential command injection surface if the paths are not correctly escaped by the execution environment.\n- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it reads and processes external codebase files. Maliciously crafted content (e.g., instructions in comments or string literals) within the code could influence the agent's logic during analysis.\n - Ingestion points: The skill ingests codebase data using the
Read,Grep, andGlobtools.\n - Boundary markers: No explicit markers are defined to help the agent distinguish between its instructions and the data it is processing.\n
- Capability inventory: The skill has access to
Bash,Read,Grep, andGlobtools.\n - Sanitization: There is no evidence of sanitization or filtering of the ingested file content.\n- [EXTERNAL_DOWNLOADS]: The troubleshooting section includes a command to install the
ruffpackage usinguv add. This fetches the package from the official Python package registry (PyPI), which is a well-known and trusted service.
Audit Metadata