eliteforge-java-service-generator

Warn

Audited by Snyk on Mar 3, 2026

Risk Level: MEDIUM
Full Analysis

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 0.80). The skill explicitly requires network access for archetype download and the generator (scripts/generate.py) runs "mvn ... archetype:generate" with archetypeCatalog=remote to fetch a remote Maven archetype, then inspects and runs commands (post-generation checks and make install) on the generated project—meaning untrusted third‑party archetype content from public repositories is fetched, interpreted, and can influence subsequent tool use and actions (evidence in SKILL.md and scripts/generate.py).

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

  • Potentially malicious external URL detected (high risk: 0.90). The generator runs "mvn ... -DarchetypeCatalog=remote -DarchetypeGroupId=cn.cisdigital.generator.archtype -DarchetypeArtifactId=cisdigital-generator-mesh-app-archetype -DarchetypeVersion=1.2.2", causing Maven at runtime to fetch and execute a remote archetype artifact (from remote Maven repositories such as Maven Central), so external, runtime-fetched code (the archetype) is required and will be executed.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Mar 3, 2026, 04:05 AM