skills/autohandai/community-skills/integrating-sast-into-github-actions-pipeline/Gen Agent Trust Hub
integrating-sast-into-github-actions-pipeline
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The scripts
scripts/agent.pyandscripts/process.pyutilize thesubprocessmodule to executesemgrepandcodeqlbinaries. These operations are essential for the skill's stated purpose of performing security scans. The commands are constructed using lists (argument arrays) rather than raw shell strings, which is a security best practice to prevent command injection. - [EXTERNAL_DOWNLOADS]: The skill references official and well-known resources, including GitHub Actions from the
githubandreturntocorp(Semgrep) organizations, and standard Docker images (semgrep/semgrep). These are trusted sources within the DevSecOps ecosystem. - [REMOTE_CODE_EXECUTION]: While the skill involves executing security analysis tools, no patterns of arbitrary remote code execution (such as
curl | bash) or loading of untrusted external scripts were found. All execution is limited to the local environment and specified security binaries. - [DATA_EXFILTRATION]: There is no evidence of unauthorized data transmission. The scripts process SARIF (Static Analysis Results Interchange Format) files locally to generate consolidated reports or to fail CI/CD quality gates based on detected vulnerabilities.
Audit Metadata