
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.
@przeprogramowani/10x-mvp-tracker
Advanced tools
MCP tool for tracking MVP project completion status. Analyzes Astro projects against 10 criteria and generates progress reports.
10xMVP Tracker is a MCP (Model Context Protocol) server for helping 10xDevs.pl students monitor their MVP web application project progress. It integrates with AI tools and is distributed as an NPM package.
👉 Guidelines for most popular AI Tools below
Ask your AI assistant:
"Please report status of my project with check-mvp tool"
We recommend using grok-code-fast-1 model with this tool for best results (price to quality ratio).
Add the following configuration to your .cursor/mcp.json file:
{
"mcpServers": {
"10x-mvp-tracker": {
"command": "npx",
"args": ["@przeprogramowani/10x-mvp-tracker"],
"transport": "stdio"
}
}
}
You can also use "New MCP Server" button in Cursor Settings > Tools & MCP.
Run the following command in your project directory:
claude mcp add 10x-mvp-tracker npx '@przeprogramowani/10x-mvp-tracker'
You can alternatively create .mcp.json file in your project directory with the following content:
{
"mcpServers": {
"10x-mvp-tracker": {
"command": "npx",
"args": ["@przeprogramowani/10x-mvp-tracker"],
"transport": "stdio"
}
}
}
Go to Settings | Tools | AI Assistant | Model Context Protocol (MCP) and add following "as JSON" configuration:
{
"mcpServers": {
"10x-mvp-tracker": {
"command": "npx",
"args": ["@przeprogramowani/10x-mvp-tracker"]
}
}
}
For working directory, add path to project root.
Create a .vscode/mcp.json file in the root of your project with the following content:
{
"mcpServers": {
"10x-mvp-tracker": {
"command": "npx",
"args": ["@przeprogramowani/10x-mvp-tracker"],
"transport": "stdio"
}
}
}
Create an mcp_config.json file in your project's root directory and add the following configuration:
{
"mcpServers": {
"10x-mvp-tracker": {
"command": "npx",
"args": ["@przeprogramowani/10x-mvp-tracker"],
"transport": "stdio"
}
}
}
Once installed and configured, you can invoke the tool by asking your AI assistant:
"Please report status of my project with check-mvp tool"
The tool checks your project against these 7 criteria:
The tool generates a structured Markdown report that includes:
npm install
npm run dev
npx fastmcp inspect src/index.ts
npm run build
npm run check # Runs lint and format check
git checkout -b feature/amazing-feature)git commit -m 'Add some amazing feature')git push origin feature/amazing-feature)This project is licensed under the MIT License - see the LICENSE file for details.
Przeprogramowani
FAQs
MCP tool for tracking MVP project completion status. Analyzes Astro projects against 10 criteria and generates progress reports.
We found that @przeprogramowani/10x-mvp-tracker 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.