plugin-validator
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to execute standard system utilities includingjqfor JSON parsing,findandlsfor file discovery and permission checks, andgrepfor pattern matching. These operations are essential for its function as a validator and are used within a narrow, diagnostic scope. - [COMMAND_EXECUTION]: The helper script
scripts/validate_plugin_marketplace.pyexecutes a secondary Python script usingsubprocess.run(). It passes arguments using a command list rather than a shell string, which is a secure implementation that mitigates command injection risks. - [SAFE]: No evidence of malicious behavior, such as data exfiltration, credential harvesting, or unauthorized remote code execution, was detected. The skill's instructions are focused on adherence to repository-specific standards and security scanning for secrets in third-party plugins.
Audit Metadata