skills/openai/plugins/plugin-creator/Gen Agent Trust Hub

plugin-creator

Pass

Audited by Gen Agent Trust Hub on Mar 18, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • Command Execution: The skill utilizes a local Python script (scripts/create_basic_plugin.py) to automate the creation of plugin directories and JSON manifest files. This is a standard mechanism for scaffolding tools used to streamline development workflows.
  • File System Operations: The associated script performs directory creation and file writing tasks. It employs path resolution and name normalization to determine file locations, which are intended to reside within the local project environment.
  • Data Ingestion Surface: The skill processes user-defined inputs, such as plugin names and configuration flags, to generate scaffolding. It incorporates normalization logic, such as converting plugin names to lower-case hyphen-case and filtering non-alphanumeric characters, to maintain structure and prevent unintended file path issues.
  • Input Validation: The script includes checks for plugin name length and content, ensuring that the generated identifiers adhere to the platform's requirements.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 18, 2026, 01:24 PM