context-resume
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- Indirect Prompt Injection (LOW): The skill identifies and processes untrusted data from project files to resume workflows, creating a surface for indirect prompt injection.
- Ingestion points: The skill reads
.continue-here.md(YAML and Markdown), creative briefs, parameter specifications, and architecture documents incontext-parsing.mdandcontinuation-routing.md. - Boundary markers: No explicit boundary markers or instruction-ignoring delimiters are mentioned when interpolating file content into the summary presented to the user.
- Capability inventory: The skill can execute local shell commands (
cat,grep,find,git log,git diff,git add,git commit) and invoke other skills (plugin-workflow,plugin-ideation,ui-mockup,plugin-improve,plugin-lifecycle,plugin-testing). - Sanitization: No sanitization or validation logic is specified for the narrative markdown content extracted from handoff files before it is processed by the agent.
- Command Execution (SAFE): The skill uses various shell commands for local environment inspection and workflow management.
- Evidence: File
error-recovery.mdandhandoff-location.mdutilizefind,grep, andgitto locate assets and infer state. These are standard operations for a development-oriented agent and do not include high-risk patterns likesudoor remote script execution.
Audit Metadata