langgraph-cli
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [Command Execution]: The skill documents the use of the
langgraphCLI for building images, running local servers, and managing deployments. These operations involve standard development tasks such asdocker buildand running development servers locally. - [External Dependencies]: Documentation provides installation instructions for official packages via standard registries like PyPI and NPM. These resources originate from a well-known source and are used for tool setup.
- [Network Configuration]: The skill mentions features like
langgraph dev --tunnelandlanggraph dev --host 0.0.0.0which can expose local services to a network. These are intended for remote access or testing and should be configured according to local security policies. - [Environment Management]: The skill references the use of
.envfiles for managing configuration and secrets likeLANGSMITH_API_KEY. This follows standard security practices for keeping credentials out of source code.
Audit Metadata