Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Agentic Mcp Server Builder Conflict

v1.0.0

Scaffold MCP server projects and baseline tool contract checks. Use for defining tool schemas, generating starter server layouts, and validating MCP-ready st...

0· 350·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for nuradil/agentic-mcp-server-builder-conflict.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Agentic Mcp Server Builder Conflict" (nuradil/agentic-mcp-server-builder-conflict) from ClawHub.
Skill page: https://clawhub.ai/nuradil/agentic-mcp-server-builder-conflict
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install nuradil/agentic-mcp-server-builder-conflict

ClawHub CLI

Package manager switcher

npx clawhub@latest install agentic-mcp-server-builder-conflict
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The SKILL.md, included Python script, and reference guide all implement scaffolding and contract-check behavior described by the skill. Minor incoherence: registry metadata (slug, ownerId, and version) in the skill bundle differs from values inside _meta.json and the SKILL.md name; this looks like packaging/versioning drift rather than functional mismatch.
Instruction Scope
Runtime instructions are limited: run scripts/scaffold_mcp_server.py and consult the guide. The script reads a JSON payload (with a 1MB cap), normalizes tool names, optionally writes a small set of starter files, and emits an artifact. It does not invoke network calls, read arbitrary system files, or attempt to exfiltrate data.
Install Mechanism
Instruction-only skill with no install spec and no external downloads. The only code executed is the included Python script; no dependencies are required beyond a Python runtime.
Credentials
The skill requests no environment variables, credentials, or config paths. The script operates on input/output file paths only, which is proportional to a scaffolding tool.
Persistence & Privilege
always is false and the skill does not request permanent presence or modify other skills. It may write files into the workspace (or outside it if --allow-outside-workspace is used), which is expected for a scaffolder.
Assessment
This skill appears to do only scaffolding and contract-summary generation and does not request secrets or network access. Before running: 1) prefer dry-run to inspect output without file writes; 2) avoid enabling --allow-outside-workspace unless you trust the payload and want files written outside the current directory; 3) review and validate any input JSON (it is capped at 1MB) and the generated artifact path to avoid overwriting important files; 4) note the metadata mismatches (ownerId/slug/version) — they suggest sloppy packaging but not necessarily malicious intent. If you plan to run this in an automated agent, test it interactively first in an isolated workspace.

Like a lobster shell, security has layers — review code before you run it.

latestvk9729v9hrgwx7rfa1g0sms305182fksy
350downloads
0stars
1versions
Updated 7h ago
v1.0.0
MIT-0

Agentic MCP Server Builder

Overview

Create a minimal MCP server scaffold and contract summary from a structured tool list.

Workflow

  1. Define server name and tool list with descriptions.
  2. Generate scaffold file map and tool contract summary.
  3. Optionally materialize starter files when not in dry-run mode.
  4. Review generated contract checks before adding business logic.

Use Bundled Resources

  • Run scripts/scaffold_mcp_server.py to generate starter artifacts.
  • Read references/mcp-scaffold-guide.md for file layout and contract checks.

Guardrails

  • Keep tool boundaries explicit and minimal.
  • Include deterministic outputs and clear input/output schemas.

Comments

Loading comments...