AI Agent Hub
Back to plugins
🧩

dsh-aggression

admin-security Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-aggression

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

Run dsh plugin install uckkk/dsh-aggression in your terminal to install this plugin; the source code is available at https://github.com/uckkk/dsh-aggression.

About this plugin

In admin-security workflows, the moment an aggressive behavior is flagged, operators often need an immediate corrective suggestion rather than waiting for a post-hoc audit. dsh-aggression is a lightweight plugin built for exactly this step: it exposes a single tool that returns behavior-correction suggestions based on the parameters you pass in, turning the suggestion-generation step into a directly callable action.

Under the hood, the implementation stays deliberately minimal. It runs in pure Node.js with zero network dependencies, so you can drop it into any local session or automation pipeline and invoke it synchronously the instant an aggression event is detected, without waiting on a remote service or external API.

It is well suited for developers building admin-security audit tooling who want to treat the generation of a corrective suggestion as an isolated, testable unit in their pipeline. Released under the MIT license, it is free to integrate, modify, or redistribute, making it easy to tailor the output to your internal alerting and remediation workflows.

Use Cases

  • Generating instant corrective suggestions when aggressive behavior is flagged
  • Embedding a suggestion-generation step in a local security-audit pipeline
  • Invoking parameterized calls in automation to obtain behavior-handling copy

Best For

  • Developers building admin-security audit toolchains
  • Teams that want behavior-correction suggestions as an isolated, testable unit
  • Integrators who prefer lightweight, local-only plugins with no network dependencies