What it does
一个插件让你的dsh可以自由切换你的wallpaper engine里面的壁纸资源,还可以通过多个滑动条来控制透壁纸的模糊程度,亮度,边框,以及对话框的液态玻璃效果,让你的dsh更加美观
Installation
dsh plugin --profile web add github:elysia395/dsh-wallpaper-engineInstall method: GitHub · not yet tested in container (L3+)
Compatibility
| DSH Version | Status |
|---|---|
| not stated | Declared — not tested |
Requirements
- • Node.js: not stated
- • DSH: declared "not stated"
- • External credentials: none detected
Security Report
Automated static scan, not manual review.
Critical findings in non-blocking categories (dynamic code execution, shell execution, install scripts, obfuscation). Common in CLI/terminal plugins but worth reviewing.
code-exec ×2shell ×10.1.5dsh manifest4c2ac14f64f92026-08-174c2ac14f64f9The scan result is only valid for the scanned commit. If the latest commit differs, the badge shows outdated until the daily pipeline rescans.
Disclaimer: automated static analysis, not a security guarantee. Always review what you install.
• Static heuristic scan: done (9 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
Scan findings · 12
- infoUses localStoragelib/client.js:65const raw = localStorage.getItem(SETTINGS_KEY);
- infoUses localStoragelib/client.js:112localStorage.setItem(SETTINGS_KEY, JSON.stringify({
- infoMakes network requests (fetch / axios)lib/client.js:130const res = await fetch(INVENTORY_URL, { cache: "no-store" });
- criticalChild process module usage (Node.js)lib/index.js:35import { execFileSync } from 'node:child_process';
- criticalShell command execution (exec / execSync)lib/index.js:55const out = execFileSync(
- infoReads process.envlib/index.js:54const reg = join(process.env.SystemRoot || 'C:\\Windows', 'System32', 'reg.exe');
- criticalChild process module usage (Node.js)scripts/prepare.mjs:14import { spawnSync } from 'node:child_process';
- infoUses localStoragescripts/verify-client.mjs:48const localStorage = {
- infoUses localStoragescripts/verify-client.mjs:89document, localStorage, fetch, React,
- infoUses localStoragescripts/verify-client.mjs:132console.log('rotation next id:', JSON.parse(localStorage._store['dsh-wallpaper-engine:selection']).id);
- infoUses localStoragesrc/client.js:89const raw = localStorage.getItem(SETTINGS_KEY);
- infoUses localStoragesrc/client.js:136localStorage.setItem(SETTINGS_KEY, JSON.stringify({
Heuristic static scan — may produce false positives. Review the source yourself before trusting.
Activity
Last commit 2026-08-17 · activity: Active
• Repo created: 2026-08-17
• Stars: ★ 41 · Forks: 6
• Health: Active — committed within last 30 days
