Intent-Code Divergence
Medium
- Confidence
- 98% confidence
- Finding
- The safety guidance presents `xargs -I {} sh -c 'echo "Hello {}"'` as a safe fix even though the document itself later acknowledges this remains injectable because xargs interpolates `{}` before the shell runs. In a safety file for a hardened jq skill, documenting an unsafe pattern as a recommended defense is especially dangerous because users and downstream agents may copy it as trusted remediation.
