Description
Theinspect-image prompt provides instructions for thoroughly examining a container image to understand its contents, installed software, and configuration.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
image | string | Yes | - | Image UUID or tag to inspect |
Generated Instructions
When invoked with:Example Usage
Explore Python Image
Explore Custom Image
Explore Alpine
Implementation Notes
The agent should use the free inspection tools first, thenrun for dynamic queries:
-
Use
list_filesfirst (free, no VM): -
Use
read_filefor config files (free, no VM): -
Use
runfor dynamic queries (spawns VM): -
Report findings in a structured format:
- OS: Debian 12 / Alpine 3.18 / etc.
- Languages: Python 3.11, Node.js 20, etc.
- Key packages: numpy, flask, etc.
- Notable directories: /app, /data, etc.
See Also
- list_files - List directory contents (free)
- read_file - Read file contents (free)
- debug-failure - Debug after inspection