skills/mukul975/anthropic-cybersecurity-skills/implementing-devsecops-security-scanning/Gen Agent Trust Hub
implementing-devsecops-security-scanning
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The orchestration script
scripts/agent.pyexecutes security tools likesemgrep,trivy, andgitleaks. It usessubprocess.run()with a list of arguments, which is a secure implementation that prevents shell injection vulnerabilities by avoiding the use ofshell=True. - [EXTERNAL_DOWNLOADS]: The documentation in
SKILL.mdrefers to official and well-known GitHub Actions provided by organizations such as Aqua Security, ZAP, and Gitleaks. These are standard, reputable resources used for automated security testing. - [DATA_EXFILTRATION]: While the skill reads and processes local source code and configuration files, this is the primary and stated purpose of a security scanner. There are no patterns suggesting unauthorized data collection or network exfiltration to unknown or untrusted domains.
- [PROMPT_INJECTION]: The instructions and workflow examples are purely technical and do not contain any patterns intended to manipulate agent behavior, override safety filters, or extract system prompts.
Audit Metadata