golang-samber-mo
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is purely instructional, providing best practices and patterns for functional programming in Go using the
samber/molibrary. It encourages safer error handling and nil-safety, which are defensive programming practices. - [INDIRECT_PROMPT_INJECTION]: The skill possesses the surface for indirect prompt injection as it ingests project source code and has file-writing capabilities. However, its purpose is to improve code safety, and it does not contain exploitable patterns.
- Ingestion points: The skill uses
Read,Glob,Grep, andLSPtools to process Go source files (**/*.go). - Boundary markers: None explicitly defined in the instructions; relies on the agent platform's default context separation.
- Capability inventory: Access to
Write,Edit, andBashtools for Go-specific commands (go:*). - Sanitization: The skill promotes the use of monadic types (
Option,Result) which act as a form of type-level sanitization for values that could otherwise be nil or invalid.
Audit Metadata