copier
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill documents the
copiertool's ability to run shell tasks and migrations defined within templates. - Evidence:
references/templating.mdandreferences/update-migrations.mddescribe the_tasksand_migrationssettings. - Security Context: The skill identifies that these actions require the
--trustflag and warns users to only execute templates from trusted sources. - [EXTERNAL_DOWNLOADS]: The tool described in the skill interacts with remote Git repositories to fetch templates.
- Evidence:
SKILL.mdandreferences/cli-api.mdlist GitHub, GitLab, and other Git providers as supported sources. - Security Context: This is a standard feature of the documented tool and involves well-known services.
- [PROMPT_INJECTION]: The skill describes a workflow where the agent processes external template data that could contain malicious instructions (Indirect Prompt Injection surface).
- Ingestion points: External Git repositories and template source paths defined in
SKILL.mdandreferences/cli-api.md. - Boundary markers: The documentation emphasizes the requirement for the
--trustflag to execute unsafe template content. - Capability inventory: Templates can execute shell commands through
_tasksand version migrations. - Sanitization: No automated sanitization is described; the tool relies on the operator to verify the template's source and content.
Audit Metadata