Command
Run a shell command with q-ring injected secrets and redaction. Use when the user needs to run builds/tests/tools that require env vars stored in q-ring.
Command
Run a shell command with q-ring injected secrets and redaction. Use when the user needs to run builds/tests/tools that require env vars stored in q-ring.
Command
Run a comprehensive health check on all secrets — decay, anomalies, and audit integrity.
Command
Find expired and stale secrets and attempt automatic rotation via their providers.
Command
Scan the current project for hardcoded secrets and offer to auto-fix them.
Command
Initialize q-ring for a project — detect environment, create manifest, import .env, set up hooks.
Command
Pack secrets into an encrypted bundle or unpack a received bundle for cross-machine transfer.
Cursor rule
Warn about .env files and suggest importing into q-ring for secure management.
Cursor rule
Use q-ring MCP tools for all secret operations — never access the OS keychain directly.
Cursor rule
Enforce secret hygiene — never hardcode credentials in source code, always use q-ring.