create-rule
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: The skill implements a legitimate development workflow using the
opentaintCLI. All shell commands and file operations are localized to the project environment (specifically within the.opentaint/directory). The included Python scriptcheck-test-result.pyis a utility for parsing local JSON results and contains no dangerous network or system operations. - [INDIRECT_PROMPT_INJECTION]: The skill defines a surface for processing untrusted data via the
unitandsideinputs which are used to construct file paths and shell command arguments. However, this is consistent with the skill's primary purpose as a developer tool for managing project-specific analysis rules. - Ingestion points: User-provided
unitandsideparameters; tracking files located at.opentaint/tracking/rules/<side>/<unit>.yaml. - Boundary markers: None identified in the provided instructions.
- Capability inventory: Execution of shell commands (
opentaint,uv run); file read/write operations within the project directory. - Sanitization: None explicitly defined for the
unitorsideinputs.
Audit Metadata