
Research
/Security News
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
@aauth/praca
Advanced tools
MCP stdio server that represents you as an agent in the AAuth protocol. The LLM sees a fixed eight-tool surface; new resources and operations are surfaced through the same tools, regardless of how many you add.
Your AAuth signing key is bound to this machine via @aauth/local-keys — non-extractable when a Secure Enclave, TPM, or YubiKey is available; software-backed otherwise. Praca holds no upstream service credentials.
Design and protocol details: design.md.
@aauth/bootstrap. Praca picks the identity up on the next call — no restart.npx @aauth/bootstrap setup
{
"mcpServers": {
"praca": { "command": "npx", "args": ["-y", "@aauth/praca"] }
}
}
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"praca": { "command": "npx", "args": ["-y", "@aauth/praca"] }
}
}
Settings → MCP → Add new server, then add:
{
"praca": { "command": "npx", "args": ["-y", "@aauth/praca"] }
}
Any stdio MCP host: npx -y @aauth/praca.
| Flag | Purpose |
|---|---|
--log | Tee JSON-RPC frames to ~/.aauth/praca/logs/<ISO>.jsonl for debugging. |
All optional; sensible defaults come from @aauth/local-keys.
| Var | Default | Purpose |
|---|---|---|
PRACA_REGISTRY_URL | https://registry.aauth.dev | AAuth resource registry |
PRACA_PS_URL | from local-keys | Person Server URL |
PRACA_AGENT_URL | first configured | Agent provider URL |
PRACA_AGENT_TOKEN + PRACA_AGENT_PRIVATE_JWK (or PRACA_AGENT_KEY_FILE) | — | Test-only software-identity override that bypasses local-keys |
MIT
FAQs
The user's AAuth agent in MCP form — discovery, identity, interaction relay
The npm package @aauth/praca receives a total of 15 weekly downloads. As such, @aauth/praca popularity was classified as not popular.
We found that @aauth/praca demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.

Security News
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.