manage-app
Pass
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
twentyCLI (viayarn twenty) to perform operational tasks such as managing remotes, syncing changes, building, and deploying. These actions are standard for the platform and within the intended scope of the skill. - [CREDENTIALS_UNSAFE]: The instructions correctly advise against hardcoding API keys in source files and demonstrate the use of environment variables ($TWENTY_API_KEY) and repository secret stores for CI/CD workflows.
- [PROMPT_INJECTION]: The skill reads project files such as
package.jsonandsrc/application-config.tsand monitors CLI output. While this creates a surface for indirect prompt injection from application data, it is a necessary requirement for the skill's primary purpose of troubleshooting and managing existing codebases. - [DATA_EXFILTRATION]: The skill interacts with local configuration in
~/.twenty/config.jsonthrough its own CLI to manage authenticated remotes. No patterns suggestive of unauthorized data exfiltration to external domains were detected.
Audit Metadata