Local prompt and file-read gates for Cursor

I built a local security layer for Cursor hooks.

It checks prompts before submission and can block access to sensitive
files such as .env, private keys and local configuration files.

Everything runs locally.

Installation:
offsend hook install --target cursor

GitHub:

I’m looking for feedback on false positives, hook compatibility
and possible bypasses.