CtrlK
BlogDocsLog inGet started
Tessl Logo

qodo-get-rules

Loads coding rules from Qodo most relevant to the current coding task by generating a semantic search query from the assignment. Use when Qodo is configured and the user asks to write, edit, refactor, or review code, or when starting implementation planning. Skip if rules are already loaded.

89

Quality

87%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Risky

Do not use without reviewing

SKILL.md
Quality
Evals
Security

Security

2 findings — 1 high severity, 1 medium severity. You should review these findings carefully before considering using this skill.

High

W007: Insecure credential handling detected in skill instructions

What this means

The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.

Why it was flagged

Insecure credential handling detected (high risk: 0.80). The skill explicitly reads an API key from ~/.qodo/config.json or QODO_API_KEY and then directs the agent to call the remote POST /rules/search endpoint, which implicitly requires embedding that secret in the request (e.g., Authorization header), so the LLM may need to handle/output the secret verbatim.

Report incorrect finding
Medium

W012: Unverifiable external dependency detected (runtime URL that controls agent)

What this means

The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.

Why it was flagged

Potentially malicious external URL detected (high risk: 0.90). The skill makes runtime POST requests to the Qodo rules API (e.g., POST to {API_URL}/rules/search such as https://qodo-platform.qodo.ai/rules/v1/rules/search or a user-provided QODO_API_URL), and the returned rule content is directly applied to and controls the agent's code-generation instructions, so this external endpoint is a high-confidence runtime source of prompts/instructions.

Repository
qodo-ai/qodo-skills
Audited
Security analysis
Snyk

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.