What it does
DeepSeek Harness 的表情包插件——找得到、发得出、学得会
Installation
dsh plugin --profile web add dsh-memeInstall method: npm · 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.
The repository has new commits since the scan. The previous result no longer describes the current code; a fresh scan is pending.
0.1.27dsh manifest97e6295a65092026-08-189da9b656b837The 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 · 10
- infoMakes network requests (fetch / axios)client.js:68return (await fetch('/dsh-memes-api?' + qs.toString())).json()
- infoMakes network requests (fetch / axios)client.js:71return (await fetch('/dsh-memes-api', {
- infoHardcoded IP addresscordis/host.js:272const host = webServer.host === '0.0.0.0' ? '127.0.0.1' : webServer.host
- infoMakes network requests (fetch / axios)entry/client.js:43return (await fetch('/dsh-memes-api?' + qs.toString())).json()
- infoMakes network requests (fetch / axios)entry/client.js:46return (await fetch('/dsh-memes-api', {
- infoReads process.envindex.js:138const settingsFile = join(process.env.HOME || '.', '.dsh', 'dsh-expression.json')
- infoReads process.envindex.js:144mkdirSync(join(process.env.HOME || '.', '.dsh'), { recursive: true })
- infoReads process.envindex.js:499const target = join(process.env.HOME || '.', '.dsh', 'meme-packs', name)
- infoMakes network requests (fetch / axios)index.js:336const res = await fetch(imageUrl, { signal: AbortSignal.timeout(15000), redirect: 'follow' })
- infoHardcoded IP addressindex.js:177const host = webServer.host === '0.0.0.0' ? '127.0.0.1' : webServer.host
Heuristic static scan — may produce false positives. Review the source yourself before trusting.
Activity
Last commit 2026-08-18 · activity: Active
• Repo created: 2026-08-18
• Stars: ★ 5 · Forks: 2
• Health: Active — committed within last 30 days
Source
GitHub: github.com/yyh-001/dsh-meme
