Ai Compound 1.0.1
Analysis
Review before installing: this skill is coherent but sets up automated memory jobs that scan sessions, rewrite agent memory/instructions, and commit changes without clear limits or approval steps.
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.
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.
Set up automated nightly review (cron) ... 0 * * * * /opt/homebrew/bin/clawdbot cron run compound-hourly
The skill encourages scheduled background automation that continues running hourly or nightly and modifies memory files after setup.
Update MEMORY.md and AGENTS.md ... Commit and push changes
The workflow authorizes automated mutation of agent instruction files and version-control state, including pushing changes, but does not define a safe diff/review/rollback process.
npx compound-engineering review ... npx compound-engineering setup-cron
The skill points users to an external npm-executed command, while the provided artifact set contains no package code, lockfile, or pinned version for that executable.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Commit and push changes
Pushing changes uses whatever repository write authority is available in the environment, but the skill does not scope the remote, branch, or approval requirements.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Review all sessions from the last 24 hours... Update MEMORY.md with a summary. Update memory/YYYY-MM-DD.md with details. Commit changes to git.
The skill stores extracted session content, preferences, decisions, and lessons into persistent memory files that future agents will reuse, without clear source labeling, redaction, approval, retention, or exclusion boundaries.
