ninja
Pass
Audited by Gen Agent Trust Hub on Feb 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- SAFE (SAFE): The skill consists of instructional markdown files that guide the user on how to use the Ninja build system. No malicious scripts, obfuscated code, or suspicious network operations were found. The external link provided is to the official ninja-build.org documentation.
- COMMAND_EXECUTION (LOW): The skill lists numerous shell commands for invoking
ninjaandcmake. These are expected for a build system skill and represent standard developer workflows. Examples includeninja -j$(nproc)for parallelism andninja -t browsefor local dependency visualization. - INDIRECT_PROMPT_INJECTION (LOW):
- Ingestion points: The skill assists in interpreting output from
ninjacommands and the content ofbuild.ninjafiles. - Boundary markers: N/A; the skill is a reference guide.
- Capability inventory: Facilitates local build command execution via the Ninja binary.
- Sanitization: N/A.
- Assessment: The risk is minimal as the skill describes standard local build processes and does not automate the execution of untrusted remote content.
Audit Metadata