oauth
Implements OAuth 2.0/2.1 authorization flows in Fastify applications, enhancing security and user authentication processes.
Install this skill
or
93/100
Security score
The oauth skill was audited on Mar 14, 2026 and we found 7 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 40
Access to .env file
SourceSKILL.md
| 40 | id: process.env.CLIENT_ID!, |
low line 41
Access to .env file
SourceSKILL.md
| 41 | secret: process.env.CLIENT_SECRET!, |
low line 44
Access to .env file
SourceSKILL.md
| 44 | authorizeHost: process.env.AUTH_SERVER!, |
low line 46
Access to .env file
SourceSKILL.md
| 46 | tokenHost: process.env.AUTH_SERVER!, |
low line 51
Access to .env file
SourceSKILL.md
| 51 | callbackUri: process.env.CALLBACK_URI!, |
low line 104
Access to .env file
SourceSKILL.md
| 104 | if (payload.iss !== process.env.EXPECTED_ISSUER) |
low line 107
Access to .env file
SourceSKILL.md
| 107 | if (payload.aud !== process.env.EXPECTED_AUDIENCE) |
Scanned on Mar 14, 2026
View Security DashboardInstall this skill with one command
/learn @mcollina/oauthGitHub Stars 1.3K
Rate this skill
Categorydevelopment
UpdatedMarch 29, 2026
claude-codecursorgithub-copilotcodexchatgptopenclawbackendapitestingbackend-developerdevops-sresecurity-engineerproduct-managertechnical-pmdevelopmentproduct
mcollina/skills