
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@hlos/staamp-mcp
Advanced tools
STAAMP (Secure Trust Agent Access Management Protocol) MCP server - enables AI assistants to manage secrets without ever receiving credentials
AI agents get capabilities, not credentials.
STAAMP MCP Server enables AI assistants (Claude, Cursor, etc.) to manage secrets and authenticate to services without ever receiving your credentials.
| Traditional Approach | HLOS STAAMP |
|---|---|
| Agent receives API keys/tokens | Agent NEVER receives credentials |
| Leaked prompts = leaked secrets | Nothing to leak |
| Trust the agent with credentials | Trust only HLOS |
The most secure credential is one the AI never touches.
| Risk | How STAAMP Protects |
|---|---|
| Prompt injection leaks secrets | Agent never has secrets to leak |
| Runaway agent spending | Budget envelopes with hard limits |
| Malicious action execution | Financial gating — no balance = no action |
| Screen capture exposure | Screen-invisible injection |
| Memory forensics | Token expiry + disposal (see note below) |
HLOS backs its security with up to $50,000 coverage for credential breaches on paid plans. Learn more
Secure Trust Agent Access Management Protocol — a credential isolation protocol where:
JavaScript cannot guarantee true memory zeroing. The MCP client:
dispose() dereferences sensitive data to aid garbage collectionFor highest-security deployments requiring guaranteed memory clearing, consider native Node.js addons with secure memory primitives or HSMs for key material.
npx @hlos/staamp-mcp
Add to claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"hlos": {
"command": "npx",
"args": ["-y", "@hlos/staamp-mcp"],
"env": {
"HLOS_ACCESS_TOKEN": "your_access_token_here"
}
}
}
}
Add to your Cursor MCP settings:
{
"hlos": {
"command": "npx",
"args": ["-y", "@hlos/staamp-mcp"],
"env": {
"HLOS_ACCESS_TOKEN": "your_access_token_here"
}
}
}
| Tool | Description |
|---|---|
list_secrets | List secrets with metadata |
check_secret_exists | Verify secret existence |
get_secret_info | Get secret details (never the value) |
suggest_missing_secrets | Analyze code for missing secrets |
create_secret | Request secret creation (requires approval) |
sync_to_platform | Sync to Vercel, GitHub, Supabase |
check_health | Secret health dashboard |
| Tool | Description |
|---|---|
request_session | Request authenticated session injection |
list_sessions | List captured sessions (no credentials exposed) |
check_session_status | Check if session is valid |
get_totp_code | Generate 2FA codes without exposing secret |
| Tool | Description |
|---|---|
request_capability | Provision SMS, databases, APIs via spending gate |
check_wallet | Check wallet balance and limits |
list_capabilities | List available infrastructure |
list_envelopes | View budget envelopes for agents |
Traditional OAuth/Tokens STAAMP/HLOS
────────────────────── ─────────────────────────
Agent receives token → Agent NEVER gets credentials
Agent stores/uses token → HLOS injects directly to service
Token in context window → Nothing in context to leak
Token can be extracted → Nothing to extract
No spending controls → Budget envelopes + financial gating
Open Source: This MCP server is open source. Audit the code.
Who We Are: HLOS is built by the team behind SevenRooms ($1.2B exit) and Gilt Groupe ($250M exit). About us
Patents: 3 patents filed, 37 claims protecting the STAAMP architecture.
Security Guarantee: Up to $50K coverage for breaches. Details
We recommend a gradual trust ladder:
No pressure. Security is about comfort, not speed.
MIT — See LICENSE
Built with STAAMP by HLOS — The credential layer for AI agents.
FAQs
STAAMP (Secure Trust Agent Access Management Protocol) MCP server - enables AI assistants to manage secrets without ever receiving credentials
We found that @hlos/staamp-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.