AI Agent Hub
Back to plugins
dsh-artifact-harbor preview

dsh-artifact-harbor

admin-security Updated 2026.09.01

Run the following command in DeepSeek Harness:

dsh plugin install bleakbelladonnals/dsh-artifact-harbor

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install bleakbelladonnals/dsh-artifact-harbor in your terminal or session to install this plugin; the full source repository is at https://github.com/bleakbelladonnals/dsh-artifact-harbor .

About this plugin

An agent can conjure a report, a diagram, or a PDF in seconds—yet tracking those files down and understanding where they came from should not mean abandoning the conversation. Artifact Harbor slots a compact Artifacts panel directly into the Session header of DeepSeek Harness Web, anchoring every file to its Workspace and provenance chain so you can review output without ever leaving the chat context.\n\nFour pillars define the experience. Dock supports inline previewing of Markdown, HTML, PNG/JPEG/WebP, SVG, and PDF. Inspect surfaces path, MIME type, size, timestamp, SHA-256, and Git status at a glance. Trace labels each file with its originating Session, Turn, and Tool Call, tagging attribution as exact, temporal, or unknown. Protect enforces realpath containment, bounded reads, host-side sanitization of HTML and SVG, a strict no-network CSP, and an empty iframe sandbox, so that even agent-generated artifacts are treated as untrusted and rendered without scripts, same-origin access, or navigation.\n\nThe plugin is local by design: no cloud sync, no upload, no artifact telemetry. A debounced watcher keeps the file board live across create, edit, rename, and delete events, while discovery is scoped strictly to the active Workspace. Uninstalling releases routes, SSE streams, watchers, timers, and in-memory indexes; only relative metadata under $DSH_HOME persists until you choose to remove it, and artifact content or session logs are never cached there.\n\nIt is aimed at developers running local agent workflows who regularly produce structured files and want to verify provenance, preview content, and track changes without leaving the current session.

Screenshots

Use Cases

  • Preview agent-generated reports, diagrams, or PDFs inline without switching to an external file viewer
  • Trace a file back to its originating Session, Turn, and Tool Call to assess attribution confidence
  • Monitor live create, edit, rename, and delete events across the active Workspace

Best For

  • Developers running local agent workflows that produce structured files
  • Teams that need audit trails and provenance chains for agent-generated output
  • Users who prefer local-first workflows and reject cloud sync or data upload