Habilidades peak-setup
📦

peak-setup

Revisión del contenido r1 Riesgo alto ⚙️ Comandos externos🌐 Acceso a red

Move CI Jobs to Peak Runners

Teams need a faster GitHub Actions runner setup without manually editing every workflow. This skill runs the Peak workflow, guides authentication, and reports the proposed changes for review.

Compatible con: Claude Codex Code(CC)
⚠️ 38 Deficiente

Instalar con mi Agente

Copia esta solicitud en tu Agente. Incluye la página canónica del Skill y el manifiesto.

Solicitud de agente
Review the Skillstore skill "peak-setup" from https://skillstore.io/skills/peakinc-peak-setup.md and its manifest at https://skillstore.io/api/skills/peakinc-peak-setup/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.

Tu Agente debe seguir mostrando su plan y solicitar cualquier confirmación exigida por la política de seguridad.

Recursos legibles por agentes

Usa estos enlaces cuando un agente de IA, crawler o script necesite contexto limpio en vez de leer la página completa.

Pruébalo

Usando "peak-setup". Set up Peak for this GitHub repository.

Resultado esperado:

Prerequisites passed. Peak authentication is required. Open the provided sign-in link and approve access. The CLI will return a pull request after updating eligible runner labels.

Usando "peak-setup". Why were some jobs not moved to Peak?

Resultado esperado:

  • The plan identified jobs with matrix or runner expression complexity.
  • Those jobs require the Peak wizard or manual review.
  • The report includes each skipped job and its reason.

Usando "peak-setup". The CLI cannot run. What should I do?

Resultado esperado:

Use the manual fallback for eligible workflow jobs: change only the runs-on value, open a pull request, and leave the existing CI steps unchanged.

Auditoría de seguridad

Riesgo alto

All 25 external-command alerts are false positives because they match Markdown backticks and documented command text, not executable Ruby or shell code. The two URL alerts are also false positives because they are fixed documentation links; however, the instructions introduce supply-chain and workflow-disclosure risks through mutable npx packages and remote workflow processing.

1
Archivos escaneados
90
Líneas analizadas
0
Elementos de revisión
0
Falsos positivos ignorados

Preocupaciones de seguridad confirmadas (2)

Alto
Mutable Remote Package Execution
The instructions tell the agent to run npx -y with @peakinc/init@latest and @peakinc/wizard@latest in the repository. A future package release can execute with repository access before the user reviews a pull request.
The commands explicitly use npx -y and mutable @latest package tags, which directly establishes unattended remote package execution in the repository context.
Medio
Workflow File Disclosure to External Service
The wizard path states that selected workflow files are sent to Peak over a network connection. This can disclose proprietary CI logic or configuration to an external service without a documented data review or local-only option.
The skill explicitly describes transmitting workflow files to Peak, but it provides no evidence that those files contain secrets or that the transfer is malicious; the concern is disclosure and consent.
Auditado por: codex
Compartir y citar este informe

Comparte el informe de evaluación versionado, la insignia neutral, la tarjeta insertable y las citas. Skillstore presenta evidencias sin decidir si este Skill es seguro.

Abrir el informe versionado
Evaluación de seguridad

Copiar enlace del informe

https://skillstore.io/skills/peakinc-peak-setup/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Insignia Markdown

[![Skillstore security assessment](https://skillstore.io/badges/skills/peakinc-peak-setup/security.svg)](https://skillstore.io/skills/peakinc-peak-setup?utm_source=security_passport_badge)

Insignia HTML

<a href="https://skillstore.io/skills/peakinc-peak-setup?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/peakinc-peak-setup/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Tarjeta para insertar

<iframe src="https://skillstore.io/embed/skills/peakinc-peak-setup.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Citas académicas (APA · BibTeX · CFF)

Cita APA

peakinc. (2026). peak-setup security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/peakinc-peak-setup/audits/1

Cita BibTeX

@techreport{peakinc-peakinc-peak-setup-2026, author = {peakinc}, title = {peak-setup security audit report (audit version 1)}, institution = {Skillstore}, year = {2026}, number = {1}, url = {https://skillstore.io/skills/peakinc-peak-setup/audits/1}, note = {Author version unspecified} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "peak-setup security audit report (audit version 1)" version: "unspecified" type: report authors: - name: "peakinc" date-released: "2026-09-13" url: "https://skillstore.io/skills/peakinc-peak-setup/audits/1" identifiers: - type: other value: "skillstore:peakinc-peak-setup:audit:1" description: "Skillstore immutable audit report identifier"

Puntuación de Skillstore

Por qué esta puntuación Confianza de la evidencia: Medio
55
Arquitectura
85
Mantenibilidad
87
Contenido
65
Comunidad
91
Cumplimiento de la especificación

Lo que puedes crear

Migrate a GitHub Actions repository

Set up Peak runners across eligible workflow jobs and return a pull request for the repository owner to review.

Investigate jobs needing translation

Identify matrix jobs, operating system legs, and runner expressions that require the Peak wizard or manual handling.

Prepare a cautious runner transition

Apply the runner change through a pull request, preserve the existing CI, and explain the steps for validation and rollback.

Prueba estos prompts

Start Peak setup
Set up Peak in this repository. Check the prerequisites first, run the standard initialization flow, and report the pull request link.
Review the migration plan
Inspect this repository for Peak setup readiness. Summarize eligible jobs, blocked jobs, required authentication, and the expected workflow change before running the CLI.
Handle hard jobs
Run the Peak setup flow and handle jobs that use matrices, expressions, or non-Linux runners. Report translated jobs, skipped jobs, reasons, and the pull request.
Use a controlled fallback
If Peak initialization cannot run, identify each eligible GitHub Actions job, propose the exact runs-on migration, preserve all other workflow content, and prepare the changes for review.

Mejores prácticas

  • Review the generated pull request before merging and confirm every runner change.
  • Keep the existing CI until the first successful Peak run validates the migration.
  • Never expose PEAK_TOKEN or other credentials in logs, prompts, or pull request text.

Evitar

  • Do not merge the pull request automatically.
  • Do not edit workflow steps or unrelated settings during runner migration.
  • Do not run the setup without reviewing the package source, version, and data-transfer behavior.

Preguntas frecuentes

What does this skill change?
It changes eligible GitHub Actions runner assignments and creates a pull request. It should leave other workflow content unchanged.
What access is required?
You need to be an owner of the GitHub organization. Personal accounts are not supported by the documented workflow.
Which Node version is required?
The instructions require Node 22.13 or newer.
Will the skill merge my pull request?
No. It reports the pull request and leaves the merge decision to you.
What happens to complex jobs?
Jobs with matrix, operating system, or runner expression complexity may be sent through the Peak wizard or left for manual review.
Can I undo the setup?
The documented undo command removes the branch created by initialization. Review its effect before running it.

Detalles del desarrollador

Autor

peakinc

Licencia

MIT

Revisión de Skillstore

r1

Aviso de versión

El autor no declaró una versión.

Ref.

5526951beaeca22519572a471618555839b53b05

Actualidad del mantenimiento

14/9/2026

Uso

0 descargas · 0 vistas

Estructura de archivos

📄 SKILL.md