list_artifacts
Retrieve files created by security tool executions, filtered by source server or artifact type, for review and further processing.
Instructions
List all artifacts produced by hub tools in the current project.
Artifacts are files created by tool executions in /app/output/. They are automatically tracked after each execute_hub_tool call.
:param source: Filter by source server name (e.g. "binwalk-mcp"). :param artifact_type: Filter by type (e.g. "elf-binary", "json", "text", "archive"). :return: List of artifacts with path, type, size, and source info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | ||
| artifact_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||