dgx-spark
Fail
Audited by Gen Agent Trust Hub on Aug 2, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides instructions to download and execute scripts directly from remote URLs, a practice that bypasses standard package verification.
- In
references/playbooks/hermes-agent.md, the instructioncurl -fsSL https://get.hermes.dev | shexecutes an unverified remote script. - In
references/playbooks/lm-studio.md, the instructioncurl -fsSL https://lmstudio.ai/install.sh | shexecutes an installer from a third-party domain. - In
references/playbooks/openclaw.md, the instructioncurl -fsSL https://get.openclaw.ai | shdownloads and runs a script directly. - In
scripts/pxe-provisioning.md, a script is downloaded fromhttps://raw.githubusercontent.com/apt-mirror/apt-mirror/master/apt-mirror, given executable permissions, and run with root privileges viasudo. - [EXTERNAL_DOWNLOADS]: The skill heavily relies on external software, models, and configurations from numerous non-whitelisted sources.
- Frequent downloads from
github.com,gitlab.com, and various project-specific domains for tools and AI models. - Automated installation of dependencies from third-party repositories without integrity checks.
- [COMMAND_EXECUTION]: The documentation frequently suggests high-privilege operations that significantly reduce the system's security posture.
- Instructions in
references/support/field-diagnostic-software.mdandscripts/recovery.mdrequire the user to disable Secure Boot in the UEFI firmware. - In
scripts/pxe-provisioning.md, the skill instructs users to configurefwupdto allow untrusted binaries by settingOnlyTrusted=falseinfwupd.conf. - Use of the
ddcommand for disk writing (scripts/pxe-provisioning.md) presents a risk of accidental data destruction. - [DATA_EXFILTRATION]: While no active exfiltration was detected, the skill directs users to handle sensitive secrets and credentials, creating a risk of exposure.
- Users are guided to manage API keys for services like NVIDIA, HuggingFace, and Tavily, and to create
.envfiles which could be targeted by malicious scripts.
Recommendations
- AI detected serious security threats
Audit Metadata