dsh-model-meta-autofill avatar

dsh-model-meta-autofill

DSH plugin: auto-fill metadata (context window, output cap, display name, input modalities) for custom-provider models from the Model Metadata Registry (models.dev)

PluginDesktopMemory
Verification
L2 · Structured
Security
Low
Health
Active
Trust
Silver

What it does

DSH plugin: auto-fill metadata (context window, output cap, display name, input modalities) for custom-provider models from the Model Metadata Registry (models.dev)

Installation

dsh plugin --profile web add dsh-model-meta-autofill

Install method: npm · 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.SOPASSEDSCAN11 FILES
d9049e
Automated review · daily
PASSED

No critical or warning findings in the automated scan. The result is valid only for the commit hash shown.

0 critical·0 warning·9 info·11 files scanned
scanned commitd9049eaefed52026-08-17
latest commitd9049eaefed5

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: Low0 critical · 0 warning · 9 info

• Static heuristic scan: done (11 files)

• Dependency vulnerabilities: requires deep audit (L3+)

• Permission sandboxing: requires runtime testing (L4+)

Scan findings · 9

  • infoReads process.envscripts/generate-snapshot.mjs:31
    const PPC_BASE = process.env.PPC_BASE_URL
  • infoMakes network requests (fetch / axios)scripts/generate-snapshot.mjs:44
    const response = await fetch(url, { headers: { accept: 'application/json' } })
  • infoUses localStoragesrc/client.ts:75
    try { return window.localStorage.getItem(STYLE_KEY) === 'vendor' ? 'vendor' : 'bare' } catch { return 'bare' }
  • infoUses localStoragesrc/client.ts:78
    try { window.localStorage.setItem(STYLE_KEY, value) } catch { /* private mode — the session default stands */ }
  • infoMakes network requests (fetch / axios)src/client.ts:120
    fetch(API + '/models')
  • infoMakes network requests (fetch / axios)src/client.ts:138
    fetch(API + '/apply', {
  • infoMakes network requests (fetch / axios)src/client.ts:163
    fetch(API + '/apply-all', {
  • infoMakes network requests (fetch / axios)src/dataset.ts:431
    response = await fetch(url, {
  • infoMakes network requests (fetch / axios)src/index.ts:281
    response = await fetch(url, {

Heuristic static scan — may produce false positives. Review the source yourself before trusting.

Activity

Last commit 2026-08-16 · activity: Active

• Repo created: 2026-08-17

• Stars: ★ 4 · Forks: 0

• Health: Active — committed within last 30 days

Source

GitHub: github.com/QJAG1024/dsh-model-meta-autofill

Was this page helpful?