nocobase-plugin-manage
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to runnb plugincommands. User-supplied variables, includingplugins,runtime_env_name, andbase_dir, are interpolated directly into shell command templates. Without explicit sanitization or escaping of shell metacharacters in the instructions, this creates a potential for command injection. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection (Category 8) because it ingests untrusted data that influences the execution of powerful tools.
- Ingestion points: User-provided inputs for
plugins,runtime_env_name, andbase_dirdefined in theInput ContractofSKILL.md. - Boundary markers: None identified. There are no instructions to the agent to treat these inputs as literal strings or to ignore embedded instructions.
- Capability inventory: The skill has access to the
Bashtool (used inSKILL.mdandreferences/v1-runtime-contract.md) and theWritetool. - Sanitization: The skill instructions do not specify any sanitization, validation, or escaping logic for the user-supplied strings before they are passed to the
Bashtool.
Audit Metadata