intlayer-cms
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The documentation instructs users on using the Intlayer CLI tools (
intlayer,intlayer-editor) for authentication (login), configuration management (config push), and dictionary synchronization (dictionary push). It also describes thelivesync feature, which can wrap an application server (e.g.,next dev) to apply content updates in real-time using a subprocess via the--processflag. - [EXTERNAL_DOWNLOADS]: The skill references the installation of the
intlayer-editorpackage from the NPM registry as a development dependency and defines an MCP server (@intlayer/mcp) for agent interaction. These packages are official tools from the author's organization. - [CREDENTIALS_UNSAFE]: The documentation demonstrates secure configuration practices by advising the use of environment variables (
INTLAYER_CLIENT_ID,INTLAYER_CLIENT_SECRET) to manage sensitive project credentials, avoiding the risk of hardcoded secrets in the codebase.
Audit Metadata