Skill flagged — suspicious patterns detected

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

agentic-workflow-automation-p

v1.0.0

Design and orchestrate robust multi-step agent workflows with reusable blueprints. Automate complex trigger-action sequences, define deterministic workflows,...

0· 17·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 subaru0573/agentic-workflow-automation-p.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "agentic-workflow-automation-p" (subaru0573/agentic-workflow-automation-p) from ClawHub.
Skill page: https://clawhub.ai/subaru0573/agentic-workflow-automation-p
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 subaru0573/agentic-workflow-automation-p

ClawHub CLI

Package manager switcher

npx clawhub@latest install agentic-workflow-automation-p
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill's name/description, SKILL.md, reference guide, and the bundled Python script all align with generating workflow blueprints and exporting them in JSON/MD/CSV. There are no unrelated environment variables, binaries, or config paths requested. Minor mismatch: the description mentions integration with orchestration frameworks, but the repo provides only a portable blueprint generator (no connectors) — this is a plausible scope choice, not a security problem.
Instruction Scope
SKILL.md only instructs the agent to run the included script and read the guide. The script reads a user-supplied input JSON (size-limited to 1,048,576 bytes) and writes to a user-supplied output path. It does not access other system files, environment variables, or remote endpoints. Caution: because it writes to an arbitrary output path you pass, ensure you do not unintentionally overwrite sensitive files when invoking the script.
Install Mechanism
No install spec is provided (instruction-only with a small helper script). Nothing is downloaded or written to disk by an installer. This is the lowest-risk install profile.
Credentials
The skill requests no environment variables or credentials. The primary credential field is empty and no config paths are required — privileges requested are proportionate to the stated functionality.
Persistence & Privilege
The skill is not marked always:true, does not modify other skills or global agent configuration, and does not request persistent system presence. Autonomous invocation is allowed by default but is not combined with elevated privileges here.
Assessment
This skill appears to do what it claims: generate portable workflow blueprints. Before installing/using it, review the small Python script (already included) to confirm its behavior, and when running it provide trusted input files and an output path that won't overwrite important system files. Because the tool writes files to whatever --output you specify, avoid running it with administrative privileges or using system-critical paths. If you need connectors to specific orchestration platforms, note that this package only produces blueprints and does not include platform-specific integrations.

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

latestvk9799pjhv67gn9zzhjt131dtss85fh5e
17downloads
0stars
1versions
Updated 4h ago
v1.0.0
MIT-0

Agentic Workflow Automation

Overview

Build workflow blueprints that can be translated into automation platforms such as n8n or internal orchestrators.

Workflow

  1. Define workflow name, trigger, and ordered steps.
  2. Normalize each step into a simple execution contract.
  3. Build a blueprint with dependencies and execution order.
  4. Export JSON/markdown artifacts for implementation.

Use Bundled Resources

  • Run scripts/generate_workflow_blueprint.py for deterministic workflow output.
  • Read references/workflow-blueprint-guide.md for step design guidance.

Guardrails

  • Keep each step single-purpose.
  • Include clear fallback behavior for failed steps.

Comments

Loading comments...