inspect-agent-run-with-prefactor-cli
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
prefactorCLI tool to run diagnostic commands includingagent_instances agent_contextandagent_spans listto retrieve runtime telemetry. - [CREDENTIALS_UNSAFE]: The skill requires a
PREFACTOR_API_TOKENto be provided by the user to authenticate theprefactorCLI with the remote telemetry service. - [PROMPT_INJECTION]: The skill processes external trace data and codebase files, which constitutes an indirect prompt injection surface.
- Ingestion points: Trace and context data downloaded via the CLI and existing source code files from the local repository.
- Boundary markers: None specified; instructions do not provide delimiters to separate untrusted trace content from agent instructions.
- Capability inventory: Shell command execution via the
prefactorCLI and file system read access to the local codebase. - Sanitization: No explicit validation or filtering of the incoming trace payloads is mentioned.
Audit Metadata