groove-admin-config
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill requests permission for various bash tool namespaces including
git,beans,gh,linear,npx, andmkdir. These are intended to support the integration of the task backends (GitHub, Linear, etc.) and file system management for the tool's local configuration. - [DATA_EXPOSURE]: The skill reads and writes configuration files within the local
.groove/directory. It also reads the version from a localskills/groove/SKILL.mdfile. No sensitive system files, environment variables, or hardcoded credentials are accessed or exposed. - [PROMPT_INJECTION]: The skill uses
AskUserQuestionto gather configuration values. While it processes user input, the logic is constrained to specific keys and valid options defined in the instructions, and it does not allow for bypassing its own internal logic or the underlying agent's safety guidelines.
Audit Metadata