ds-delegate
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the platform's hook system to execute local Python scripts via
uv run. These scripts, such asds-post-subagent-guard.pyandds-pre-subagent-clear.py, are located within the plugin root and serve as security controllers that monitor tool usage and maintain subagent boundaries. - [SAFE]: The skill enforces a strict protocol requiring all data analysis and engineering tasks to be performed by isolated subagents. This design prevents the main agent from executing code directly in the orchestrator context, providing a layer of execution isolation.
- [SAFE]: The skill manages an indirect prompt injection surface by using structured markdown templates to separate instructions from untrusted plan data.
- Ingestion points: Untrusted task descriptions from
PLAN.mdand project objectives fromSPEC.mdare interpolated into the subagent dispatch prompts. - Boundary markers: Templates use clear markdown headers (
# TASK,## CONTEXT) to delimit instructions from user-provided data. - Capability inventory: The skill dispatches agents with access to
Read,Write, andBashtools for data processing. - Sanitization: The protocol relies on the structural separation within the prompt and explicit negative constraints ('MUST NOT DO') provided to the subagents.
Audit Metadata