gcc
Pass
Audited by Gen Agent Trust Hub on Feb 20, 2026
Risk Level: SAFE
Full Analysis
- SAFE (SAFE): No malicious patterns or security risks were identified. The skill is instructional and guides the user in using the local GCC compiler tool correctly.
- Hardening (SAFE): The skill actively promotes security best practices by including explicit instructions for applying hardening flags such as stack canaries (-fstack-protector-strong), buffer overflow detection (-D_FORTIFY_SOURCE=2), and Position-Independent Executables (-fPIE).
- Data Privacy (SAFE): The skill does not contain any commands that access sensitive user data, environment variables, or private configuration files. There are no unauthorized network operations or exfiltration patterns.
- Dynamic Execution (SAFE): The skill involves the compilation of source code which is its primary and stated purpose. No instances of downloading and executing untrusted remote code or suspicious runtime code generation were identified.
Audit Metadata