ISA
Pass
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill mandates a voice notification via
curltolocalhost:31337whenever a workflow (Scaffold, Interview, CheckCompleteness, Reconcile, Seed, Append) is invoked. Additionally, theSeedandCheckCompletenessworkflows utilizegit logto extract project history and metadata from the local repository.\n- [PROMPT_INJECTION]: TheSeedworkflow has a potential surface for indirect prompt injection because it ingests data from external, potentially untrusted project files to bootstrap new artifacts.\n - Ingestion points:
Workflows/Seed.mdreads repository files includingREADME.md,package.json,tsconfig.json,PRD.md,SPEC.md,acceptance.yaml, and various test files (*.test.ts).\n - Boundary markers: The skill does not provide explicit instructions or delimiters to the agent to disregard instructions that might be embedded in the ingested repository files.\n
- Capability inventory: The skill possesses the capability to read and write to the file system and execute shell commands (
curlandgit).\n - Sanitization: There is no evidence of content sanitization, filtering, or validation for the data ingested during the
Seedprocess.
Audit Metadata