git-kb-retrieve
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes content from an external repository which may contain malicious instructions.
- Ingestion points: The
read_fileandread_frontmattercommands inscripts/gh_kb_helper.shretrieve content from a GitHub repository into the agent context. - Boundary markers: The skill lacks explicit boundary markers or system instructions to ignore instructions embedded within the retrieved files.
- Capability inventory: The helper script includes
createandcreate-from-filecommands that allow the agent to write back to the repository, providing a potential path for an injection to persist or spread. - Sanitization: No sanitization or validation of the content retrieved from the repository is performed.
- [EXTERNAL_DOWNLOADS]: The skill interacts with the GitHub API via the
ghCLI tool to browse and retrieve repository content. These operations are performed against a well-known service (GitHub) and are consistent with the skill's stated purpose.
Audit Metadata