ydc-langchain-integration
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill integrates tools (
youSearch,youContents) that fetch external web content, creating an indirect prompt injection surface. - Ingestion points: The
youSearchandyouContentstools fetch data from external URLs as seen inSKILL.mdandassets/reference.ts. - Boundary markers: The skill explicitly implements a
systemPromptinassets/reference.tsand mandates it inSKILL.mdto establish a trust boundary. - Capability inventory: The agent utilizes
youSearchandyouContentstools within a LangChain environment. - Sanitization: The skill relies on model-based instructions (system prompt) to ignore instructions in tool data; no programmatic sanitization of HTML/Markdown is specified.
- [EXTERNAL_DOWNLOADS]: The skill installs dependencies from the vendor and well-known providers.
- Evidence:
SKILL.mdrecommends installing@youdotcom-oss/langchain,@langchain/core, andlangchain. These originate from the author's own scope and the official LangChain organization. - [COMMAND_EXECUTION]: Shell commands are provided to facilitate environment setup.
- Evidence:
SKILL.mdprovidesnpm install,bun add,yarn add, andpnpm addcommands for dependency management.
Audit Metadata