prompt-refactor
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFE
Full Analysis
- [Indirect Prompt Injection Surface]: The skill is designed to process and execute existing prompt artifacts, which introduces a surface for indirect prompt injection.
- Ingestion points: Processes
promptFilesandrequirementsprovided via user input or workspace context as described inSKILL.md. - Boundary markers: No explicit boundary markers or 'ignore instructions' delimiters are defined within the provided skill files.
- Capability inventory: The skill utilizes
Prompt TesterandPrompt Evaluatorto execute prompts and evaluate results within a sandbox environment. - Sanitization: No explicit sanitization or filtering of the input prompt content is performed before processing.
- Context: The use of a deterministic sandbox (
.copilot-tracking/sandbox/) provides isolation for these operations, which is a standard practice for handling potentially untrusted prompt content during refactoring tasks.
Audit Metadata