openspec-onboard
Pass
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill relies on local CLI execution to perform its functions. It checks the project status using
openspec status, retrieves repository history viagit log, and manages workflow containers withopenspec new changeandopenspec archive. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by ingesting untrusted data from the local repository to influence agent behavior during the task selection phase.
- Ingestion points: Codebase scanning for
TODO,FIXME, andHACKcomments, as well as the output ofgit log. - Boundary markers: The skill does not implement specific delimiters or 'ignore' instructions when interpolating discovered codebase strings into its prompts.
- Capability inventory: The agent has the capability to execute shell commands via the
openspecCLI, create directories, and write implementation tasks and design artifacts to the filesystem. - Sanitization: No sanitization or validation of the extracted strings (like TODO descriptions) is performed before they are used to draft proposals or task lists.
Audit Metadata