Skill flagged — suspicious patterns detected

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

Sku

v1.0.0

SKU management reference — naming conventions, hierarchy design, lifecycle management, and inventory classification. Use when designing product catalogs, cre...

0· 126·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 bytesagain3/sku.

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install sku
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name/description describe SKU guidance and product-catalog design; the skill only requires running a bundled shell script that outputs those topics. No unrelated credentials, binaries, or installs are requested, which aligns with the stated purpose.
Instruction Scope
SKILL.md instructs the agent to execute scripts/script.sh with subcommands (intro, naming, hierarchy, etc.). The visible portion of script.sh simply prints reference text (safe). However the provided file content is truncated in the review, so it's not possible to guarantee there are no additional commands (network calls, file I/O, or other operations) elsewhere in the script. Running a local script is reasonable for this skill, but execution grants the script the agent runtime's filesystem/network rights.
Install Mechanism
No install specification and no external downloads; this is instruction-only plus a bundled script. That is low-risk compared to remote installs.
Credentials
The skill declares no required environment variables, credentials, or config paths. SKILL.md mentions a SKU_DIR (~/.sku/) default for data, which is proportional for a reference tool but should be checked to ensure it isn't used to access other locations.
Persistence & Privilege
always is false and the skill does not request permanent presence or elevated platform privileges. Autonomous invocation is permitted by default (platform behavior) — combine that with the ability to run local shell scripts only if you trust the code.
What to consider before installing
This skill looks coherent with its purpose and most of the visible script just prints documentation, but the provided script content was truncated in the review — do not assume safety until you inspect the entire scripts/script.sh. Before installing: (1) open and read the full scripts/script.sh to confirm there are no curl/wget/ssh/netcat calls, no exec of downloaded code, and no writes to sensitive paths or reads of secrets (e.g., ~/.ssh, ~/.aws); (2) confirm SKU_DIR is not set to an important system path and that the script does not overwrite files unexpectedly; (3) if you cannot review, run the skill in an isolated/sandboxed environment or deny autonomous execution. If the full script contains only the documented printouts, the skill is benign; if it contains network or file-manipulating commands, treat it as risky.

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

latestvk975sxavgkzrmqe5zjabd9q8gd83b7x8
126downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

SKU — SKU Management Reference

Quick-reference skill for SKU design, product hierarchy, and inventory classification.

When to Use

  • Designing SKU naming conventions for a product catalog
  • Building product hierarchy (category → family → variant)
  • Performing ABC/XYZ inventory analysis
  • Managing SKU proliferation and rationalization
  • Understanding UPC/EAN/GTIN barcode relationships

Commands

intro

scripts/script.sh intro

Overview of SKU concepts — definitions, purpose, and relationship to other identifiers.

naming

scripts/script.sh naming

SKU naming conventions — best practices, encoding schemes, and anti-patterns.

hierarchy

scripts/script.sh hierarchy

Product hierarchy design — categories, families, variants, and attributes.

barcodes

scripts/script.sh barcodes

Barcode and identifier systems — UPC, EAN, GTIN, ISBN, ASIN, and check digits.

abc

scripts/script.sh abc

ABC/XYZ analysis — classifying SKUs by revenue contribution and demand variability.

lifecycle

scripts/script.sh lifecycle

SKU lifecycle management — introduction, growth, maturity, decline, and end-of-life.

rationalization

scripts/script.sh rationalization

SKU rationalization — identifying and eliminating underperforming products.

metrics

scripts/script.sh metrics

Key SKU metrics — inventory turns, fill rate, days of supply, and velocity.

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

VariableDescription
SKU_DIRData directory (default: ~/.sku/)

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...