create-onboarding-guide
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted data from the repository being analyzed (e.g., source code, README files) to generate the onboarding guide. This presents an indirect prompt injection surface where malicious content within the codebase could attempt to influence the agent's behavior during the generation process.
- Ingestion points: Codebase files accessed via
Read,Glob, andGrep(SKILL.md). - Boundary markers: The skill does not define specific delimiters or warnings to ignore embedded instructions in the files it reads.
- Capability inventory:
Writetool used for guide generation;Bashfor git operations and opening the resulting files. - Sanitization: No specific sanitization or escaping of the ingested codebase content is described before inclusion in the HTML guide.
- [COMMAND_EXECUTION]: The skill uses shell commands to open the generated HTML file automatically.
- Evidence: Use of
Bash(start *)andBash(explorer.exe *)to open the saved path (SKILL.md). While these are intended for user convenience, they execute system-level commands with dynamically generated file paths.
Audit Metadata