evernote-multi-env-setup
Warn
Audited by Gen Agent Trust Hub on Apr 4, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The
ConfigLoaderclass inreferences/implementation-guide.mdimplements dynamic module loading usingrequire()with a path computed from theNODE_ENVenvironment variable. This pattern is identified as dynamic loading from computed filesystem paths. - [CREDENTIALS_UNSAFE]: The
docker-compose.ymlfile inreferences/implementation-guide.mdincludes hardcoded default credentials (POSTGRES_USER: postgres,POSTGRES_PASSWORD: postgres) for the local database service. While common in development templates, they are plaintext secrets. - [COMMAND_EXECUTION]: The skill uses
Bashtools scoped tonpm:*to facilitate dependency management and script execution, which are essential for setting up the described multi-environment Node.js application.
Audit Metadata