Salvo Auth
Authenticates users against Salvo's secure identity store using multi-factor authentication and risk scoring.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add salvo-auth npx -- -y @trustedskills/salvo-auth
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"salvo-auth": {
"command": "npx",
"args": [
"-y",
"@trustedskills/salvo-auth"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The salvo-auth skill provides authentication and authorization capabilities. It allows AI agents to verify user identities, manage access control lists (ACLs), and enforce security policies within applications. This skill is designed for scenarios requiring secure resource access and user management.
When to use it
- Secure API Access: Restrict access to an API endpoint based on authenticated users or roles.
- Resource Protection: Control which users can read, write, or delete specific data resources.
- User Management: Implement a basic system for creating, updating, and deleting user accounts with associated permissions.
- Multi-Factor Authentication (MFA): Integrate MFA to enhance security beyond username/password authentication.
Key capabilities
- Authentication
- Authorization
- Access Control Lists (ACLs)
- Security Policy Enforcement
Example prompts
- "Authenticate user 'john.doe' with password 'secure_password'."
- "Check if user 'jane.doe' has permission to read resource '/data/sensitive'."
- "Create a new user account for 'newuser' with the role of 'editor'."
Tips & gotchas
This skill requires a pre-existing user database or identity provider to function correctly. Ensure proper configuration and integration with your existing authentication infrastructure for optimal performance and security.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.