workflow-automation
Warn
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/deploy.shfile contains logic to execute commands on remote production and staging servers using SSH. While standard for deployment, this allows for arbitrary remote command execution. - [COMMAND_EXECUTION]: The
package.jsonandMakefilefiles include destructive commands such asrm -rf dist node_moduleswhich can lead to data loss if executed in the wrong directory. - [COMMAND_EXECUTION]: The skill uses
dockeranddocker-composeto manage system containers, which typically requires elevated privileges. - [EXTERNAL_DOWNLOADS]: The automation scripts utilize
npm installandnpm cito fetch and install external dependencies from the npm registry. - [REMOTE_CODE_EXECUTION]: The GitHub Actions workflow (
ci.yml) uses external actions likecodecov/codecov-action@v3. These are from well-known services but involve executing third-party code in the CI environment.
Audit Metadata