cost-estimate
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The helper scripts
loc_counter.pyandgit_session_analyzer.pyutilize the Pythonsubprocessmodule to executegitcommands such asls-files,diff,log, andshow. These executions are central to the skill's primary purpose of measuring code scope and development history. The scripts use list-based arguments without a shell environment (shell=False), which effectively prevents standard shell command injection vulnerabilities. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data by reading file paths and contents from the repository being analyzed within
loc_counter.py. To mitigate injection risks, the skill operates within a restrictedforkcontext and adheres to a structured reporting contract defined inreferences/report-contract.md. Its capabilities are limited to localgitoperations, and it lacks network access or file-write capabilities that could be abused. The scripts also use robust file-reading practices, such as theerrors="replace"flag, and focus on quantitative metrics rather than semantic interpretation of the analyzed code.
Audit Metadata