Claude Automation Recommender

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.

What this means

The agent may inspect the local project using shell commands while preparing recommendations.

Why it was flagged

The skill declares Bash access for analysis. The displayed workflow uses read-only commands such as ls, cat, and grep, so this is purpose-aligned, but Bash is a broad tool.

Skill content
tools: Read, Glob, Grep, Bash
Recommendation

Allow only read-only analysis commands unless you explicitly ask for implementation or installation work.

What this means

If you install recommended MCP servers, Claude may gain access to important accounts or systems depending on the credentials and permissions you grant.

Why it was flagged

The skill may recommend MCP servers that connect to third-party accounts and can affect databases, repositories, cloud resources, or other services.

Skill content
Supabase MCP - Direct database operations ... GitHub MCP - Issues, PRs, actions ... AWS MCP - Cloud resource management
Recommendation

Use least-privilege credentials, confirm the MCP server source, and review what each integration can read or change before enabling it.

What this means

Installing an untrusted recommended plugin could add unsafe commands, hooks, agents, or skills to your Claude Code setup.

Why it was flagged

The skill can recommend plugins discovered outside the included reference list. This is aligned with its recommender role, but community plugins require provenance review.

Skill content
Use web search to discover additional community plugins.
Recommendation

Prefer official or well-reviewed plugins and inspect plugin contents before installation.

What this means

If you implement recommended hooks, commands may run automatically during future Claude Code sessions.

Why it was flagged

The skill recommends hooks that can automatically run local commands after edits, writes, notifications, or other Claude Code events.

Skill content
Hooks automatically run commands in response to Claude Code events.
Recommendation

Review hook commands carefully, keep them scoped to safe project tasks, and avoid hooks that run untrusted scripts or destructive commands.

What this means

Persistent memory can be useful, but it may store sensitive project details or carry forward outdated or poisoned context.

Why it was flagged

The skill may recommend persistent memory integrations that reuse project context across sessions.

Skill content
Memory MCP - Cross-session memory ... Claude remembers project context, decisions, and patterns across conversations.
Recommendation

Enable memory only with clear retention rules, avoid storing secrets, and periodically review or clear saved memories.

What this means

A poorly reviewed MCP configuration could affect multiple users on the project, not just the person who added it.

Why it was flagged

The skill recommends sharing MCP configuration through the repository, which can propagate tool integrations to teammates.

Skill content
Checked-in `.mcp.json` - Available to entire team (recommended!)
Recommendation

Do not commit secrets, require team review for shared MCP configs, and document what each server can access.