sync-skills-lock
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill sets the environment variable
GIT_SSL_NO_VERIFY=1during repository cloning operations. This disables standard SSL/TLS certificate validation, which can expose the agent to man-in-the-middle (MITM) attacks where an attacker could intercept or modify data during transmission. - [COMMAND_EXECUTION]: The skill incorporates user-provided input via the
$ARGUMENTSvariable directly into shell logic (TARGET="$ARGUMENTS"). If the execution environment does not properly sanitize these arguments, it could potentially be exploited for command injection. - [EXTERNAL_DOWNLOADS]: The skill utilizes the
ghCLI to clone remote repositories from theFandhe-AIorganization on GitHub. It implements a safety check to ensure only repositories with theFandhe-AI/prefix are processed, which mitigates the risk of cloning from unauthorized sources. - [COMMAND_EXECUTION]: The skill performs file system modifications using
jqandmvto update local configuration files (skills-lock.json) and usesgitto commit these changes to the local repository.
Audit Metadata