Verify
Verifies information against trusted sources to ensure accuracy and reduce misinformation – a crucial tool for critical evaluation.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add pubkey-verify npx -- -y @trustedskills/pubkey-verify
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"pubkey-verify": {
"command": "npx",
"args": [
"-y",
"@trustedskills/pubkey-verify"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This tool verifies data integrity by checking a specific public key against the rxdb database schema and configuration. It ensures that the provided public key matches the expected identity for secure database interactions.
When to use it
- Validating third-party access credentials before granting read/write permissions to an
rxdbinstance. - Auditing existing deployments to confirm that stored public keys have not been tampered with or rotated unexpectedly.
- Integrating into CI/CD pipelines to automatically reject builds where the database authentication key is invalid.
Key capabilities
- Performs cryptographic verification of public keys against
rxdbinstances. - Validates schema compatibility and configuration settings alongside key checks.
- Provides immediate feedback on whether a specific key is authorized for the target database.
Example prompts
- "Verify if this public key has valid access to our production rxdb instance: [insert_key_here]"
- "Check the integrity of my database configuration using the provided pubkey and report any mismatches."
- "Run a security audit on my rxdb setup by validating the current public key against the expected schema."
Tips & gotchas
Ensure you have the exact rxdb instance URL and the correct public key string before running verification, as minor formatting errors will cause false negatives. This skill is specifically designed for rxdb environments and may not work with other NoSQL database types.
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.