qa-test
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes several system utilities and local binaries to perform its testing and QA functions.
- It uses
pkillandopento manage the application lifecycle during testing. - It employs
screencaptureandsips(Scriptable Image Processing System) to capture and crop images of the application's menu for visual verification. - It executes a bundled bash script
scripts/live_provider_matrix.shwhich usesnodeto process JSON data and perform string redaction. - [DATA_EXFILTRATION]: The skill interacts with the application's local configuration file at
~/.codexbar/config.json, which contains sensitive provider keys. - Mitigation: The skill includes explicit
jqandnodescripts designed to redactapiKey,secretKey, andcookieHeadervalues before the data is displayed or processed further. - Mitigation: Configuration backups are created with restricted permissions (
chmod 600) to ensure they are not world-readable. - [EXTERNAL_DOWNLOADS]: The skill references documentation and API specification URLs for several well-known AI providers (including MiniMax, Deepgram, and Groq).
- These references are used solely for looking up official specifications and do not involve downloading or executing external code.
- [SAFE]: The skill follows established security best practices for handling sensitive data within a testing environment, such as the use of quoted heredocs in scripts to prevent injection and the integration of secure secret storage tools like 1Password.
Audit Metadata