# Lab 15 — Audit an MCP / skill supply chain.
# Runs on the shared base image; this lab is pure-Python static analysis (pandas +
# hashlib + re only), so it needs nothing beyond the common/ library in the base.
FROM aais-labs:1.0.0

# Run just this lab in isolation:
#   docker build -t aais-lab-15 .
#   docker run --rm -p 8888:8888 aais-lab-15
# then open the printed JupyterLab URL and run 15_mcp_skill_audit.ipynb.
