Skill flagged — suspicious patterns detected

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

Sop Architect

v1.1.0

Automatically generates detailed Standard Operating Procedures (SOPs) for recurring digital tasks. Ideal for scaling agency operations or documenting interna...

0· 430·0 current·0 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 balkanblbn/sop-architect.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Sop Architect" (balkanblbn/sop-architect) from ClawHub.
Skill page: https://clawhub.ai/balkanblbn/sop-architect
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 balkanblbn/sop-architect

ClawHub CLI

Package manager switcher

npx clawhub@latest install sop-architect
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the provided files. SKILL.md describes generating SOPs and the included script creates SOP markdown files from provided inputs — this is proportionate to the stated purpose.
Instruction Scope
Runtime instructions stay within the skill's purpose and only describe composing SOP content and saving it under SOPs/<task-name>.md. One implementation detail: scripts/generate_sop.sh writes files using the raw task name (spaces replaced with underscores) and does not sanitize path traversal segments (e.g., TASK_NAME='../foo' leads to SOPs/../foo.md which resolves outside the SOPs directory). This is a minor safety/overwrite risk but not evidence of malicious intent.
Install Mechanism
No install spec; instruction-only skill with a small helper script. Nothing is downloaded or executed from external URLs.
Credentials
No environment variables, credentials, or config paths are requested. SKILL.md suggests documenting 'access levels' in SOP content but does not request or access any secrets.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify agent-wide configuration. It writes files only under the working directory (with the minor path-traversal caveat noted).
Assessment
This skill appears to do what it says: it generates SOP markdown files and contains a small bash helper. No network calls or credentials are requested. Before installing, consider: 1) review or sanitize task names you pass to avoid accidental path traversal or file overwrite (the script does not sanitize '..' segments); 2) run the skill from a safe working directory or container so file writes cannot overwrite important files; 3) if you expect to use untrusted input for task names, modify the script to reject or sanitize non-alphanumeric characters. Otherwise the skill is coherent and low-risk.

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

latestvk97ctm3bfkk89bmnfdex8ttwk58205cj
430downloads
0stars
2versions
Updated 23h ago
v1.1.0
MIT-0

SOP Architect

Turn any complex task into a repeatable manual.

Workflow

  1. Input Task: Describe the goal (e.g., "Monthly SEO Audit").
  2. Deconstruct: Identify required tools, access levels, and prerequisites.
  3. Step-by-Step: Generate 5-10 specific, numbered steps.
  4. Failure Modes: Document what to do when things go wrong at each step.

Output Format

SOPs are saved to SOPs/<task-name>.md.

Benefits

  • Reduces agent errors.
  • Makes results consistent across different sessions.
  • Easy to hand off to human team members.

Installation

clawhub install sop-architect

Comments

Loading comments...