Skip to main content

get-qodo-rules

Fetches coding rules from Qodo to ensure compliance with team standards during code generation and modification tasks.

Install this skill

or
60/100

Security score

The get-qodo-rules skill was audited on Mar 3, 2026 and we found 6 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 55

Access to hidden dotfiles in home directory

SourceSKILL.md
55Check that the required Qodo configuration is present. The default location is `~/.qodo/config.json`.
medium line 57

Access to hidden dotfiles in home directory

SourceSKILL.md
57- **API key**: Read from `~/.qodo/config.json` (`API_KEY` field). If not found, inform the user that an API key is required and provide setup instructions, then exit gracefully.
medium line 58

Access to hidden dotfiles in home directory

SourceSKILL.md
58- **Environment name**: Read from `~/.qodo/config.json` (`ENVIRONMENT_NAME` field), with `QODO_ENVIRONMENT_NAME` environment variable taking precedence. If not found, inform the user that an API key i
medium line 111

Access to hidden dotfiles in home directory

SourceSKILL.md
111See `~/.qodo/config.json` for API key setup. Set `QODO_ENVIRONMENT_NAME` env var or `ENVIRONMENT_NAME` in config to select environment.
medium line 121

Access to hidden dotfiles in home directory

SourceSKILL.md
121- **No API key** - Inform the user with setup instructions; set `QODO_API_KEY` or create `~/.qodo/config.json`
high line 57

Prompting for API key/token input

SourceSKILL.md
57- **API key**: Read from `~/.qodo/config.json` (`API_KEY` field). If not found, inform the user that an API key is required and provide setup instructions, then exit gracefully.
Scanned on Mar 3, 2026
View Security Dashboard