feature-orchestration
Pass
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- EXTERNAL_DOWNLOADS (LOW): The skill specifies dependencies in
apm.ymlon external packages from thevineethsomaGitHub repository. These sources are not included in the pre-approved trusted organizations list, making them unverifiable dependencies. The severity is reduced to LOW as these are required for the intended orchestration workflow.\n- COMMAND_EXECUTION (SAFE): Several bash scripts (init-story.sh,feature-init.sh,feature-status.sh) execute standard Linux commands likesed,grep,find, andgit. These scripts facilitate project organization and status reporting within the localspecs/directory and do not exhibit malicious command injection patterns.\n- INDIRECT_PROMPT_INJECTION (SAFE): The skill reads from local files such astasks.mdandspec.mdto populate trackers and status boards, creating an attack surface for indirect prompt injection.\n - Ingestion points: Story descriptions and feature specifications are read by
feature-init.sh,feature-next.sh, andfeature-status.sh.\n - Boundary markers: Markdown headers in prompt templates are used to delimit external data.\n
- Capability inventory: The skill is capable of directory creation, file modification via
sed, and suggesting the execution of project-definednpmandpsqlscripts.\n - Sanitization: No active sanitization is performed on the ingested file content.
Audit Metadata