fp-go-http
Pass
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the official
github.com/IBM/fp-golibrary for functional programming in Go, which is managed by the skill's author. - [PROMPT_INJECTION]: The skill documents interfaces for ingesting data from external HTTP services through functions like
ReadJSONandReadText. - Ingestion points: External data is ingested from HTTP response bodies in
SKILL.mdusingReadJSON,ReadText, andReadAllfunctions. - Boundary markers: None present in the documentation examples.
- Capability inventory: The library enables network operations via
H.MakeClient,H.MakeGetRequest, and various builder functions. - Sanitization: Relies on standard Go
encoding/jsonunmarshaling without additional content filtering.
Audit Metadata