Proactive Agent
Analysis
Review before installing: the skill is mostly coherent with its proactive-agent purpose, but it asks the agent to persist private context, inspect email/calendar, change local/browser state, and rewrite its own operating notes.
Findings (7)
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.
Close Unused Apps ... Browser Tab Hygiene ... Close: Random searches, one-off pages ... Desktop Cleanup - Move old screenshots to trash
The heartbeat checklist tells the agent to make local environment changes, including closing apps/tabs and moving files, without clearly requiring user approval in that workflow.
Learn a lesson → update AGENTS.md, TOOLS.md, or skill file ... Don't wait for permission to improve. If you learned something, write it down now.
The agent is told to alter future operating rules and skill files based on learned lessons without human review, so a mistaken or poisoned lesson can persist across sessions.
When you receive a heartbeat poll ... Track state in: `memory/heartbeat-state.json` ... When to reach out: ... It's been >8h since you said anything
The skill is designed for ongoing heartbeat-driven activity and proactive outreach, which is disclosed and purpose-aligned but means the agent may act outside a direct user prompt.
Run security audit: `./scripts/security-audit.sh`
The skill includes a user-directed shell audit script. The provided script content appears security-audit focused and does not show hidden network calls, but it still executes local commands and reads local files/configuration.
Source: unknown Homepage: none
The registry metadata provides limited provenance for a package that contains operating-rule files and a shell script.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Things to check periodically: - Emails - anything urgent? - Calendar - upcoming events?
The skill instructs periodic access to private email and calendar data, but the registry requirements declare no credential or configuration scope, leaving account boundaries unclear.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
`SESSION-STATE.md` | Active working memory (current task) | Every message with critical details ... `MEMORY.md` | Curated long-term wisdom
The active skill instructs the agent to persist conversation details and long-term context into workspace memory files, which can capture sensitive personal or business information and reuse it in later sessions.
