Skylv Container Helper

AdvisoryAudited by Static analysis on May 2, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If the user approves generated commands, the skill could help perform changes such as building images, pushing them to a registry, or altering container networking.

Why it was flagged

The skill is meant to guide Docker build, push, and network operations. This is purpose-aligned, but those operations can change local containers/images or remote registry state.

Skill content
description: Docker assistant. Container management, image building, and Dockerfile optimization ... 用户: 构建镜像并推送到registry ... 用户: 配置容器网络
Recommendation

Review generated Docker commands, image tags, registry targets, and network changes before running them.

What this means

A registry push could publish or overwrite images under whatever registry account and namespace the user is logged into.

Why it was flagged

Pushing to a registry may use the user's existing Docker login or registry account permissions. The artifacts do not show credential collection, storage, or leakage, but account-scoped actions are possible in this workflow.

Skill content
用户: 构建镜像并推送到registry
Recommendation

Use least-privilege registry credentials, confirm the target registry and repository, and avoid pushing sensitive images accidentally.

What this means

Users have limited external provenance information for the publisher or source of the instructions.

Why it was flagged

There is no executable package or install script to inspect, which reduces code-execution risk, but provenance is limited because no source or homepage is provided.

Skill content
Source: unknown
Homepage: none
No install spec — this is an instruction-only skill.
Recommendation

Install only if you trust the registry entry and manually review any Docker commands produced during use.