sync-skill
Warn
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/install_local_skill.pyperforms destructive file system operations based on user or agent-provided arguments. - It utilizes
shutil.rmtree()to recursively delete existing directories that reside at the intended symlink location. - It uses
Path.unlink()to remove existing files or symlinks. - [DATA_EXFILTRATION]: The skill can be used to expose sensitive local data to the agent's context through symlink creation.
- The
install_local_skill.pyscript allows symlinking arbitrary source paths (provided via theskillargument) to the agent's configuration directories (e.g.,~/.claude/skills/). - This mechanism allows an agent to be directed to link sensitive folders like
~/.ssh,~/.aws, or project.envfiles into its own workspace, making their contents readable by the agent.
Audit Metadata