semgrep-sast-scan
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell scripts (
preflight.shandrun-sast-scan.sh) to perform environment validation and trigger the Semgrep CLI. These operations are standard for a development tool and are limited to executing thesemgrep,git, andcurlcommands. - [EXTERNAL_DOWNLOADS]: The skill documentation suggests installing the
semgreptool viapip,brew, ordocker. These are well-known, trusted installation methods and registries. - [CREDENTIALS_UNSAFE]: The skill correctly manages credentials by instructing users to use environment variables (
SEMGREP_APP_TOKEN) or.envfiles rather than hardcoding secrets. It also includes a masking mechanism in the preflight script when displaying the token for validation.
Audit Metadata