multi-agent-task-orchestrator
Pass
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill describes a design pattern for agent orchestration and does not contain executable malicious code. All provided Python snippets use standard libraries (sqlite3, difflib) for local logic.
- [SAFE]: Includes security-positive recommendations, such as quality gates that explicitly check for the accidental introduction of secrets (API keys, tokens) before tasks are marked complete.
- [DATA_MANAGEMENT]: Uses a local SQLite database (task_registry.db) for state management and anti-duplication, which is a standard development practice.
- [INDIRECT_PROMPT_INJECTION]: While the orchestrator processes user-provided task descriptions, the logic is limited to keyword scoring and string similarity checks, posing no significant injection risk in the context provided.
Audit Metadata