Guides developers through Enonic CLI commands for sandbox management, project scaffolding, local development, app deployment, and CI/CD pipeline generation. Use when creating Enonic XP sandboxes, starting or stopping local instances, scaffolding projects from starters, running dev mode with hot-reload, deploying apps, or generating CI/CD workflows for Enonic apps. Don't use for writing XP application code (controllers, content types), querying via Guillotine or lib-content APIs, configuring non-Enonic environments, or Docker/Kubernetes deployment of XP.
76
93%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Low
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Outsider-authored free text can be ingested via workspace files that the agent scans at runtime—`scripts/find-enonic-targets.mjs` reads local `.enonic/sandbox.cfg`, `build.gradle`, and `gradle.properties` using regexes to extract values—so any attacker who can write those files can poison the workflow.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill includes runtime installation and install commands that fetch and execute remote code (notably the CLI installer script https://repo.enonic.com/public/com/enonic/cli/installer/cli-linux/1.0.0/cli-linux-1.0.0.sh which is piped to sh, the Scoop git bucket https://github.com/enonic/cli-scoop.git used at runtime, and a remote JAR URL https://repo.enonic.com/public/com/enonic/app/superhero/2.0.5/superhero-2.0.5.jar used with enonic app install), so these external URLs are invoked at runtime and can cause remote code to be executed.
029e044
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.