Bknd Public Vs Auth
Identifies if a backend resource requires public access or authentication based on configuration and code analysis.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add bknd-public-vs-auth npx -- -y @trustedskills/bknd-public-vs-auth
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"bknd-public-vs-auth": {
"command": "npx",
"args": [
"-y",
"@trustedskills/bknd-public-vs-auth"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill differentiates between public and authenticated (authorized) backend resources. It allows an AI agent to understand which data or actions require user authentication, preventing unauthorized access and ensuring data security. The skill helps manage API requests based on authorization status, enabling secure interactions with various systems.
When to use it
- API Integration: When integrating with APIs that have both public and authenticated endpoints (e.g., a weather service with a free tier and a paid premium tier).
- Data Access Control: When an AI agent needs to access data based on user roles or permissions, ensuring only authorized users can view specific information.
- Workflow Automation: In automated workflows where certain actions require authentication (e.g., deploying code changes to a staging environment).
- Secure Transactions: When handling financial transactions or other sensitive operations that necessitate verifying user identity and authorization.
Key capabilities
- Distinguishes between public and authenticated API endpoints.
- Manages API requests based on authentication status.
- Enforces access control policies for backend resources.
- Supports secure interactions with various systems.
Example prompts
- "Check the weather in London using the premium API."
- "Retrieve user profile data, but only if they are logged in."
- "Deploy this code to the staging environment after confirming my credentials."
Tips & gotchas
The skill requires proper configuration of authentication methods and endpoint definitions within the AI agent's environment. Ensure that the necessary API keys or tokens are available for authenticated requests.
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.