api-tester
Warn
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONCREDENTIALS_UNSAFEDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local script
api_tester.pyand a CLI binaryapi-testerlocated at~/Documents/api-tester/. Since this code resides outside the skill package, its behavior cannot be verified, posing a risk of executing arbitrary or malicious commands. - [COMMAND_EXECUTION]: The installation instructions require the agent to run
pipx installorpip installtargeting a local directory. This process executes installation scripts (likesetup.py) from that external directory, which could contain malicious logic. - [CREDENTIALS_UNSAFE]: The skill's primary function is to handle and process high-value secrets, including API keys for OpenAI, Anthropic, Google Gemini, and OpenRouter. It instructs the agent to read these secrets from files like
keys.txtor.envfiles. - [DATA_EXFILTRATION]: The skill performs network operations by sending the collected API keys to external LLM provider endpoints. While the stated goal is validation, the use of an unverifiable local tool to transmit sensitive credentials to the network constitutes a potential exfiltration path.
Audit Metadata