skill-sync
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill performs shell command execution through
cmd /con Windows, involvinggit,mise, andnpxto manage the local environment and repository state.\n- [EXTERNAL_DOWNLOADS]: Fetches theskillspackage from the NPM registry usingnpxto facilitate skill management.\n- [REMOTE_CODE_EXECUTION]: Executes code from theskillspackage locally to update configurations across multiple agent platforms (e.g., Codex, Cursor, Windsurf).\n- [DATA_EXFILTRATION]: Performsgit pushoperations to synchronize local skill code with a remote Git repository (defaulting to the origin remote).\n- [PROMPT_INJECTION]: The skill ingests repository data which may contain untrusted instructions, forming an indirect prompt injection surface.\n - Ingestion points: Processes files within the
skills/directory and theagents/openai.yamlconfiguration file.\n - Boundary markers: There are no explicit delimiters or instructions provided to the agent to ignore potentially malicious content within the skill files being processed.\n
- Capability inventory: The skill has access to shell execution, Git repository management, and remote package execution via
npx.\n - Sanitization: No sanitization or validation logic is specified for the contents of the files being read or synchronized.
Audit Metadata