
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
AI Subagent Orchestration CLI - Primary package for juno-task-ts providing Claude Code integration and MCP server orchestration
TypeScript implementation of juno-task CLI tool for AI subagent orchestration.
juno-task-ts is an AI-powered development CLI that orchestrates subagents (Claude, Cursor, Codex, Gemini) through MCP (Model Context Protocol) servers. It provides a modern TypeScript implementation with React INK TUI, comprehensive testing infrastructure, and automated feedback collection.
This package is available on NPM under multiple names for flexibility:
# Primary package (recommended)
npm install -g juno-agent
# Alternative installations
npm install -g juno-code
npm install -g juno-ts-task
All three packages provide the same functionality and binary commands.
# Initialize a new project
juno-agent init --task "Your task" --subagent claude --git-url "https://github.com/user/repo"
# Start task execution
juno-agent start
# Or use the universal command
juno --help
# Collect feedback during execution
juno-collect-feedback
All packages install these binary commands:
juno - Universal command (recommended)juno-agent - Package-specific commandjuno-code - Package-specific commandjuno-ts-task - Legacy commandjuno-collect-feedback - Feedback collection utility.
├── .juno_task/
│ ├── prompt.md # Production-ready AI instructions
│ ├── init.md # Task breakdown and constraints
│ ├── plan.md # Dynamic planning and tracking
│ ├── USER_FEEDBACK.md # User feedback and issue tracking
│ └── specs/ # Comprehensive specifications
│ ├── README.md # Specs overview and guide
│ ├── requirements.md # Detailed functional requirements
│ └── architecture.md # System architecture and design
├── CLAUDE.md # Session documentation and learnings
├── AGENTS.md # AI agent selection and performance tracking
└── README.md # This file
This project implements a sophisticated AI development workflow:
The project uses claude as the primary AI subagent with these settings:
.juno_task/init.md for main task.juno_task/plan.md for current prioritiesjuno-task feedback for issues or suggestions.juno_task/prompt.mdCreated with juno-task on 2025-10-08 using claude as primary AI subagent
FAQs
AI Subagent Orchestration CLI - Primary package for juno-task-ts providing Claude Code integration and MCP server orchestration
We found that juno-agent 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.