Skill flagged — suspicious patterns detected

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

Ab Test Setup Migrated

v1.0.0

Skill migrada desde examples - ab-test-setup con capacidades completas

0· 106·0 current·0 all-time
byJosé Cuevas@jacr6

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for jacr6/ab-test-setup-migrated.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Ab Test Setup Migrated" (jacr6/ab-test-setup-migrated) from ClawHub.
Skill page: https://clawhub.ai/jacr6/ab-test-setup-migrated
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 ab-test-setup-migrated

ClawHub CLI

Package manager switcher

npx clawhub@latest install ab-test-setup-migrated
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
!
Purpose & Capability
The description says 'capabilities completas' and is a migrated, full-featured skill, but the package contains no code, no install specification, and no declared dependencies. That mismatch (claiming full capabilities while providing only an instruction-only SKILL.md) is incoherent — either required components are missing or the metadata is inaccurate.
!
Instruction Scope
The SKILL.md only contains examples and integration snippets that require local modules using paths like '~/.opencode/skills/...'. Those examples implicitly reference files under the user's home directory even though the skill declares no config paths or required modules. If an agent executed those examples it could attempt to load code from the user's filesystem — a scope/delivery mismatch.
Install Mechanism
No install specification is present (instruction-only). That is low-risk in itself, but given the skill's claims and example requires, the absence of an install step increases incoherence.
Credentials
The skill declares no required environment variables or credentials, which is consistent with an instruction-only example. However, the examples call a 'searchWeb' helper and other local modules without declaring any service credentials; this is suspicious only if those helpers would require external API keys in practice.
Persistence & Privilege
always is false and there is no indication the skill requests persistent system-wide privileges or modifies other skills. Autonomous invocation is allowed (default) but not combined with additional privileged requirements.
What to consider before installing
This skill looks like a migrated example rather than a complete, installable skill. Before using it: 1) ask the publisher for the missing code, install instructions, and provenance; 2) examine the referenced local modules (~/.opencode/skills/...) on your machine — do not create or run those modules unless you trust their source; 3) prefer skills that include explicit install steps or packaged code and that declare any credentials they need. If you must run it, do so in an isolated environment and inspect any local code it would require first.

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

latestvk97bb87vqsec7k1fzs0qsnyy0h83w4mp
106downloads
0stars
1versions
Updated 4w ago
v1.0.0
MIT-0

ab-test-setup (Migrated)

Overview

Esta skill ha sido migrada desde ./examples y mejorada para Qwen Code.

Usage Examples

Example 1: Basic Usage

const skill = require('~/.opencode/skills/ab-test-setup');
const result = await skill.execute();

Example 2: Advanced Usage

const { OptimizedSubagent } = require('~/.opencode/skills/subagente-optimizado');

const agent = new OptimizedSubagent({
    taskName: 'ab-test-setup task',
    taskType: 'ab',
    context: { userGoal: 'Objective' }
});

const result = await agent.execute(async ({ context, tools }) => {
    // Implementation
});

Integration

Buscador de Skills

const bs = require('~/.opencode/skills/buscador_de_skills');
const skill = bs.searchByName('ab-test-setup');

Exa Search

const search = require('~/.opencode/skills/exa-search');
const results = await search.searchWeb('ab-test-setup best practices 2026');

Optimization

Esta skill usa las optimizaciones de quota:

  • Context compression (650 tokens vs 10K)
  • Tool restriction (3-4 tools max)
  • Iteration limits (3 max)
  • Result caching (TTL: 1h)

References

  • Source: ./examples/claude-skills-main/.gemini/skills/ab-test-setup
  • Migrated: 2026-03-29

Comments

Loading comments...