orderly-plugin-create
Pass
Audited by Gen Agent Trust Hub on May 4, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
npxto execute@orderly.network/cliandorderly-devkit. These are official vendor tools associated with the skill's author, OrderlyNetwork. - [INDIRECT_PROMPT_INJECTION]: The skill processes user-provided inputs (Plugin Name, ID, Interceptor Target, and Target Directory) which are interpolated into shell commands.
- Ingestion points: Inputs collected from the user as described in
SKILL.md. - Boundary markers: Commands in
SKILL.mduse double quotes for variable interpolation (e.g.,--name "<PluginName>"). - Capability inventory: Shell command execution via
npxinSKILL.md. - Sanitization:
reference.mdprovides specific regex validation rules for plugin names and IDs to ensure they conform to expected formats (PascalCase and kebab-case) and prevent command injection payloads.
Audit Metadata