coding-tutor
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: LOW
Full Analysis
- COMMAND_EXECUTION (INFO): The scripts
create_tutorial.pyandsetup_tutorials.pyutilizesubprocess.runto callgitandgh(GitHub CLI). These calls are implemented using argument lists, which effectively prevents command injection risks. - DATA_EXPOSURE (INFO): The skill operates on a specific directory (~/coding-tutor-tutorials) to store learning materials. It does not access sensitive system files or credentials.
- INDIRECT_PROMPT_INJECTION (LOW): The scripts
index_tutorials.pyandquiz_priority.pyparse markdown files to extract metadata. While this involves reading external content, the manual parsing logic is secure and the extracted data is used for informational indexing rather than being passed to dangerous functions.
Audit Metadata