Back to skill
v1.1.0

Daily Questions

ReviewClawScan verdict for this skill. Analyzed May 1, 2026, 5:38 AM.

Analysis

The skill is transparent about its purpose, but it should be reviewed because it can run daily and persistently change personal profile and agent-behavior files.

GuidanceReview this before installing if you are comfortable with a daily scheduled agent asking personal questions and writing the results into USER.md and SOUL.md. Consider adding confirmation before file updates, backups, retention limits, and a clear way to stop the cron job.

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.

Abnormal behavior control

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.

Rogue Agents
SeverityLowConfidenceHighStatusNote
SKILL.md
Create a cron job with a prompt like: ... Time for your daily questions ... Default 21:00 daily

The skill asks to create a scheduled routine that recurs daily. This is disclosed and aligned with the skill purpose, but it is persistent background operation.

User impactThe agent may keep messaging you and updating memory files every day until the cron job is changed or removed.
RecommendationSet the schedule deliberately, document where the cron job is installed, and add an easy pause/disable procedure.
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
SeverityMediumConfidenceHighStatusConcern
SKILL.md
Read USER.md and SOUL.md fully ... update USER.md ... update SOUL.md the same way.

The skill explicitly reads and mutates persistent user and agent-behavior files, allowing questionnaire answers to shape future agent context and behavior.

User impactPersonal answers and button taps can become lasting memory, and SOUL.md changes may influence how the agent behaves in later tasks.
RecommendationOnly install if you want persistent personalization. Require review of proposed USER.md/SOUL.md changes, keep backups, and define what information should never be stored.