Auto Midjourney
Analysis
This Midjourney automation skill is mostly purpose-aligned, but it deserves review because it uses a full authenticated browser session/cookie, can submit batch jobs, and includes raw dynamic code execution in a helper script.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
return eval(source);
The helper script contains raw dynamic JavaScript execution. In a browser-session automation tool, this can become a broad escape hatch if the evaluated source is not tightly controlled.
`MJ_MAX_SUBMITS_PER_HOUR` | No | Local hourly cap. Set `0` to disable, which is now the default ... `MJ_MAX_SUBMITS_PER_DAY` | No | Local daily cap. Set `0` to disable, which is now the default
The skill can submit Midjourney jobs, including batch workflows, while hourly and daily caps are disabled by default despite the stated conservative-use posture.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`MJ_COOKIE` | Yes | Full authenticated Cookie header copied from browser
The skill requires the user's full authenticated Midjourney cookie, which grants session-level account access for submitting jobs and reading user state.
