Loads org- and repo-level coding rules from Qodo before code tasks begin, ensuring all generation and modification follows team standards. Use before any code generation or modification task when rules are not already loaded. Invoke when user asks to write, edit, refactor, or review code, or when starting implementation planning.
Low
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Required workflow step 4 fetches repository coding rules from the Qodo platform API at runtime, and step 5 formats/prints the rule “description” text into the agent’s context—i.e., it ingests outsider-provided free text delivered via an external API response.
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.
The skill explicitly fetches repository rules at runtime from the Qodo API (ENVIRONMENT-built API_URL such as https://qodo-platform.staging.qodo.ai/rules/v1), and those fetched rules are applied to and directly control code-generation instructions, meeting the criteria for a runtime external dependency that controls agent behavior.
641963c
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.