doc-spec
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: No malicious patterns detected. The skill provides instructions for a standard technical documentation workflow using local resources.
- [COMMAND_EXECUTION]: The skill uses local shell commands (
ls,python3,yamllint) for artifact verification and validation. These are standard development tools and pose no risk in this context. - [INDIRECT_PROMPT_INJECTION]: The skill processes upstream documentation to generate new artifacts. This represents a functional requirement managed by local validation scripts.
- Ingestion points: Project documentation files in
docs/and atomic requirements. - Boundary markers: The process is governed by strict YAML schema requirements and metadata fields.
- Capability inventory: Local file reading, file creation, and execution of local validation scripts.
- Sanitization: Validation is performed by scripts like
validate_spec.pyto ensure structural integrity.
Audit Metadata