golang-samber-mo
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to download the
github.com/samber/molibrary viago get. This is the official repository for the functional programming library the skill is designed to support. - [INDIRECT_PROMPT_INJECTION]: The skill covers patterns for processing data from external sources, including JSON APIs, SQL databases, and HTTP services.
- Ingestion points: Data ingestion occurs via structures like
UserResponsefor JSON andUserfor database rows, as well as HTTP GET requests. - Boundary markers: The skill encourages wrapping external data in monadic types (
Option,Result) which serve as type-level boundaries between untrusted input and application logic. - Capability inventory: The skill documentation references the use of Go development tools (
go,gopls,godig) and library functions for functional data transformation. - Sanitization: The provided examples demonstrate sanitization by including explicit validation steps within functional pipelines (e.g., parsing and validating configuration before use).
Audit Metadata