multithreaded-task-migration
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFE
Full Analysis
- Environment Isolation: The skill promotes the use of
TaskEnvironmentto isolate environment variables and process state, which is a secure practice for parallel execution. - Path Sanitization: It mandates converting relative paths to absolute paths before file system operations, mitigating potential directory traversal or context-confusion risks.
- Safe API Usage: It provides a list of forbidden process-wide APIs (like
Environment.Exit) that could disrupt the hosting process, ensuring stable and secure operation. - Official Documentation Usage: The skill refers to official repositories for all technical specifications, ensuring the information source is trusted.
Audit Metadata