sync-local-global-agents-skills
Warn
Audited by Gen Agent Trust Hub on Jul 6, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches content from GitHub, which is a well-known service, to update local resources from a third-party repository (AVIDS2/memorix).\n- [COMMAND_EXECUTION]: The skill uses shell execution to interact with local CLI tools for metadata retrieval. Evidence:
src/memorix.tsinvokesexecSyncto runmemorix skills show --name "${skillName}" --json.\n- [REMOTE_CODE_EXECUTION]: The skill downloads instruction files (SKILL.md) and other assets from a remote source and writes them into local skill directories. Because these files are interpreted and executed by the AI agent platform, a compromise of the remote repository could lead to the execution of malicious instructions. Evidence: TherefreshSkillandwriteSkillFilesfunctions insrc/memorix.tswrite downloaded buffers directly to the local filesystem usingwriteFileSync.\n- [DATA_EXFILTRATION]: The skill scans application-specific directories for Cursor, Codex, and Claude to locate existing skills. While this access is used for syncing, reading from internal application paths is a high-privilege operation. Evidence:src/memorix.tscontains hardcoded paths inLOCAL_SOURCE_CANDIDATEStargeting user home directory application data for third-party AI agents.
Audit Metadata