xmake-tests
Pass
Audited by Gen Agent Trust Hub on Sep 21, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: The skill contains standard build system configurations and usage examples for Xmake. No malicious patterns, obfuscation, or unauthorized access attempts were detected.
- [SAFE]: Dependencies and package requirements (gtest, doctest, catch2) are standard C++ testing frameworks fetched via the official Xmake package manager, which is consistent with the vendor's intended functionality.
- [INDIRECT_PROMPT_INJECTION]: The skill demonstrates auto-discovery of test targets by scanning the local directory. While this processes external file names, it is a standard build configuration pattern.
- Ingestion points: Directory scanning via
os.files("tests/test_*.cpp")in SKILL.md. - Boundary markers: None explicitly defined for file name processing.
- Capability inventory: Target generation and configuration for the Xmake build system.
- Sanitization: Standard Xmake internal path handling.
Audit Metadata