tomee-runtime
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: No security issues were detected. The skill follows best practices for SAP BTP application migration and uses established configuration patterns for the SAP Java Buildpack.
- [EXTERNAL_DOWNLOADS]: The skill refers to trusted libraries and components for Java development.
- References official SAP BTP SDK BOMs (
cf-tomee-bom,sdk-modules-bom) for dependency management (SKILL.md, pom-cf-tomee.xml). - Uses standard Jakarta EE 10 APIs and Apache TomEE testing libraries (pom-cf-tomee.xml).
- [COMMAND_EXECUTION]: The skill uses standard developer tools for building, deploying, and testing applications.
- Instructions include using Maven (
mvn clean package,mvn clean compile) for compilation and packaging (SKILL.md). - Instructions include using the Cloud Foundry CLI (
cf deploy,cf logs) for application deployment and log inspection (SKILL.md). - Includes a connectivity test using
curlto verify the deployed application's endpoint (SKILL.md).
Audit Metadata