Auto Study

ReviewAudited by ClawScan on May 10, 2026.

Overview

Auto Study is transparent about automating study websites, but it includes an unsafe WSL instruction to work outside the sandbox and can act through a logged-in browser profile.

Install only if you are comfortable with an agent controlling a dedicated Chrome profile for your study accounts. Do not use it for formal exams or where platform/institution rules prohibit automation. Review answers before any submission, keep all file operations inside the normal workspace/sandbox, and delete saved screenshots or records when finished.

Findings (5)

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 try to run commands outside normal containment, making file writes and command side effects harder to limit or review.

Why it was flagged

This explicitly suggests bypassing the normal sandbox boundary for shell-based file operations, which is broader than the stated browser-study workflow.

Skill content
If a socket error occurs while writing task artifacts, try using a shell loop outside the sandbox.
Recommendation

Remove or ignore the outside-sandbox workaround; require explicit user approval for any shell command and keep artifacts inside the intended workspace.

What this means

Actions may change answers or submit work on a logged-in learning platform if the user asks for it.

Why it was flagged

The skill gives the agent direct browser-control authority to change page state and potentially submit answers; this is central to the stated purpose and submission is separately restricted.

Skill content
Interact with Chrome using CDP... Interact with the page according to the user's request, such as selecting, filling, or clearing answers, or clicking the submit button.
Recommendation

Use only where permitted, review answers before submission, and give explicit approval for each submit action.

What this means

Anyone or any agent using that profile may be able to access the same logged-in learning accounts and perform account actions.

Why it was flagged

The skill intentionally preserves login state in a persistent browser profile so the agent can act as the user on study platforms.

Skill content
Reuse the same browser profile for the same site when login state matters. Always launch Chrome with the designated persistent profile.
Recommendation

Use a dedicated profile, avoid storing unrelated accounts in it, and clear or revoke sessions when no longer needed.

What this means

Study content, answers, scores, or personal learning-platform details may remain on disk after the task.

Why it was flagged

The workflow creates persistent local records containing screenshots, questions, answers, and potentially scores or identifying page details.

Skill content
`record.md`; `images/full.png` for a full-page screenshot of the task; `images/q001.png`, `images/q002.png` for per-question screenshots
Recommendation

Review and delete stored artifacts when finished, especially on shared machines or sensitive coursework.

What this means

A user could unintentionally use the automation on a consequential quiz, assignment, or exam page if they do not verify the context first.

Why it was flagged

The skill relies on the user to identify formal exams or disallowed use rather than treating page labels as sufficient warning.

Skill content
Treat all pages as ordinary practice by default unless the user explicitly says otherwise.
Recommendation

Stop and ask for confirmation when a page appears to be graded, formal, contest-based, or institutionally restricted.