#!/bin/bash # V31 batch generator - Opus WIRE doctrine 13+7 - Skill: sudo-config-lines # Description: Sudoers lines # Whitelist-safe timeout 8s set +e timeout 8 bash -c "wc -l /etc/sudoers 2>/dev/null | awk '{print $1}' || echo 'no_access'" 2>&1 || echo "{\"skill\":\"sudo-config-lines\",\"error\":\"timeout_or_missing_tool\"}"