onboard
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE_AND_EXFILTRATION]: The skill checks for the existence and readability of the
~/.ssh/configfile. While this path is considered sensitive, the operation is restricted to a file-test operator ([ -r ~/.ssh/config ]) to confirm that the system's SSH environment is configured for the plugin's auditing functions. No file content is read or exfiltrated. - [COMMAND_EXECUTION]: The script uses standard shell commands (
which,mkdir,echo) to verify thatssh,scp, andpython3are installed and to create a data directory in the user's standard plugin storage path. These are typical initialization behaviors for development and auditing tools.
Audit Metadata