create-project-template
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a robust security model based on user confirmation. It requires explicit approval before selecting a template, creating a project, and handing off to downstream integration skills.
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to execute a local helper script (scripts/search_templates.sh) and standard development tools likeanypoint-cli-v4andMaven. These operations are well-scoped to the primary task of project generation and validation. - [EXTERNAL_DOWNLOADS]: Template discovery and retrieval are performed via the Anypoint Exchange using the official Anypoint CLI. These downloads originate from the vendor's trusted infrastructure.
- [DATA_EXPOSURE]: The bash scripts include logic to manage environment variables (like
ANYPOINT_BEARERandANYPOINT_CLIENT_ID) safely by ensuring they are handled by the CLI's internal session management rather than being exposed or logged inappropriately.
Audit Metadata