Skip to main content
ClaudeWave
kyesh avatar
kyesh

fine_grain_access_control

Ver en GitHub
SubagentsRegistry oficial0 estrellas0 forksTypeScriptNOASSERTIONActualizado 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.
Casos de uso

Resumen de Subagents

# 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.

Lo que la gente pregunta sobre fine_grain_access_control

¿Qué es kyesh/fine_grain_access_control?

+

kyesh/fine_grain_access_control es subagents para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala fine_grain_access_control?

+

Puedes instalar fine_grain_access_control clonando el repositorio (https://github.com/kyesh/fine_grain_access_control) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar kyesh/fine_grain_access_control?

+

Nuestro agente de seguridad ha analizado kyesh/fine_grain_access_control y le ha asignado un Trust Score de 62/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene kyesh/fine_grain_access_control?

+

kyesh/fine_grain_access_control es mantenido por kyesh. La última actividad registrada en GitHub es del 2026-09-10, con 5 issues abiertos.

¿Hay alternativas a fine_grain_access_control?

+

Sí. En ClaudeWave puedes explorar subagents similares en /categories/agents, ordenados por popularidad o actividad reciente.

Despliega fine_grain_access_control en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>