setup-custom-libraries
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill employs MATLAB file system functions (rmdir, copyfile) to manage the .satk configuration folder within the user's preference directory (prefdir()) or project root. These actions are restricted to managing the skill's own configuration data.
- [INDIRECT_PROMPT_INJECTION]: The skill processes user-specified .slx library files and JSON configuration files to populate a block knowledge index. While this data influences the agent's block selection in downstream model-building tasks, the ingestion is a core functional requirement.
- Ingestion points: External .slx library files and local satk-libraries.json configuration files.
- Boundary markers: No explicit delimiters are specified for the library metadata extraction process.
- Capability inventory: Includes file system manipulation (copyfile, rmdir), persistent configuration storage (library.LibraryConfig.save), and model modification capabilities via the model_edit tool.
- Sanitization: The indexing process relies on internal library APIs for metadata extraction; explicit sanitization of block descriptions was not observed in the provided reference materials.
Audit Metadata