clear-my-desk
Pass
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes external task data and sequence information which may contain adversarial content designed to influence the agent's triage logic.
- Ingestion points: Data is ingested via
swan-search-user-tasksandswan-search-sequences(SKILL.md). - Boundary markers: The skill does not define explicit boundary markers or 'ignore' instructions for the processed data.
- Capability inventory: The skill can execute Python code via
swan-execute-codeand perform task mutations viaswan-acknowledge-user-task. - Sanitization: No explicit sanitization or filtering of task content is described before classification.
- [COMMAND_EXECUTION]: The skill uses
swan-execute-codeto dynamically generate and run Python scripts (using pandas) for triaging large numbers of items and batching approval calls. - Evidence: Instructions in
Step 2andStep 5describe generating code to process JSON data and execute batches of API calls.
Audit Metadata