Skill flagged — suspicious patterns detected

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

Local GMNCODE Vision Pro

v1.0.0

Advanced local vision infrastructure for agents when built-in image tools are unavailable or unreliable. Use for batch image analysis, structured JSON output...

0· 103·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 io2077/local-gmncode-vision-pro.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Local GMNCODE Vision Pro" (io2077/local-gmncode-vision-pro) from ClawHub.
Skill page: https://clawhub.ai/io2077/local-gmncode-vision-pro
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 local-gmncode-vision-pro

ClawHub CLI

Package manager switcher

npx clawhub@latest install local-gmncode-vision-pro
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Suspicious
high confidence
!
Purpose & Capability
The name/description emphasize a local/professional offline fallback, but the included scripts POST base64-encoded images to https://gmncode.cn/v1/responses using a GMNCODE_API_KEY. Requiring an external API key and network calls contradicts the 'local' implication. Additionally, SKILL.md lists GMNCODE_API_KEY in Dependencies while the registry metadata shows no required env vars — a clear mismatch.
!
Instruction Scope
Runtime instructions point to local scripts that read arbitrary image file paths and invoke the bundled Python scripts. The scripts encode whole images and transmit them to an external endpoint without any SKILL.md warning about external transmission or privacy/retention. SKILL.md also hardcodes absolute paths under /home/ubuntu, which may not be valid for other environments.
Install Mechanism
There is no install spec (lower install risk), but code files require Python and the 'requests' library which are not declared. No downloaded or extracted binaries are present, but the lack of dependency declaration may cause runtime failures or unexpected behavior.
!
Credentials
The code reads GMNCODE_API_KEY from the environment (and will fail without it), yet the registry metadata does not declare any required env vars or a primary credential. Asking for an API key that grants a third-party service the ability to receive full image payloads is a high-impact secret and should be explicitly declared and justified.
Persistence & Privilege
The skill is not always-enabled, does not request system-wide persistence, and has no install script that modifies other skills or global agent configuration.
What to consider before installing
Do not install or provide credentials to this skill until you are comfortable with the external transmission of images. Key points to consider: - This skill is NOT truly local: it base64-encodes images and sends them to https://gmncode.cn. Treat this as sending sensitive data to a third party. - Registry metadata omits the required GMNCODE_API_KEY; the discrepancy is suspicious and should be fixed or explained before trusting the skill. - If you need to evaluate safely: inspect/modify scripts locally, run them with non-sensitive test images, and monitor network traffic to confirm endpoints. Only supply an API key if you trust the gmncode.cn service and its privacy/retention policies. Prefer a version that performs inference locally (no network) if you require true local processing.

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

latestvk97145m2f19156bpkp4y64j5kd83g03e
103downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

local-gmncode-vision-pro

Use this skill when basic single-image fallback is not enough and the task needs production-grade image understanding.

Core scripts

  • Batch processing: /home/ubuntu/.openclaw/workspace/skills/local-gmncode-vision-pro/scripts/vision_batch.py
  • Structured JSON output: /home/ubuntu/.openclaw/workspace/skills/local-gmncode-vision-pro/scripts/vision_json.py

Workflow

  1. Prefer the built-in image tool if it is healthy and available.
  2. If image fails or needs more control, use the Pro scripts.
  3. For multi-image work, use vision_batch.py.
  4. For agent/tool pipelines, use vision_json.py to get machine-readable output.
  5. If results are uncertain, say so explicitly and return best-effort ranked hypotheses.

Dependencies

  • Environment variable: GMNCODE_API_KEY
  • Model route: gpt-5.4

Read when needed

Read this file for packaging, pricing, and promotion: /home/ubuntu/.openclaw/workspace/skills/local-gmncode-vision-pro/references-go-to-market.md

Output principles

  • Be explicit about uncertainty.
  • Separate confirmed observations from inference.
  • Prefer structured output for automation.
  • Do not overclaim exact character identity when only style-level evidence exists.

Comments

Loading comments...