iii-http-endpoints
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill defines a structured architecture for creating HTTP endpoints using framework-specific primitives like
registerFunctionandregisterTrigger. This is a standard architectural pattern for web services. - [SAFE]: Standard data ingestion surfaces are documented (e.g.,
req.body,req.path_params), which are necessary for REST API functionality. No unsafe processing or interpolation of this data into high-risk capabilities (like shell execution or dynamic evaluation) is suggested. - [SAFE]: The skill does not contain any hardcoded credentials, sensitive file access, or unauthorized network exfiltration patterns. Port 3111 is specified for local service binding.
- [SAFE]: Reference implementations mentioned use relative local paths, and no external code downloads or unverifiable third-party dependencies are requested.
Audit Metadata