Autonomous research review loop using any OpenAI-compatible LLM API. Configure via llm-chat MCP server or environment variables. Trigger with "auto review loop llm" or "llm review".
61
73%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Critical
Do not install without reviewing
Fix and improve this skill with Tessl
tessl review fix ./skills/auto-review-loop-llm/SKILL.mdSecurity
1 critical severity finding. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.
Detected a prompt injection in the skill instructions. The skill contains hidden or deceptive instructions that fall outside its stated purpose and attempt to override the agent’s safety guidelines or intended behavior.
The skill contains an explicit instruction to retry writes "silently" and "Do NOT ask the user for permission" (SKILL.md:209), which directs deceptive/unauthorized behavior outside the normal documented purpose of reviewing and documenting rounds.
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.
The required workflow calls an external reviewer via the `llm-chat` MCP tool / curl and then appends the “Reviewer Raw Response” (which is outsider-generated free text from the external LLM service) into `review-stage/AUTO_REVIEW.md`, which is then included in subsequent round prompts (“Include previous context in round 2+ prompts”), creating an indirect prompt-injection path.
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 issues runtime curl/MCP calls to external LLM endpoints (e.g., https://api.deepseek.com/v1) whose responses are parsed and used to drive agent actions/implement fixes automatically, so remote content directly controls the agent's instructions.
f4f20f9
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.