Evaluación previa a la instalación
skills-manager Informe de evaluación.
Una decisión de instalación legible por máquina para Agents: afinidad con la tarea, Trust Score, Audit Score, seguridad de instalación, superficie de permisos y un plan de validación concreto antes de tocar el espacio de trabajo.
Revisión manual
Test manually in an isolated workspace and compare against safer alternatives.
Controles obligatorios
Comprobaciones que un Agent debe superar antes de instalar
Ajuste de tarea
84
Task wording matches this skill metadata.
- Evaluate skills-manager before installing it in an agent workflow
- Investigación
- Research agents workflows; Claude Code teams; teams that value GitHub adoption signals
Ruta de instalación
92
Install handoff is available.
- npx skills add CherryHQ/cherry-studio --skill skills-manager
Seguridad del comando de instalación
92
Ruta estándar de paquete o instalación en tiempo de ejecución
- npx skills add CherryHQ/cherry-studio --skill skills-manager
Puntuación de confianza
78
Good trust signals with a few areas worth checking before rollout.
- Lista sólida
- 51K estrellas de GitHub
- AGPL-3.0
Puntuación de auditoría
87
Seguro para probar
- The skill relies on executing third-party code via `npx skills` and installing external skills, which inherently carries supply-chain risks. However, it mitigates this by requiring user confirmation and displaying security warnings before installation.
Control de seguridad de Agent
55
Sparse or mixed signals. Useful for discovery, but not for autonomous installation.
- Test manually in an isolated workspace and compare against safer alternatives.
- Indicios de permisos de alto riesgo: ejecución de shell o comandos
Claridad de licencia
86
AGPL-3.0
- AGPL-3.0
Superficie de permisos
62
shell or command execution, filesystem or document access
- Shell or command execution: high
- Network access: medium
- Filesystem access: medium
Plan de validación
Qué debe hacer el Agent después
- 1Inspect repository, README/SKILL.md, license, and recent commits before production use.
- 2Install in an isolated workspace or sandbox with no production secrets available.
- 3Run the smallest representative task and record files touched, commands run, network access, and outputs.
- 4Compare the selected skill against at least one alternative when the eval status is review or failed.
- 5Promote only after the agent reports a successful verification result and unresolved warnings are accepted.
No usar cuando
Condiciones que requieren otra skill
- Equipos que necesitan un SLA con soporte del proveedor
- production agents without a repository review
- The skill relies on executing third-party code via `npx skills` and installing external skills, which inherently carries supply-chain risks. However, it mitigates this by requiring user confirmation and displaying security warnings before installation.
- Indicios de permisos de alto riesgo: ejecución de shell o comandos
- The skill references other skills (`find-skills`, `skill-creator`) that may not be available in all environments, but it provides fallback instructions for when they are missing.
- Production credentials, payments, or irreversible account changes without explicit human review
Comprobaciones de apoyo
Señales de confianza detrás de la decisión
Completitud de README/SKILL.md
Aprobado86
Los metadatos incluyen suficiente contexto de uso y flujo de trabajo
Mantenimiento reciente
Aprobado100
1 días desde el último push
Alternativas disponibles
Aprobado82
Alternative skills are available for comparison.