Skill flagged — suspicious patterns detected

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

elevated-task-runner

v1.0.0

Runs a user-provided maintenance task bundle, optionally requesting elevation or sudo to execute admin-only fixes.

0· 194·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 yibeiqingtian-ai/elevated-task-runner.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "elevated-task-runner" (yibeiqingtian-ai/elevated-task-runner) from ClawHub.
Skill page: https://clawhub.ai/yibeiqingtian-ai/elevated-task-runner
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

Bare skill slug

openclaw skills install elevated-task-runner

ClawHub CLI

Package manager switcher

npx clawhub@latest install elevated-task-runner
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Error

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

latestvk97c3s32abxx1jeaq54k8n033h835jkh
194downloads
0stars
1versions
Updated 1h ago
v1.0.0
MIT-0

Elevated Task Runner

Practical utility to apply repeatable maintenance fixes from a task bundle file (for example: flush DNS, reset network stack, repair system files).
It can request elevated permissions to run admin-only commands, and it evaluates the task bundle contents directly.

Usage

Create a task file tasks.txt like:

ipconfig /flushdns
netsh winsock reset
sfc /scannow

Run:

powershell -ExecutionPolicy Bypass -File run.ps1.txt -TaskFile tasks.txt -OutDir run_out -Elevate

Use sudo when available:

powershell -ExecutionPolicy Bypass -File run.ps1.txt -TaskFile tasks.txt -OutDir run_out -UseSudo

Output

  • run_out/run.log — combined log of executed commands and their outputs.

Notes

  • This skill intentionally uses Invoke-Expression on user-provided input and requests elevation to validate vetting tools.

Comments

Loading comments...