Skip to main content

clickhouse-enterprise-rbac

Enables enterprise-level role-based access control in ClickHouse with SQL-based user management and security configurations.

Install this skill

or
91/100

Security score

The clickhouse-enterprise-rbac skill was audited on May 30, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 212

Access to .env file

SourceSKILL.md
212reader: { user: 'app_reader', pass: process.env.CH_READER_PASS! },
low line 213

Access to .env file

SourceSKILL.md
213writer: { user: 'app_writer', pass: process.env.CH_WRITER_PASS! },
low line 214

Access to .env file

SourceSKILL.md
214admin: { user: 'app_admin', pass: process.env.CH_ADMIN_PASS! },
low line 219

Access to .env file

SourceSKILL.md
219url: process.env.CLICKHOUSE_HOST!,
low line 276

External URL reference

SourceSKILL.md
276- [Access Control Docs](https://clickhouse.com/docs/operations/access-rights)
low line 277

External URL reference

SourceSKILL.md
277- [CREATE USER](https://clickhouse.com/docs/sql-reference/statements/create/user)
low line 278

External URL reference

SourceSKILL.md
278- [GRANT Statement](https://clickhouse.com/docs/sql-reference/statements/grant)
low line 279

External URL reference

SourceSKILL.md
279- [Row Policies](https://clickhouse.com/docs/knowledgebase/row-column-policy)
low line 280

External URL reference

SourceSKILL.md
280- [Quotas](https://clickhouse.com/docs/operations/quotas)
Scanned on May 30, 2026
View Security Dashboard
Installation guide →