speckit-opsmill-summary
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a project-local script located at
.specify/scripts/bash/check-prerequisites.shwith the--jsonflag to retrieve the absolute path of the active feature directory. - [COMMAND_EXECUTION]: The skill invokes
git logusing user-provided parameters from$ARGUMENTSto bound the timeframe of the session summary. - [PROMPT_INJECTION]: The skill processes untrusted data from external sources, including
git logoutput, the conversation buffer, and local project files (spec.md,plan.md,tasks.md), which constitutes an indirect prompt injection surface. - Ingestion points:
git logcommits, project Markdown files, and the session conversation history. - Boundary markers: The instructions include explicit directives to avoid transcripts and long quotes, effectively delimiting processed data.
- Capability inventory: The skill can write files to the
FEATURE_DIR/sessions/directory and execute the localcheck-prerequisites.shscript. - Sanitization: The agent is strictly instructed to summarize findings into a narrative format rather than reproducing raw content or diffs, which serves as a natural barrier against malicious instructions embedded in the source data.
Audit Metadata