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 Bash tool to execute a local helper script (scripts/search_templates.sh) and standard development tools like anypoint-cli-v4 and Maven. 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_BEARER and ANYPOINT_CLIENT_ID) safely by ensuring they are handled by the CLI's internal session management rather than being exposed or logged inappropriately.
Audit Metadata
Risk Level
SAFE
Analyzed
May 15, 2026, 05:34 PM
Security Audit — agent-trust-hub — create-project-template