Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@ahamie/connector-proxy

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ahamie/connector-proxy

Standalone Hono server: token holding, allowlist, MCP-inside, HMAC ingress, audit. Five non-negotiable invariants (I1-I5).

latest
npmnpm
Version
0.1.1
Version published
Weekly downloads
6
-53.85%
Maintainers
1
Weekly downloads
 
Created
Source

@ahamie/connector-proxy

The trust boundary. Standalone Hono process; the only code that decrypts credentials. Five non-negotiable invariants:

I1credentials resolved server-side; agent process never sees the raw token
I2per-connector (method, path) allowlist; 403 on miss
I3caller Authorization stripped before upstream forward
I4response auth headers stripped before return
I5HMAC-verified inbound webhooks; mismatch → 401 + audit row

The CLI binary ahamie-proxy is spawned by ahamie dev as a child process so the agent runtime and the credential layer have separate process spaces.

import { createProxyApp } from "@ahamie/connector-proxy";
const app = createProxyApp({ db, bearer, credentialResolver, adapters });

FAQs

Package last updated on 01 May 2026

Did you know?

Socket

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.

Install

Related posts