semantius-architect
Warn
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to perform environment checks, manipulate local YAML files usingyq, and run a TypeScript-based consistency checker usingbun. - [REMOTE_CODE_EXECUTION]: Internal shell scripts in
references/stage-2-naming.mdandreferences/stage-3-entities.mdinterpolate variables (e.g.,${NAMING_MODE_VALUE},${SLUG}) derived from user input or processed content directly into command strings without sanitization. - [EXTERNAL_DOWNLOADS]: The skill implemented a mechanism to fetch blueprint files from remote URLs using
curl -s. - [PROMPT_INJECTION]: An indirect prompt injection surface is present. 1. Ingestion points:
SKILL.md(loading artifacts) andcurl(fetching URLs). 2. Boundary markers: No markers or 'ignore' instructions for ingested file content. 3. Capability inventory: High-privilege shell access viaBashandbun. 4. Sanitization: Absent for ingested data before processing. This creates a scenario where a malicious blueprint file could influence the agent's high-privilege operations.
Audit Metadata