⌨️ cli toolActivePromisinghigh

zylos-core

by zylos-ai

🐙 Give your AI a life — open-source agent infrastructure for team collaboration.

Stars

1.2k

Skill Type

⚙️ Infrastructure Operations

Quality Score

107/200

License

MIT

Forks

123

Last Updated

Jun 11, 2026

Discovered

Mar 27, 2026

Validation

Passed

github.com/zylos-ai/zylos-core

Quality Breakdown

107/ 200

Content Signals

Gotchas/Edge Cases+40
Progressive Disclosure+30
Trigger Description+20
Verification/Safety+20
Code Examples+15
Composability+15

Repo Health

Recent Activity+15
Scripts/Automation+10
Real Usage (Issues)+10
Single Responsibility+10
Config/Persistence+10
Install Instructions+5

Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.

Trust & Verification

high

Broad system access required. Carefully review permissions before installing.

Active

Updated within the last 90 days. Actively maintained.

Unverified skill. Always review source code before installing any skill from an unknown author.

Risk Assessment

  • Install script (scripts/install.sh) uses curl piping to bash - executes arbitrary remote code with elevated privileges
  • CLI commands include shell execution (cli/commands/shell.js) and system service management (service.js, pm2.js)
  • Self-upgrade mechanism (cli/lib/self-upgrade.js, cli/lib/self-upgrade-finalize.js) allows automatic code updates without explicit approval
  • Docker entrypoint and docker-compose orchestration enable autonomous containerized execution
  • CLAUDE.md present - persistent configuration file that may modify AI system behavior
  • PM2 integration for persistent process management and autonomous scheduling