setup-engineer
Pass
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to discover repository structure, inventory existing scripts, and execute the generated development CLI orjustcommands. These operations are restricted to the local environment and are necessary for the skill's primary function of repository reconciliation. - [DATA_EXPOSURE]: The agent reads sensitive configuration files such as
.envand.env.exampleto inventory and migrate environment variables. It also accesses repository metadata (remotes) and interacts with issue trackers (GitHub, Jira) to establish project bindings. The instructions include specific logic to preserve secrets during these operations. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from existing repository scripts and issue tracker content (titles, bodies, labels). This represents an attack surface for indirect prompt injection.
- Ingestion points: Local project scripts (
scripts/*.mjs, etc.), configuration files, and external issue tracker data via CLI tools (gh,jira). - Boundary markers: None identified in the prompt templates or instructions.
- Capability inventory: Access to
Bash,Write,Edit, andReadtools. - Sanitization: No explicit data validation or sanitization is performed on ingested external content.
Audit Metadata