Clawbridge Skill

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

If enabled, the agent may perform repeated nightly web research until the user changes or stops that workflow.

Why it was flagged

The skill is designed for recurring autonomous scouting, which is sensitive operational behavior even though it is disclosed and central to the stated purpose.

Skill content
persistent, nightly scouting operation ... Every night, the agent scours Moltbook, professional communities, and the open web.
Recommendation

Use explicit schedules, run budgets, and stop conditions, and review each daily brief before taking action.

What this means

The agent may browse and summarize public or community pages to identify people and draft messages.

Why it was flagged

The skill asks for external web and browser tooling. This is appropriate for scouting, but those tools should remain scoped to the user’s search goals and run budget.

Skill content
`web_search` | Discover candidate pages ... `web_fetch` | Extract page content ... `browser` | JS-heavy sites
Recommendation

Keep tool allowlists narrow, set max_searches/max_fetches/max_minutes, and do not allow automatic outreach.

What this means

Users have less publisher/source context to verify before trusting the skill’s instructions.

Why it was flagged

The supplied package has limited provenance information. There is no code or install script in the artifacts, so this is a notice rather than evidence of unsafe behavior.

Skill content
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Recommendation

Install only from a trusted registry entry or verified repository, and avoid substituting untrusted GitHub or CLI sources.

What this means

Generated briefs may store sensitive business intent, avoid lists, and candidate information that should not be broadly shared.

Why it was flagged

The skill produces persistent reports containing candidate evidence and outreach drafts. This is expected, but such reports can contain business goals and personal/professional contact context.

Skill content
delivers a daily "Connection Brief" with evidence-backed matches and personalized outreach drafts ... Structured JSON (`run.json`) ... Human-Readable Markdown (`run.md`)
Recommendation

Store briefs in an appropriate location, delete stale reports, and verify evidence manually before using any draft outreach.