
Research
Shai-Hulud Descends to Hades: Miasma Worm Campaign Spreads with New PyPI Wave
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.
@frontmcp/auth
Advanced tools
FrontMCP Auth - Authentication, session management, and credential vault
Authentication, session management, and credential vault for FrontMCP servers.
npm install @frontmcp/auth
Typically consumed via
@frontmcp/sdk— direct installation is only needed for advanced use cases.
@frontmcp/utils crypto (docs)import { FrontMcp, App } from '@frontmcp/sdk';
@FrontMcp({
info: { name: 'Secure Server', version: '1.0.0' },
apps: [MyApp],
auth: {
type: 'remote',
name: 'my-idp',
baseUrl: 'https://idp.example.com',
},
})
export default class Server {}
Full guide: Authentication Overview
| Topic | Link |
|---|---|
| Overview | Authentication Overview |
| Remote OAuth | Remote OAuth |
| Local OAuth | Local OAuth |
| JWKS | JWKS Validation |
| Session stores | Session Stores |
| Credential vault | Credential Vault |
| PKCE | PKCE |
| CIMD | Client Instance Machine Detection |
| Auth UI | Auth UI Templates |
| Audience & scopes | Audience Validation |
| Token vault | Token Vault |
@frontmcp/sdk — core framework (imports auth internally)@frontmcp/utils — crypto primitives used by PKCE and vault@frontmcp/ui — consent and login page componentsApache-2.0 — see LICENSE.
FAQs
FrontMCP Auth - Authentication, session management, and credential vault
The npm package @frontmcp/auth receives a total of 2,560 weekly downloads. As such, @frontmcp/auth popularity was classified as popular.
We found that @frontmcp/auth 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
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.