skills/jeremylongshore/claude-code-plugins-plus-skills/langchain-upgrade-migration/Gen Agent Trust Hub
langchain-upgrade-migration
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Uses standard system commands (
pip,pytest,mypy,grep) to manage environment versions and verify code integrity during migration. This is consistent with the skill's primary purpose. - [EXTERNAL_DOWNLOADS]: Performs package updates via
pip install --upgrade. The packages targeted (langchain,langchain-core,langchain-openai,langchain-community) are official and expected for this task. References to external documentation point to official LangChain sites. - [REMOTE_CODE_EXECUTION]: No patterns for direct remote script execution (like
curl | bash) or dynamic loading of untrusted content were found. The Python code provided consists of local string manipulation for import migration and standard library usage. - [DATA_EXFILTRATION]: No network operations to unknown or suspicious domains were found. Local file access is limited to reading requirements and project source files for migration purposes.
Audit Metadata