
Security News
152 Chrome Live Wallpaper Extensions Hid Ad Tracking and Faked Google Search Traffic
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.
@ahamie/connector-proxy
Advanced tools
Standalone Hono server: token holding, allowlist, MCP-inside, HMAC ingress, audit. Five non-negotiable invariants (I1-I5).
The trust boundary. Standalone Hono process; the only code that decrypts credentials. Five non-negotiable invariants:
| I1 | credentials resolved server-side; agent process never sees the raw token |
| I2 | per-connector (method, path) allowlist; 403 on miss |
| I3 | caller Authorization stripped before upstream forward |
| I4 | response auth headers stripped before return |
| I5 | HMAC-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
Standalone Hono server: token holding, allowlist, MCP-inside, HMAC ingress, audit. Five non-negotiable invariants (I1-I5).
The npm package @ahamie/connector-proxy receives a total of 6 weekly downloads. As such, @ahamie/connector-proxy popularity was classified as not popular.
We found that @ahamie/connector-proxy 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.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.