skills/openai/plugins/micro/Gen Agent Trust Hub

micro

Pass

Audited by Gen Agent Trust Hub on Aug 19, 2026

Risk Level: SAFE
Full Analysis
  • Standard Resource References: The skill references official documentation and repositories from Vercel (github.com/vercel/micro), which are well-known and trusted sources in the development ecosystem. These references are used appropriately to provide context and documentation for the framework.
  • Package Installation Guidelines: The skill provides standard installation commands for the 'micro' and 'micro-dev' packages using common package managers (npm, yarn, pnpm, bun). These are routine development steps for setting up the microservices framework.
  • Code Examples: The provided code snippets demonstrate standard usage of the 'micro' library, including request handling, body parsing, and error creation. These examples follow the library's official API and do not introduce suspicious patterns.
  • Indirect Prompt Injection Surface: As a documentation skill that guides the creation of HTTP servers, there is a natural attack surface for indirect prompt injection if the resulting server processes untrusted user data. The skill correctly demonstrates explicit body parsing (e.g., using json(req)), which is a prerequisite for implementing proper sanitization and validation in a production environment.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 19, 2026, 03:19 PM
Security Audit — agent-trust-hub — micro