Skip to main content
Back to the directory
wshobson/agentsSoftware EngineeringFrontend and Design

block-no-verify-hook

PreToolUse hook configuration that intercepts and blocks bypass-flag usage before execution, ensuring AI agents cannot skip pre-commit hooks, GPG signing, or other git safety mechanisms.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/wshobson/agents --skill block-no-verify-hook
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, block-no-verify-hook has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: wshobson/agents. Canonical URL: https://skills.sh/wshobson/agents/block-no-verify-hook.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
PreToolUse hook configuration that intercepts and blocks bypass-flag usage before execution, ensuring AI agents cannot skip pre-commit hooks, GPG signing, or other git safety mechanisms. AI coding agents (Claude Code, Codex, etc.) can run shell commands with flags like --no-verify that bypass pre-commit hooks. This defeats the purpose of linting, formatting, testing, and security checks configured in pre-commit hooks. The block-no-verify hook adds a PreToolUse guard that rejects any tool call containing bypass flags before execution. When AI agents commit code, they may use bypass flags to avoid hook failures: This allows: Add a PreToolUse hook to .claude/settings.json that inspects every Bash tool call and blocks commands containing bypass flags. Add the following to your project's .claude/settings.json : Create or update .claude/settings.json in your project root: To enforce across all projects, add to ~/.claude/settings.json : Test that the hook blocks bypass flags: To block additional flags (e.g., --force ), extend the grep pattern: The block-no-verify hook works alongside other PreToolUse hooks: - Unformatted code to enter the repository - Linting errors to bypass checks - Security scanning to be skipped - Unsigned commits to bypass signing policies - Test suites to be circumvented - Matcher : The hook targets only Bash tool calls, so it does not interfere with other...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does block-no-verify-hook do?

PreToolUse hook configuration that intercepts and blocks bypass-flag usage before execution, ensuring AI agents cannot skip pre-commit hooks, GPG signing, or other git safety mechanisms.

Is block-no-verify-hook good?

block-no-verify-hook does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support block-no-verify-hook?

block-no-verify-hook currently lists compatibility with Claude Code, Codex, Skills CLI.

Is block-no-verify-hook safe to install?

block-no-verify-hook has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to block-no-verify-hook?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install block-no-verify-hook?

Run the following command to install block-no-verify-hook: npx skills add https://github.com/wshobson/agents --skill block-no-verify-hook

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering