180-java-observability-logging
Pass
Audited by Gen Agent Trust Hub on Apr 23, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute standard Java build commands, specifically
./mvnw compileandmvn clean verify, to ensure project stability. These are routine development operations for Maven-based projects. - [DATA_EXFILTRATION]: The documentation includes educational examples of insecure logging practices, such as exposing database connection strings with credentials or logging full environment variables. These are explicitly presented as bad examples to be avoided for security compliance.
- [PROMPT_INJECTION]: The skill includes instructions on sanitizing user-controlled inputs before they are recorded in logs, which is a key security practice to prevent log injection and manipulation attacks.
Audit Metadata