AI Agent Hub
Back to plugins
🧩

dsh-sub-audit

admin-security Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-sub-audit

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

Run dsh plugin install uckkk/dsh-sub-audit in DeepSeek Harness to install this plugin. The source is available at https://github.com/uckkk/dsh-sub-audit .

About this plugin

In subscription system administration and security auditing, operators often need to perform precise audit checks against specific parameter combinations. Traditional approaches frequently rely on external services or network calls, introducing both latency and unpredictability. dsh-sub-audit was built to address exactly that gap.

Its core capability is a tool called sub_audit, which performs precise calculations based on the parameters you pass in and returns detailed results. The entire implementation is pure Node.js with zero network dependencies, meaning it runs reliably in offline, intranet, or resource-constrained environments. Every audit result is determined entirely by local logic, making it easy to reproduce and debug.

If you need a reproducible audit check on subscription states within your admin or security workflows, and you want a tool that is lightweight, dependency-free, and transparent in its output, dsh-sub-audit is a practical choice.

Use Cases

  • Performing parameterized audit checks on subscription states
  • Running subscription audits in intranet or offline environments
  • Reproducing and troubleshooting subscription validation results

Best For

  • DevOps engineers managing subscription systems
  • Information security teams requiring offline audit capabilities
  • Developers building admin toolchains