yy-enable-memory
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill primarily serves as a project boilerplate generator, creating a structured memory system (hubs, leaves, logs) using local templates and directory creation commands.
- [COMMAND_EXECUTION]: The skill executes
git logandgit diffto extract commit information for updating the project's work log. It also invokes a local Node.js maintenance script (main.ts) to perform size checks on the memory files. These operations are scoped to the local repository and do not interact with external systems. - [EXTERNAL_DOWNLOADS]: The capacity maintenance script includes a
package.jsonfile specifying common development dependencies (such as TypeScript, ESLint, and Prettier) from the official npm registry. These are standard tools for Node.js projects and do not introduce significant security risks in this context.
Audit Metadata