AI Agent Hub
Back to plugins
🧩

dsh-fleet-audit

admin-security Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install LeslieWylie/dsh-fleet-audit

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

To install this plugin in DeepSeek Harness, please use the command: dsh plugin install LeslieWylie/dsh-fleet-audit (https://github.com/LeslieWylie/dsh-fleet-audit).

About this plugin

In distributed or multi-Agent environments, sensitive credentials are often scattered across configuration files, environment variables, and Git remote URLs. A common pitfall is embedding passwords or tokens directly into git remote URLs, which leads to significant security leaks in logs and CI pipelines. dsh-fleet-audit is a read-only, zero-dependency audit tool designed specifically for checking DSH fleet credential hygiene. It recursively scans permissions of common credential files, identifies embedded credentials in .git/config and .gitconfig, and detects common Provider Token prefixes. Crucially, it provides fully masked output, ensuring no plaintext is ever exposed. Whether you are a developer or DevOps engineer, this plugin serves as the first line of defense for security baseline checks, helping you identify and mitigate credential leakage risks early.

Use Cases

  • Detect hardcoded Git credentials in CI pipelines
  • Review permissions of sensitive files on local machines
  • Scan for credential leaks in distributed environments

Best For

  • DevOps engineers managing DSH fleets
  • DevOps teams focused on compliance and security baselines
  • Developers concerned about local environment and repository security