asus-esc8000-gpu-bios-tuning — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited asus-esc8000-gpu-bios-tuning (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Applies a 10-setting low-latency profile + verifies a 4-setting passthrough baseline, over Redfish. Validated on ESC8000-E12P (8× RTX PRO 6000 Blackwell, 2× Xeon 6730P, BIOS 0804). Settings are reversible until you reboot; the tool is dry-run by default.
export BMC_PASSWORD='...'
# 1. Dry-run: show what would change on the target (no writes)
python3 scripts/tune_gpu_bios.py --target <BMC_IP>
# 2. Stage only (reversible, no reboot) — settings pending until next boot
python3 scripts/tune_gpu_bios.py --target <BMC_IP> --apply
# 3. Stage + reboot + verify active (the full apply)
python3 scripts/tune_gpu_bios.py --target <BMC_IP> --apply --rebootscripts/gpu_serving_profile.json (token stringsvalidated on BIOS 0804 / registry S0317.8.4.0).
immune to BIOS-version token drift:
python3 scripts/tune_gpu_bios.py --target <new_BMC_IP> --from-host <tuned_BMC_IP> --apply --rebootPrefer --from-host when you have a known-good server (e.g. tuning a second box to match the first).
10 tuned + 4 baseline-verified. Full rationale table in REFERENCE.md. Headline: Resize BAR on, EPP/EPB → Performance, Energy-Efficient-Turbo / C1E-promotion off, Workload → I/O-sensitive, Latency-Optimized on, SNC off (1 NUMA/socket), ASPM-IIO off, AC-loss → Power On. Baseline (must already hold): Above-4G on, SR-IOV on, ACS off (fast GPU P2P — flip to on only at VM adoption). VT-d has no BIOS toggle on this platform (always exposed; gate it OS-side).
(use the asus-esc8000-firmware-upgrade skill). With --from-host, mismatched versions are flagged.
--apply --reboot. The reboot is GracefulShutdown → poll Off → On (this build has **noGracefulRestart**). POST takes ~5–6 min (SNC change forces full memory retraining).
VERIFIED N/N active. The post-reboot host shows 0/N mid-POST — that's normal,it resolves when the host republishes its BIOS map.
…/Bios/SD, not /Bios/Settings; needs If-Match etag (else 428).AccessDenied).intel_iommu=on iommu=pt kernel cmdline is a separate OS-side step.See REFERENCE.md for the attribute table, rationale, and the full Redfish API notes.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.