soia-pkm-clip-github-repo
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/gen_repo_catalog.pyscript executesgitcommands (clone, remote, log) usingsubprocess.run(). The commands are passed as lists, which is a secure practice that prevents shell injection. - [EXTERNAL_DOWNLOADS]: The skill downloads repository data from GitHub using
git clone. This is the intended behavior of the skill and targets a well-known technology service. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface (Category 8) because it extracts and processes text from external
README.mdfiles. - Ingestion points:
scripts/gen_repo_catalog.pyreads README content from cloned repositories. - Boundary markers: The extracted summaries are placed in Markdown files without explicit delimiters or warnings to ignore embedded instructions.
- Capability inventory: The skill has permissions to write to the local file system (Obsidian vault) and execute git commands.
- Sanitization: The
clean_linefunction filters HTML tags and Markdown syntax, andis_command_likeattempts to identify and skip lines that look like shell commands.
Audit Metadata