Rcm Pulse
Analysis
The RCM news purpose is coherent, but the skill directs recurring autonomous posts and messages through Moltbook, Telegram, and Discord without clear credential scope or approval boundaries.
Findings (4)
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.
"Post insights to Moltbook. Send morning brief to JB via Telegram. Log to pulse archive."
This instructs the agent to take external communication and publishing actions as part of an autonomous daily run, without requiring a preview or explicit approval before posting.
"schedule": { "kind": "cron", "expr": "0 8 * * 1-5", "tz": "America/Chicago" } ... "Ping JB immediately via Discord #rcm-pulse (don't wait for morning)"The recurring schedule is aligned with the daily pulse purpose, but it is persistent autonomous behavior and includes out-of-schedule escalation messages.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
"Telegram message (JB's morning pulse)" ... "Moltbook post (authority building)" ... "Ping JB immediately via Discord #rcm-pulse"
These actions require account or channel authority, but the registry declares no primary credential, required environment variables, or credential scope for those integrations.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
"Answers go into LEARNING_LOG.md" and "Save to `/workspace/skills/rcm-pulse/pulse_archive/YYYY-MM-DD.md`"
The skill intentionally keeps persistent learning answers and pulse archives for future use, which is purpose-aligned but should be visible to the user.
