moai-core-config-schema
Audited by Socket on Mar 2, 2026
1 alert found:
SecurityThis skill/spec is primarily a configuration-schema and environment/secrets management guide and contains expected patterns for reading local config files and environment variables. The main security concerns are operational rather than overtly malicious: (1) secrets are read from .env files and process.env as intended — this is necessary but requires strict operational controls (proper .gitignore, CI secret scanning, access controls) to avoid accidental exposure; (2) minor schema/filepath typos could break validation, potentially weakening enforcement; (3) allowed-tools (Bash, WebFetch) widen the capability surface and would require careful runtime restrictions to prevent misuse. There is no clear evidence of backdoors, remote exfiltration endpoints, download-and-execute patterns, obfuscation, or credential forwarding to third-party domains in the provided content. Overall, I assess this as a legitimate configuration management skill with moderate operational risk if standard secret-handling and CI controls are not followed.