
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@fleettools/opencode-plugin
Advanced tools
Integrates FleetTools CLI functionality into OpenCode.
Add this plugin to your OpenCode config:
{
"plugin": ["@fleettools/opencode-plugin"]
}
After restarting OpenCode, the plugin will provide tools and commands for FleetTools management.
fleet-statusGet FleetTools service status and configuration
Parameters:
format (optional, enum: text|json, default: text) - Output formatExamples:
# Human-readable status
/fleet-status
# JSON format
/fleet-status --format json
fleet-startStart FleetTools services
Parameters:
services (optional, array: api,squawk) - Services to start (default: all enabled)Examples:
# Start specific services
/fleet-start --services api,squawk
fleet-stopStop FleetTools services
Parameters:
services (optional, array: api,squawk) - Services to stop (default: all running)force (optional, boolean) - Force stop without graceful shutdowntimeoutMs (optional, number) - Timeout for graceful shutdown (ms)format (optional, enum: text|json, default: text) - Output formatExamples:
# Graceful stop specific services
/fleet-stop --services api,squawk
# Force stop
/fleet-stop --force api,squawk --timeout 5000
The plugin also provides these slash commands for quick access:
MIT License - see LICENSE file for details.
FAQs
FleetTools OpenCode Plugin - AI Agent Coordination System
The npm package @fleettools/opencode-plugin receives a total of 2 weekly downloads. As such, @fleettools/opencode-plugin popularity was classified as not popular.
We found that @fleettools/opencode-plugin 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.