cancel
Automatically cancels any active OMC mode, ensuring proper state cleanup and workflow management.
Install this skill
or
71/100
Security score
The cancel skill was audited on May 19, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 183
Template literal with variable interpolation in command context
SourceSKILL.md
| 183 | ```bash |
medium line 74
Access to hidden dotfiles in home directory
SourceSKILL.md
| 74 | 4. Team artifacts (`~/.gemini/antigravity/teams/*/`, `~/.gemini/antigravity/tasks/*/`, `.omc/state/team-state.json`) are best-effort cleared as part of the legacy fallback. |
medium line 136
Access to hidden dotfiles in home directory
SourceSKILL.md
| 136 | Teams are detected by checking for config files in `~/.gemini/antigravity/teams/`: |
low line 140
Access to hidden dotfiles in home directory
SourceSKILL.md
| 140 | TEAM_CONFIGS=$(find ~/.gemini/antigravity/teams -name config.json -maxdepth 2 2>/dev/null) |
low line 147
Access to hidden dotfiles in home directory
SourceSKILL.md
| 147 | For each team found in ~/.gemini/antigravity/teams/: |
low line 171
Access to hidden dotfiles in home directory
SourceSKILL.md
| 171 | 1. Call TeamDelete() — removes ~/.gemini/antigravity/teams/{name}/ and ~/.gemini/antigravity/tasks/{name}/ |
low line 202
Access to hidden dotfiles in home directory
SourceSKILL.md
| 202 | Path: ~/.gemini/antigravity/teams/{name}/ and ~/.gemini/antigravity/tasks/{name}/ |
medium line 206
Access to hidden dotfiles in home directory
SourceSKILL.md
| 206 | 1. Read `~/.gemini/antigravity/teams/*/config.json` to find active teams |
medium line 256
Access to hidden dotfiles in home directory
SourceSKILL.md
| 256 | 5. Team artifacts (`~/.gemini/antigravity/teams/*/`, `~/.gemini/antigravity/tasks/*/`, `.omc/state/team-state.json`) remain best-effort cleanup items invoked during the legacy/global pass. |
Scanned on May 19, 2026
View Security Dashboard