doc-stest-validator
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill requires the execution of multiple local scripts for its core functionality. These include Python and Bash scripts such as
validate_stest.pyandvalidate_all_tspec.shlocated within theai_dev_ssd_flowproject directory. While these are purposeful for validation, they represent the execution of local code based on documentation instructions. - [PROMPT_INJECTION]: The skill demonstrates a surface for indirect prompt injection by processing untrusted data from document files.
- Ingestion points: The agent reads Markdown files from
docs/10_TSPEC/STEST/for validation. - Boundary markers: There are no explicit delimiters or instructions provided to the agent to disregard potential AI-targeted instructions within the STEST documents.
- Capability inventory: The skill can execute subprocesses via validation scripts and has file-writing capabilities through the
--auto-fixflag used withvalidate_cross_document.py. - Sanitization: No evidence of content sanitization or filtering of the input documents was found in the skill definition.
Audit Metadata