docs-code-samples
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [Command Execution]: The skill leverages system commands like
make,bash,jbang, andgo runto automate the testing and extraction of code snippets. This is a core functional requirement for maintaining testable documentation. - [Indirect Prompt Injection Surface]: The workflow involves processing content from documentation files (MDX) to generate executable code samples. This represents a potential surface for indirect prompt injection if the source content is untrusted, though the skill includes manual verification steps like
make lintandmake test-code-samplesto mitigate risks. - [Network Operations]: The skill includes documentation examples using
curlto interact with LangSmith's official API (api.smith.langchain.com). These references are standard for the skill's stated purpose of documenting LangChain-related tools.
Audit Metadata