langchain-init
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses standard CLI commands for project creation and initialization (mkdir, cd, bun, npm). The use of these commands is appropriate for the stated purpose of setting up a new development environment.
- [SAFE]: All project dependencies (@langchain/core, @langchain/langgraph, etc.) are official packages from the LangChain ecosystem, which is a well-known and reputable source.
- [SAFE]: The skill implements basic security hygiene by providing a .env.example with placeholders instead of hardcoded secrets and by configuring .gitignore to exclude .env files.
Audit Metadata