cloud-auth
Facilitates user authentication and management on Flow Nexus, enabling registration, login, session handling, and profile updates.
Install this skill
Security score
The cloud-auth skill was audited on Feb 9, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 233 | console.log(`Welcome! Your tier: ${session.tier}`); |
Template literal with variable interpolation in command context
| 234 | console.log(`Session expires: ${session.expires_at}`); |
Template literal with variable interpolation in command context
| 281 | console.log(`Current name: ${profile.full_name}`); |
Template literal with variable interpolation in command context
| 282 | console.log(`Tier: ${profile.tier}`); |
Template literal with variable interpolation in command context
| 300 | console.log(` |
Template literal with variable interpolation in command context
| 314 | console.log(`Current tier: ${status.tier}`); |
Template literal with variable interpolation in command context
| 323 | console.log(`Upgraded to: ${upgrade.new_tier}`); |
Template literal with variable interpolation in command context
| 324 | console.log(`Effective: ${upgrade.effective_date}`); |
Template literal with variable interpolation in command context
| 390 | console.log(`Available credits: ${balance.credits}`); |
External URL reference
| 291 | website: "https://mywebsite.com" |
External URL reference
| 408 | - [Flow Nexus Security](https://flow-nexus.ruv.io/security) |
External URL reference
| 409 | - [Privacy Policy](https://flow-nexus.ruv.io/privacy) |