engineering-detections
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFEDATA_EXFILTRATIONPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [DATA_EXFILTRATION]: The skill recommends using
curlwithhttps://defuddle.md/to fetch external content. This workflow sends target URLs to a third-party service, which could result in the exposure of metadata or browsing intent to an external entity. - [PROMPT_INJECTION]: The skill provides instructions for the agent to fetch and process untrusted external data. Ingestion points: Results from
curlrequests to thedefuddle.mdservice as described inSKILL.md. Boundary markers: Absent; the skill does not specify the use of delimiters or instructions to ignore embedded commands in fetched content. Capability inventory: The skill makes use ofsigmaconversion tools,atomic-red-teamemulation commands, and execution of local Python scripts. Sanitization: None; the skill does not describe any validation or filtering of the content retrieved from the external service. - [EXTERNAL_DOWNLOADS]: The skill performs network operations to the non-whitelisted utility domain
defuddle.mdto retrieve markdown content. - [COMMAND_EXECUTION]: The skill utilizes several CLI tools including
sigma,atomic-red-team, and local Python scripts (scripts/sync_attack.py,scripts/rules_to_navigator.py) for its core functionality. While standard for detection engineering, these constitute an active command execution surface.
Audit Metadata