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-autofillInstall 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.
No critical or warning findings in the automated scan. The result is valid only for the commit hash shown.
d9049eaefed52026-08-17d9049eaefed5The 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 (11 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
Scan findings · 9
- infoReads process.envscripts/generate-snapshot.mjs:31const PPC_BASE = process.env.PPC_BASE_URL
- infoMakes network requests (fetch / axios)scripts/generate-snapshot.mjs:44const response = await fetch(url, { headers: { accept: 'application/json' } })
- infoUses localStoragesrc/client.ts:75try { return window.localStorage.getItem(STYLE_KEY) === 'vendor' ? 'vendor' : 'bare' } catch { return 'bare' }
- infoUses localStoragesrc/client.ts:78try { window.localStorage.setItem(STYLE_KEY, value) } catch { /* private mode — the session default stands */ }
- infoMakes network requests (fetch / axios)src/client.ts:120fetch(API + '/models')
- infoMakes network requests (fetch / axios)src/client.ts:138fetch(API + '/apply', {
- infoMakes network requests (fetch / axios)src/client.ts:163fetch(API + '/apply-all', {
- infoMakes network requests (fetch / axios)src/dataset.ts:431response = await fetch(url, {
- infoMakes network requests (fetch / axios)src/index.ts:281response = 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
