dsh-wallpaper-engine avatar

dsh-wallpaper-engine

一个插件让你的dsh可以自由切换你的wallpaper engine里面的壁纸资源,还可以通过多个滑动条来控制透壁纸的模糊程度,亮度,边框,以及对话框的液态玻璃效果,让你的dsh更加美观

PluginUI & Skins
Verification
L1 · Found
Security
High
Health
Active
Trust
Unrated

What it does

一个插件让你的dsh可以自由切换你的wallpaper engine里面的壁纸资源,还可以通过多个滑动条来控制透壁纸的模糊程度,亮度,边框,以及对话框的液态玻璃效果,让你的dsh更加美观

Installation

dsh plugin --profile web add github:elysia395/dsh-wallpaper-engine

Install method: GitHub · not yet tested in container (L3+)

Compatibility

DSH VersionStatus
not statedDeclared — not tested

Requirements

  • • Node.js: not stated
  • • DSH: declared "not stated"
  • • External credentials: none detected

Security Report

Automated static scan, not manual review.

DSH.SOHIGH-RISKSCAN9 FILES
4c2ac1
Automated review · daily
HIGH-RISK

Critical findings in non-blocking categories (dynamic code execution, shell execution, install scripts, obfuscation). Common in CLI/terminal plugins but worth reviewing.

3 critical·0 warning·10 info·9 files scanned
code-exec ×2shell ×1
plugin version0.1.5dsh manifest
scanned commit4c2ac14f64f92026-08-17
latest commit4c2ac14f64f9

The 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.

Risk: High3 critical · 0 warning · 10 info

• 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:65
    const raw = localStorage.getItem(SETTINGS_KEY);
  • infoUses localStoragelib/client.js:112
    localStorage.setItem(SETTINGS_KEY, JSON.stringify({
  • infoMakes network requests (fetch / axios)lib/client.js:130
    const res = await fetch(INVENTORY_URL, { cache: "no-store" });
  • criticalChild process module usage (Node.js)lib/index.js:35
    import { execFileSync } from 'node:child_process';
  • criticalShell command execution (exec / execSync)lib/index.js:55
    const out = execFileSync(
  • infoReads process.envlib/index.js:54
    const reg = join(process.env.SystemRoot || 'C:\\Windows', 'System32', 'reg.exe');
  • criticalChild process module usage (Node.js)scripts/prepare.mjs:14
    import { spawnSync } from 'node:child_process';
  • infoUses localStoragescripts/verify-client.mjs:48
    const localStorage = {
  • infoUses localStoragescripts/verify-client.mjs:89
    document, localStorage, fetch, React,
  • infoUses localStoragescripts/verify-client.mjs:132
    console.log('rotation next id:', JSON.parse(localStorage._store['dsh-wallpaper-engine:selection']).id);
  • infoUses localStoragesrc/client.js:89
    const raw = localStorage.getItem(SETTINGS_KEY);
  • infoUses localStoragesrc/client.js:136
    localStorage.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

Source

GitHub: github.com/elysia395/dsh-wallpaper-engine

Was this page helpful?