ai-orchestration-vercel-ai-sdk
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill provides patterns for processing external data via RAG and summarization, creating a surface for indirect prompt injection.\n- Ingestion points: Untrusted data enters the context through the
ragQueryfunction inexamples/rag.mdand thesummarizeArticlefunction inexamples/core.md.\n- Boundary markers: The examples use strong system prompts (e.g., 'Only use information from the context to answer') to delimit external data from instructions.\n- Capability inventory: The skill defines tools inexamples/tools.mdthat can perform network operations viafetch.\n- Sanitization: Tool inputs are validated using Zod schemas, providing a layer of protection against malformed or malicious inputs.\n- [DATA_EXPOSURE_AND_EXFILTRATION]: No hardcoded credentials or sensitive file paths were detected. The skill correctly demonstrates usingprocess.envfor API keys.\n- [UNVERIFIABLE_DEPENDENCIES_AND_REMOTE_CODE_EXECUTION]: All referenced packages are standard libraries from trusted organizations like Vercel and OpenAI.\n- [PROMPT_INJECTION]: Instructions found in the skill are restricted to guiding code generation and AI SDK usage best practices. No attempts to override safety filters or extract system prompts were detected.
Audit Metadata