skills/jeremylongshore/claude-code-plugins-plus-skills/langchain-performance-tuning/Gen Agent Trust Hub
langchain-performance-tuning
Pass
Audited by Gen Agent Trust Hub on Feb 18, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [Indirect Prompt Injection] (LOW): The skill processes untrusted input text for tokenization and routing logic. 1. Ingestion points: Functions
optimize_prompt(Step 5) andclassify_complexity(Step 7). 2. Boundary markers: Absent. 3. Capability inventory: No high-risk tools like subprocess or file-write are present; primarily uses LLM invocation. 4. Sanitization: No validation or escaping of the input strings is performed. - [Unverifiable Dependencies & Remote Code Execution] (SAFE): The skill utilizes reputable Python packages (langchain-openai, tiktoken, httpx). No patterns of remote script downloading or arbitrary code execution (eval/exec) were found.
- [Data Exposure & Exfiltration] (SAFE): No hardcoded credentials or sensitive file paths are accessed. Network connections are restricted to local Redis instances and standard LLM provider endpoints.
Audit Metadata