Auto Context
Analysis
This instruction-only skill is coherent and low-risk, but it will proactively read local project context files and its README includes unpinned/manual install examples.
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.
Do not wait for the user to ask — proactively load context... Read TODO.md... Glob .cursor/handoffs/*.md
The skill directs autonomous local file reads before major actions. This is disclosed and central to the purpose, but users should know the agent may read project context without a separate prompt each time.
npx add https://github.com/wpank/ai/tree/main/skills/meta/auto-context
The README includes a user-run install command from an unpinned GitHub branch. This is an installation/provenance consideration rather than evidence of unsafe runtime behavior.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
After loading, produce a context summary... Current Task... Recent Changes... Relevant Findings...
Project documents are intentionally brought into the agent’s context and used to shape subsequent work. If those files are stale or contain misleading instructions, they could influence the agent’s behavior.
