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/mo library via go 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 UserResponse for JSON and User for 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
Risk Level
SAFE
Analyzed
Sep 14, 2026, 04:10 PM
Security Audit — agent-trust-hub — golang-samber-mo