ticket-workflow
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFEDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill's configuration schema in
references/config-schema.jsonand its defaults inreferences/default-config.jsonspecify access to sensitive environment files such as.env,.env.local, and.env.development. This access is intended to retrieve theWEBAPP_DOMAINfor visual verification tasks. While this is a configuration convenience for developers, environment files are high-value targets that often contain sensitive credentials. - [PROMPT_INJECTION]: The skill coordinates a workflow that ingests untrusted data from external ticket providers (YouTrack, GitHub) and uses it to drive implementation activities. Ingestion points: External ticket content is retrieved and stored in
ticket.mdas part of the 'Fetch' phase. Boundary markers: The instructions do not specify the use of delimiters (like XML tags) or safety prompts to isolate the external content from the agent's instructions. Capability inventory: The skill has the capability to write multiple files to the workspace and execute implementation subagents via the/resolve --continuecommand. Sanitization: No explicit validation or sanitization of the fetched ticket content is described before it is used for complexity analysis and implementation planning.
Audit Metadata