byted-tos-workspace-netdrive
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is to manage local workspace storage mounts using standard Linux commands. The behavior is transparent and aligns with the stated purpose.
- [COMMAND_EXECUTION]: The
scripts/detect_mounts.shscript executes standard system utilities (df,grep,awk) to parse filesystem mount information. This is a read-only operation used for discovery and does not involve unsafe user input interpolation or privilege escalation. - [DATA_EXPOSURE]: The skill interacts with the
/root/.openclaw/workspace/directory to manage cloud storage buckets. The instructions correctly advise the agent to hide internal filesystem paths from the user, reflecting a security-conscious approach to path concealment. - [NO_CODE]: There are no external dependencies, remote downloads, or hidden scripts associated with this skill. It relies entirely on the provided shell script and standard system binaries.
Audit Metadata