Back to skill
v1.0.0

Daily Loop Runner

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 8:29 AM.

Analysis

This instruction-only skill is narrowly focused on advancing one project step and writing a structured daily update, with no code, install steps, credentials, or hidden capabilities shown.

GuidanceThis appears safe to install as an instruction-only project-loop skill. Before using it on sensitive projects, make sure the project logs and writebacks are reviewed and that any selected downstream agent or tool is trusted.

Findings (2)

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.

Sensitive data protection

Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.

Memory and Context Poisoning
SeverityLowConfidenceHighStatusNote
SKILL.md
Update project_card with project_card_updates
- Write execution_summary + findings to daily log
- Populate next_action for tomorrow's loop

The skill intentionally writes persistent project state and daily logs that may guide future runs.

User impactIncorrect or low-quality writebacks could influence future project decisions, though this behavior is expected for the skill's purpose.
RecommendationReview project-card updates, daily-log entries, and next actions when using this skill for important projects.
Insecure Inter-Agent Communication
SeverityLowConfidenceMediumStatusNote
SKILL.md
selected_agent: string | null         # which agent or tool will execute
...
- Dispatch task to selected agent

The skill supports delegating work to another agent or tool, but the specific agent identities and boundaries are not defined in the artifact.

User impactIf connected to other agents or tools, project context may be passed to them as part of the daily loop.
RecommendationUse this skill with trusted downstream agents/tools and confirm that delegated task inputs contain only the context needed for the single selected action.