Skip to main content

implementing-casbin

Enables fine-grained access control in Go services using Casbin for role-based and attribute-based authorization.

Install this skill

or
84/100

Security score

The implementing-casbin skill was audited on Feb 12, 2026 and we found 2 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 168

Eval function call - arbitrary code execution

SourceSKILL.md
168m = eval(p.sub_rule) && eval(p.obj_rule) && r.act == p.act
low line 334

External URL reference

SourceSKILL.md
334- [Casbin Documentation](https://casbin.org/docs/en/overview)
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →