Mini Coder Max

PassAudited by VirusTotal on May 6, 2026.

Overview

Type: OpenClaw Skill Name: eric-mini-coder-max-v2 Version: 1.0.0 The skill bundle 'eric-mini-coder-max-v2' is a comprehensive set of instructions for an AI coding agent. It outlines a disciplined workflow involving planning, research, implementation, and quality assurance (SKILL.md). The instructions explicitly prioritize security best practices, such as avoiding hardcoded credentials and checking for SQL injection or XSS vulnerabilities, and do not contain any malicious commands, data exfiltration logic, or prompt-injection attacks.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may produce or modify code across small or large projects when invoked.

Why it was flagged

The skill is designed to perform coding work that could affect user project files. This is the stated purpose, but code changes can have practical impact if accepted without review.

Skill content
Autonomous coding agent that systematically plans, implements, reviews, and delivers high-quality code. Handles tasks of any complexity
Recommendation

Review the plan and resulting diffs/tests before merging, deploying, or running generated code.

What this means

The agent may consult external websites when researching implementation details.

Why it was flagged

The skill directs the agent to use external research tools for documentation and troubleshooting. This is disclosed and relevant to coding tasks.

Skill content
Use web search and fetch tools to find information
Recommendation

Prefer official documentation and verify important dependency, security, or API guidance before relying on it.