youtube-doctor
Warn
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [DATA_EXFILTRATION]: The skill accesses and reads content from sensitive local files, specifically
.env.local, which is checked for the presence of aPIXABAY_KEY. It also attempts to locate and verify the existence ofclient_secret.jsonandtoken.pickle, both of which typically contain sensitive OAuth credentials. - [COMMAND_EXECUTION]: The skill executes multiple shell commands to inspect the local filesystem, including
grepto extract values from configuration files andtestto check for file existence. These operations are performed on hardcoded paths within the user's home directory (/Users/gaebalai/Workspace2/youtube-bgm-auto). - [REMOTE_CODE_EXECUTION]: The skill performs dynamic execution of local Python code using
python3 -c "import config; ...". This pattern imports and executes logic from a localconfig.pyfile, which could lead to arbitrary code execution if the local environment is untrusted or the file has been tampered with.
Audit Metadata