Webpack Config
v2.0.0Webpack/Vite配置生成。项目配置、插件、Loader、优化、代码分割、迁移。Webpack/Vite config generator with plugins, loaders, optimization, code splitting. Webpack、Vite、构建工具。
⭐ 0· 418·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (Webpack/Vite config generator) matches the included files: scripts produce webpack.config.js templates and a simple CLI-like script. No unrelated credentials, binaries, or external services are required by the code.
Instruction Scope
SKILL.md is a short instruction/metadata file and references running a CLI. The included scripts implement that CLI behaviour. The scripts do not read arbitrary system files or environment secrets, but they do create a data directory and append logs (history.log and data.log) under $WEBPACK_CONFIG_DIR or default ${XDG_DATA_HOME:-$HOME/.local/share}/webpack-config. This local write behavior is expected for a CLI that keeps history but is noteworthy.
Install Mechanism
No install spec is provided (instruction-only style). There is no download-from-URL or package install step in the manifest. The only code present are local shell scripts; nothing in the manifest writes arbitrary remote code to disk during installation.
Credentials
The skill requires no environment variables or credentials. It optionally respects WEBPACK_CONFIG_DIR/XDG_DATA_HOME to locate its data directory — no secrets or unrelated environment access is requested or used.
Persistence & Privilege
The skill does not request platform privileges and is not always-enabled. It does persist small files under a per-user data directory (history.log, data.log, config.json path references). This is reasonable for a CLI but worth noting if you prefer no on-disk traces.
Assessment
This skill appears to do what it says: generate Webpack/Vite configs. Before running, be aware that the included shell scripts will create a per-user data directory (by default ~/.local/share/webpack-config) and append small log files (history.log/data.log). There are no network calls or secret reads in the provided files. If you prefer not to have persistent logs, set WEBPACK_CONFIG_DIR to a directory you control (or a tmp location) or inspect/run the scripts in a sandbox. As always, only run scripts from authors you trust or review the script contents locally before execution.Like a lobster shell, security has layers — review code before you run it.
latestvk9717amtm6xergsgw7kpz4pj91832qd9productivityvk9729hm6cjd9bd1th0m72f8s6x82p0qr
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
