SessionStart

SessionStart is a hook for coding agents from zred0627/ds-rescue-cc. Its token cost is not measured, scanned C, original, MIT.

A session-start hook that checks whether the ds-rescue command-line program is installed when a coding session begins. If it is missing, it prints installation guidance.

In plain words
What is it for?
Use it to verify ds-rescue is available at the start of each session and show the recommended installation command when it is not.
Why use it?
It warns about a missing dependency early, before a review command fails unexpectedly.

Hook

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the ds-rescue plugin — 1 skill, 1 command, 1 agent, 1 hook shipped together

Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add zred0627/ds-rescue-cc
Claude Code
/plugin install ds-rescue

Or install ds-rescue, the plugin that ships this one along with the rest of its 1 skill, 1 command, 1 agent, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for SessionStart

README.md
[![agentmods](https://agentmods.dev/badge/hooks/zred0627/ds-rescue-cc/session-start.svg)](https://agentmods.dev/hooks/zred0627/ds-rescue-cc/session-start)
Your own site
<a href="https://agentmods.dev/hooks/zred0627/ds-rescue-cc/session-start"><img src="https://agentmods.dev/badge/hooks/zred0627/ds-rescue-cc/session-start.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan C 2 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade C, and why

SessionStart scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the commands this hook runs, not an audit. A hook is shell that executes on your machine at the event it names, which is why every command in it is printed with what was found.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

"command": "test -x \"$CLAUDE_PLUGIN_ROOT/bin/ds-rescue\" || command -v ds-rescue >/dev/null || echo \"⚠ ds-rescue binary not installed. Recommended: go install github.com/zred0627/ds-rescue-cc/cmd/ds-rescue@latest (work

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

"command": "test -x \"$CLAUDE_PLUGIN_ROOT/bin/ds-rescue\" || command -v ds-rescue >/dev/null || echo \"⚠ ds-rescue binary not installed. Recommended: go install github.com/zred0627/ds-rescue-cc/cmd/ds-rescue@latest (work
plugins/ds-rescue/hooks/hooks.json · 13 lines

What it actually says

{
  "SessionStart": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "test -x \"$CLAUDE_PLUGIN_ROOT/bin/ds-rescue\" || command -v ds-rescue >/dev/null || echo \"⚠ ds-rescue binary not installed. Recommended: go install github.com/zred0627/ds-rescue-cc/cmd/ds-rescue@latest (works on all OSes incl. Windows SAC). Alternative: curl -fsSL https://raw.githubusercontent.com/zred0627/ds-rescue-cc/main/scripts/install.sh | sh\"",
          "timeout": 3
        }
      ]
    }
  ]
}
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 13 lines scan C 09bd1a835200

Subscribe to this mod's changes

SessionStart is a hook published in the GitHub repository zred0627/ds-rescue-cc (2 stars, last pushed 3mo ago), licensed MIT. Its token cost is not measured: a hook is shell that never enters the context. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.