Skip to content
Courses/Agents and automation/Secure and auditable skills

Secure and auditable skills

A good skill packages a procedure. A dangerous skill packages excessive permissions, opaque scripts, and network calls that nobody has read.

  • Create small, versionable skills that are easy to review.
  • Audit `SKILL.md`, auxiliary scripts, and permissions before installing.
  • Avoid skills that mix knowledge, execution, and secrets.
Terminal
---
name: deploy-preview
description: Crea un deploy preview y resume el resultado.
allowed-tools: Bash(npm run build), Bash(vercel deploy --yes), Bash(git status *)
disable-model-invocation: true
---
1. Comprueba estado de git.
2. Ejecuta build.
3. Crea deploy preview.
4. Devuelve URL, commit y errores si los hay.
5. No hagas deploy a produccion.

Audit checklist

  • Read the entire `SKILL.md`, not just the description.
  • Look for `curl`, `wget`, `nc`, `ssh`, `gh auth token`, `.env`, and external domains.
  • Review `allowed-tools`: avoid `Bash(*)` unless it is local and trusted.
  • Check scripts included in the skill folder.
  • Test first in a clean project, without real credentials.
Complete Aulafy mapSee how this lesson fits without leaving your path.

Complete Aulafy map

How all courses connect

This is not a checklist. Start with the foundation, choose an outcome, and go deeper only when your project needs more control.

  1. 1Understand
  2. 2Apply or build
  3. 3Operate with confidence
01

Choose an application

Turn the foundation into a visible outcome: a website, a business improvement, media, or an interactive experience.

Continue into the technical branch when you need to maintain code, data, or infrastructure.

02

Build with code

Prepare your environment, work with coding agents, and run models while keeping control of your projects.

This branch prepares you to design and operate reliable AI systems.

03

Take systems to production

Combine retrieval, agents, evaluation, security, deployment, and model adaptation when the problem requires it.

You do not need every course: choose the component your system needs and return as it grows.

View full catalogue