skills/apache/skywalking/ci-e2e-debug/Gen Agent Trust Hub

ci-e2e-debug

Pass

Audited by Gen Agent Trust Hub on Jul 30, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • Artifact Retrieval and Extraction: The skill retrieves ZIP archives containing test logs from the Apache SkyWalking GitHub repository using the gh api command. These archives are then extracted locally for inspection. While this involves downloading external content, it is done from a well-known project source for the intended purpose of troubleshooting.
  • Log Analysis via Shell Commands: To assist in debugging, the skill executes common shell utilities such as find, grep, and unzip. These commands are standard for navigating and searching log files within a temporary directory environment.
  • Indirect Data Processing: The agent is instructed to parse log content generated by external CI processes. This is a typical workflow for automated debugging, where the agent acts as an assistant to identify patterns in test output.
  • Environment Interaction: The skill performs file operations within the /tmp directory, such as creating and deleting a dedicated debugging folder. This localized approach is a common practice to avoid cluttering the persistent file system.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 30, 2026, 10:53 AM
Security Audit — agent-trust-hub — ci-e2e-debug