design-engineer
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill workflow involves reading external project files which can act as a vector for indirect prompt injection attacks.- Ingestion points: The agent is instructed in
SKILL.mdto read project design guidance, includingAGENTS.md, design-system documents, and token files, and to inspect the target UI source code.- Boundary markers: The instructions lack specific boundary markers or 'ignore' directives for content processed from these project files.- Capability inventory: The agent has the authority to modify the project's codebase during implementation and execute shell commands for linting and testing.- Sanitization: There is no evidence of content sanitization or validation logic for the ingested files before they are processed by the LLM.- [COMMAND_EXECUTION]: The skill directs the agent to execute local development tools as part of its verification process.- Evidence: The 'Verify' section inSKILL.mdrequires the agent to 'Run the project’s targeted lint/typecheck/tests for touched files'. This is a standard development capability but constitutes a command execution surface.
Audit Metadata