plugin-creator
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Local Script Execution: The skill utilizes a local Python script to automate the creation of plugin directories and JSON manifest files. This script is part of the skill package and manages the generation of scaffolding based on user input.
- File System Operations: The skill performs file system writes to create the required plugin structure. These operations are focused on the skill's primary purpose and include safeguards, such as requiring a specific flag to overwrite existing files.
- Input Sanitization: The included scaffolding script implements a normalization process for plugin names, using regular expressions to ensure they follow a safe, standardized format. This practice helps maintain consistent directory structures.
- Application Deeplinks: The instructions guide the agent to generate application-specific protocol links for internal platform navigation. These links are used to help users view or share the generated plugin configurations within the host application.
Audit Metadata