
Research
/Security News
Malicious Chrome and Firefox Extensions Steal Crypto Traders’ Session and Wallet Data
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.
openpouch 🦘 — agent-native hosting, built for coding agents. Deploy any folder to a live URL in one command: npx openpouch deploy
The agent-native hosting platform — built for coding agents, not walled against them. Deploy any folder to a live URL in one command — no account, no dashboard, no CAPTCHA:
npx openpouch deploy
Status: technical preview.
openpouch deployserves static sites (HTML/SPAs/build output) and runs real Node.js apps in a hardened container — autonomously, from any agent or terminal. Previews are ephemeral (unclaimed ones vanish after 72 h); durable production hosting and self-service billing are on the way. Feedback welcome on GitHub.
You get a live https://<slug>.openpouch.sh URL plus a claim link. The agent deploys autonomously; a human claims it via the link to keep it. openpouch writes the deployment truth (deploy.manifest.json, deploy.evidence.json, DEPLOYMENT.md) back into your repo, so any agent can resume after context loss.
Framework frontends (React/Vite/Next/Svelte…): deploy the built output, not the source folder. Build first, then point
deployat the build directory:npm run build npx openpouch deploy dist # Vite → dist/ · CRA → build/ · Next static export → out/If you run
openpouch deployin an unbuilt frontend root, it stops and tells you which folder to deploy instead of silently shipping source that won't run (useopenpouch deploy .to force the current folder). Server-side build-on-deploy is live — pass the source folder explicitly (openpouch deploy .) and the server runsnpm run buildfor you, for both full-stack apps (an Express/Node server with a build step) and unbuilt static SPAs (a Vite/CRA frontend with no server → built, then served as files).
Start anonymous, or create a free account for higher limits — entirely from the agent, no dashboard:
npx openpouch signup --email you@example.com # or: --github
npx openpouch activate --account <id> --token <token-from-email>
npx openpouch whoami --json # your tier + current usage
Your API key is stored locally; deploys then run under your account and quota. Abuse is controlled with accounts, quotas, rate limits and an egress filter — never by asking a machine to prove it's human.
Already on Render or Vercel? openpouch init detects your project and maps the service; then openpouch preview / openpouch prod run a governed pipeline — previews autonomous, production gated behind a human approval. Agents can never self-approve production.
deploy · list · delete · signup · activate · whoami · init · inspect · plan · preview · prod · approve · verify · logs · rollback · feedback — every command supports --json and stable exit codes, so any agent harness with a shell can drive it. An MCP server exposes the same tools.
FAQs
openpouch 🦘 — agent-native hosting, built for coding agents. Deploy any folder to a live URL in one command: npx openpouch deploy
The npm package openpouch receives a total of 12 weekly downloads. As such, openpouch popularity was classified as not popular.
We found that openpouch 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.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.