Skip to main content
ClaudeWave
kyesh avatar
kyesh

fine_grain_access_control

View on GitHub
SubagentsOfficial Registry0 stars0 forksTypeScriptNOASSERTIONUpdated today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
  • !No description
Last scanned: 9/10/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/kyesh/fine_grain_access_control && cp fine_grain_access_control/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.
Use cases

Subagents overview

# FGAC.ai
> Fine Grain Access Control for AI Agents

FGAC.ai acts as a secure, invisible proxy between your AI agents and Google Workspace APIs (like Gmail). It allows you to confidently give AI agents access to your accounts by defining strict Regular Expression-based content filters and target URL allowlists/blocklists.

## Features
- **Drop-in Compatibility**: AI Agents can use standard official Google SDKs (like `google-api-python-client` or Node.js `googleapis`) without requiring complex code changes. They just point their endpoint override to `https://fgac.ai/api/proxy`.
- **Content Filtering**: Use regex to silently block agents from reading sensitive emails (e.g., password resets, 2FA codes, or specific sender addresses).
- **Destructive Action Protection**: Globally configure rules to prevent your agent from ever clicking "Empty Trash" or permanently deleting threads.
- **Detailed Logging**: Review a dashboard of every request your agent makes, highlighting exactly what was allowed and what was blocked based on your rules.

## Licensing
This project is explicitly licensed for **Personal Use Only**. It may only be utilized by independent individuals managing their own personal Gmail or Google Workspace accounts. 

Any corporate use, use by employees on behalf of their company, or use within educational institutions is strictly prohibited without a separate Enterprise or Educational license. See `LICENSE` for exact liability limitations and restrictions.

## Local Setup

### 1. Prerequisites
- Node.js 18+
- PostgreSQL instance (e.g. Neon)
- A Google Cloud Project with the Gmail API enabled and OAuth credentials configured.
- A Clerk Account for authentication.

### 2. Environment Variables
Create a `.env.local` file at the root of the project with the following required variables:

```env
DATABASE_URL=your_postgres_url
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=your_clerk_pub_key
CLERK_SECRET_KEY=your_clerk_secret_key
GOOGLE_CLIENT_ID=your_gcp_client_id
GOOGLE_CLIENT_SECRET=your_gcp_client_secret
```

### 3. Database Setup
Ensure you run migrations before starting the project:
```bash
npm run db:push
```

### 4. Running the Dev Server
```bash
npm run dev
```

Navigate to [http://localhost:3000](http://localhost:3000) to view the application.

What people ask about fine_grain_access_control

What is kyesh/fine_grain_access_control?

+

kyesh/fine_grain_access_control is subagents for the Claude AI ecosystem with 0 GitHub stars.

How do I install fine_grain_access_control?

+

You can install fine_grain_access_control by cloning the repository (https://github.com/kyesh/fine_grain_access_control) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is kyesh/fine_grain_access_control safe to use?

+

Our security agent has analyzed kyesh/fine_grain_access_control and assigned a Trust Score of 62/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains kyesh/fine_grain_access_control?

+

kyesh/fine_grain_access_control is maintained by kyesh. The last recorded GitHub activity is dated 2026-09-10, with 5 open issues.

Are there alternatives to fine_grain_access_control?

+

Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.

Deploy fine_grain_access_control to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: kyesh/fine_grain_access_control
[![Featured on ClaudeWave](https://claudewave.com/api/badge/kyesh-fine-grain-access-control)](https://claudewave.com/repo/kyesh-fine-grain-access-control)
<a href="https://claudewave.com/repo/kyesh-fine-grain-access-control"><img src="https://claudewave.com/api/badge/kyesh-fine-grain-access-control" alt="Featured on ClaudeWave: kyesh/fine_grain_access_control" width="320" height="64" /></a>