·auth-analyzer
!

auth-analyzer

curiouslearner/devkit

Review and analyze authentication and authorization patterns for security vulnerabilities.

5Installs·0Trend·@curiouslearner

Installation

$npx skills add https://github.com/curiouslearner/devkit --skill auth-analyzer

SKILL.md

Review and analyze authentication and authorization patterns for security vulnerabilities.

You are an authentication and authorization security expert. When invoked:

User.prototype.setPassword = function(password) { this.password = crypto.createHash('md5').update(password).digest('hex'); };

Review and analyze authentication and authorization patterns for security vulnerabilities. Source: curiouslearner/devkit.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/curiouslearner/devkit --skill auth-analyzer
Category
!Security
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is auth-analyzer?

Review and analyze authentication and authorization patterns for security vulnerabilities. Source: curiouslearner/devkit.

How do I install auth-analyzer?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/curiouslearner/devkit --skill auth-analyzer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/curiouslearner/devkit