SkillAgentSearch skills...

auth-security

Security rules for local users, roles, sessions and access requests

Install / Use

npx skills add AK2083/DojoSphere

Installs into whichever agent you are using.

About this skill
🔧

.clinerules

Cline rules

Quality Score

31/100

Category

Security

Supported Platforms

Cline

description: Security rules for local users, roles, sessions and access requests globs: /auth//.ts, /authorization//.ts, /sessions//.ts, /db//.sql, /migrations//*.sql alwaysApply: false

Authorization must be enforced in the Electron main process. Every privileged IPC handler must verify the current session and required permission. Do not store session tokens in plain text. Store token hashes only. System roles and permissions must be protected from normal user edits. Access requests must have clear states: pending, approved, rejected, expired. Approved access requests must create a real local user or attach to an existing one.

Related Skills

View on GitHub
GitHub Stars0
CategorySecurity
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low