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 a PIXABAY_KEY. It also attempts to locate and verify the existence of client_secret.json and token.pickle, both of which typically contain sensitive OAuth credentials.
  • [COMMAND_EXECUTION]: The skill executes multiple shell commands to inspect the local filesystem, including grep to extract values from configuration files and test to 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 local config.py file, which could lead to arbitrary code execution if the local environment is untrusted or the file has been tampered with.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Jun 16, 2026, 08:06 PM
Security Audit — agent-trust-hub — youtube-doctor