claudeindex
Marketplace

verifier-mp

Local marketplace for re-verifying Claude Code plugin findings

Stars

0

Forks

0

Plugins

22

Installation

1

Add the marketplace

/plugin marketplace add kazukinagata/analyzing-claude-plugin
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.

Details & Metadata

22

Plugins

0

Skills

0

Agents

Last Crawled

July 5, 2026

Plugins

Plugin

verifier

Probe plugin for re-verifying findings recorded in research.md

Plugin

verifier-violator

Companion plugin used to trigger validator errors (probes 02 and 20)

Plugin

verifier-violator-userpromptexpansion

Isolated UserPromptExpansion violator for probe 20

Plugin

verifier-violator-uppercase-name

Isolated kebab-case violator for probe 20

Plugin

cowork-env-probe

Minimal env-propagation probe (plugin-level / frontmatter / body) for CLI vs Cowork comparison

Plugin

cowork-block-probe

Skill-to-skill PreToolUse:Skill block test for CLI vs Cowork

Plugin

cowork-expansion-probe

top-level vs bash -c shell expansion test for CLI vs Cowork

Plugin

cowork-presub-probe

CLAUDE_PLUGIN_ROOT pre-substitution test (top-level vs bash -c) for CLI vs Cowork

Plugin

fm-presub-probe

Frontmatter hook pre-sub vs shell-exp test (CLI-only)

Plugin

cowork-fs-probe

hook(host) vs Bash tool(VM) filesystem isolation test

Plugin

cowork-userconfig-probe

userConfig sensitive x required combination test

Plugin

cowork-envfile-probe

CLAUDE_ENV_FILE hook->Bash-tool env propagation test

Plugin

cowork-surface-probe

Isolate which SessionStart hook command form fails to surface on Cowork

Plugin

cowork-blockmethods-probe

PreToolUse block-method matrix (decision/permissionDecision/exit2) CLI vs Cowork

Plugin

cowork-mp-script-probe

Tests ${CLAUDE_PLUGIN_ROOT}/hooks/script.sh launch in plugin-level SessionStart hook. Designed to be installed via the Cowork GUI marketplace flow (not zip upload) and compared against zip-upload baseline.

Plugin

cowork-mp-disambig-probe

Disambiguator probe. Adds double-quote and $HOME observation points to settle whether Cowork hook command runtime is (a) shell-bypassed launcher or (b) bash -c with $-escape + path-prefix pre-sub.

Plugin

cowork-fm-bashblock-probe

Proves whether a skill frontmatter PreToolUse:Bash hook fires on Cowork by emitting only a block decision (no echo). Mac re-verification of frontmatter hook behavior.

Plugin

cowork-bodypath-probe

Tests skill-body ${CLAUDE_PLUGIN_ROOT} substitution value on Mac Cowork, whether the VM Bash tool can use it, and whether the Read tool can read a bundled file at that host path (article section 3).

Plugin

cowork-exec-form-probe

Tests hook command exec form (args present) on Cowork: whether ${CLAUDE_PLUGIN_ROOT} resolves to a real path via launcher text pre-substitution vs env-var export, where shell form (§2.1/§2.2) failed both.

Plugin

cowork-pretooluse-shell-probe

Tests whether Cowork runs plugin-level PreToolUse hook commands through cmd.exe (like SessionStart) or a POSIX shell, and whether the inline tool_input=$(cat)|grep&&echo-block pattern actually blocks the bash tool.

Plugin

cowork-upe-probe

Tests whether a plugin-level UserPromptExpansion hook fires on Cowork (slash-invoked), with SessionStart/UserPromptSubmit controls. Windows: expected validator reject (§2.3); macOS: may install, letting firing be observed for the first time.

Plugin

cowork-data-persist-probe

Tests whether a value persisted to $CLAUDE_PLUGIN_DATA from a plugin-level SessionStart hook survives across Cowork chat sessions. Write+read-back runs in the host hook (persist.sh) because the VM body has DATA unset; surfaces accumulated per-session markers so cross-session persistence is read from SessionStart context.