
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm 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 30 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
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.