gld_ue_template

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a normal React/Ant Design front-end template, with the expected caution that npm packages will be installed.

This skill looks appropriate if you want a React/Ant Design EPC management UI template. Before installing, verify the publisher/source, review package.json and package-lock.json, and run npm install only in the intended project folder.

Findings (1)

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

Installing the template will download npm packages into the target project.

Why it was flagged

The skill asks the user to install third-party npm dependencies. This is normal for the stated React template purpose, but users should notice that dependency installation changes the local project environment.

Skill content
Install Dependencies: Run `npm install` (React 18, Ant Design 5.x, React Router v6, Chart.js).
Recommendation

Install only in the intended project directory, keep/review the included package-lock.json, and use a trusted npm registry.