bootgs-validation
Pass
Audited by Gen Agent Trust Hub on Sep 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides technical documentation and code examples for securing HTTP request parameters using decorators like @Min, @Max, @Email, and @Pattern. The code patterns shown follow standard framework practices for the bootgs ecosystem.- [INDIRECT_PROMPT_INJECTION]: The skill addresses the handling of untrusted data from external request sources.\n
- Ingestion points: Data enters the agent's context through HTTP parameter decorators (@Query, @Param, @Body) as documented in
SKILL.md.\n - Boundary markers: The skill focuses on validation decorators as the primary boundary mechanism for incoming data.\n
- Capability inventory: The provided code snippets in
SKILL.mddo not utilize dangerous system capabilities such as file system writes, network requests, or shell command execution.\n - Sanitization: The framework provides extensive sanitization through built-in decorators (e.g., @NotBlank, @Size, @Pattern) designed to filter and validate input before it reaches the handler logic.
Audit Metadata