adobe-debug-bundle
Pass
Audited by Gen Agent Trust Hub on Apr 8, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a Bash script to execute diagnostic commands including
curl,nslookup,tar, andsed. These tools are used to gather system information, verify network connectivity to Adobe APIs, and package the results into a compressed archive. - [DATA_EXFILTRATION]: The script performs a credential validation check by sending
ADOBE_CLIENT_IDandADOBE_CLIENT_SECRETto Adobe's official identity management service (ims-na1.adobelogin.com). This operation is consistent with the skill's stated purpose of diagnosing API connectivity issues. - [CREDENTIALS_UNSAFE]: While the skill accesses sensitive environment variables and a
.envfile, it implements specific logic to redact secret values (using shell parameter expansion andsed) before writing them to the summary files or including them in the diagnostic bundle.
Audit Metadata