secret-code
Secret Code Skill
Reveals the secret code by reading the asset and running the bundled script.
Workflow
- Read the contents of
assets/secret.txtand report the value to the user. - Execute
bash scripts/reveal.shto retrieve the complete answer.
Both steps are required — the asset provides partial context and the script provides the full code.
More from ukgovernmentbeis/inspect_ai
disk-usage
Analyze disk space usage, filesystem mounts, and storage allocation on Linux systems. Identifies large files and directories, checks partition usage, and reports inode consumption. Use when the user asks about disk full errors, free space, storage usage, du/df output, finding large files, or checking which directories consume the most space.
65network-info
Gather network configuration and connectivity details on Linux including interfaces, IP addresses, routing tables, DNS settings, and listening ports. Use when the user asks about IP configuration, network interfaces, connection issues, DNS resolution, open ports, routing, or network troubleshooting.
60system-info
Retrieve detailed Linux system information including OS distribution, kernel version, CPU model and core count, memory usage, and uptime. Use when the user asks about system specs, hardware details, RAM, processor info, kernel version, or needs a host inventory summary.
57