rock-plugin-release
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructions for the agent to manage a repository's file structure and metadata. It includes a Python script (
scripts/check_consistency.py) used to validate consistency between JSON files, markdown documentation, and symlinks within the repository. - [COMMAND_EXECUTION]: The skill instructs the agent to run a local Python script and perform standard file system operations like creating symlinks (
ln -s). These operations are aligned with the skill's primary purpose of repository maintenance. - [DATA_EXPOSURE]: The script reads local repository files such as
plugin.json,registry.json, andREADME.mdto perform checks. No sensitive file paths (e.g., credentials) are accessed, and no network operations are present.
Audit Metadata