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, and sed. 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_ID and ADOBE_CLIENT_SECRET to 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 .env file, it implements specific logic to redact secret values (using shell parameter expansion and sed) before writing them to the summary files or including them in the diagnostic bundle.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 8, 2026, 08:45 AM