spring-boot-mongodb
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: The skill contains technical documentation and code samples for Spring Data MongoDB, following industry best practices for document modeling, repository usage, and integration testing with Testcontainers. It references versioning for Java (25) and Spring Boot (4.1) which appears to be future-dated but is not inherently malicious.
- [INDIRECT_PROMPT_INJECTION]:
- Ingestion points: The skill defines data models for MongoDB collections (Order class in SKILL.md) which handle external document data.
- Boundary markers: Documentation recommends Jakarta Bean Validation and JSON Schema validation as delimiters.
- Capability inventory: Code is limited to standard Spring Data repositories; no dangerous shell execution or network exfiltration tools are used.
- Sanitization: The skill advocates for validation layers to protect against malformed or malicious document data.
Audit Metadata