clear-configs
Warn
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFECOMMAND_EXECUTION
Full Analysis
- [DATA_EXPOSURE_AND_EXFILTRATION]: The skill targets sensitive file paths
~/.aws/credentialsand~/.aws/configto remove a specific AWS profile. Accessing and modifying these files is a high-privilege action that involves sensitive user credentials stored in the user's home directory. - [DYNAMIC_EXECUTION]: The skill invokes a Python script (
clear_configs.py) located in the plugin's local directory. This script execution is performed via the shell and uses dynamically resolved paths for both the Python interpreter and the script file based on environment variables.
Audit Metadata