writing-product-specs
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFENO_CODE
Full Analysis
- PROMPT_INJECTION (SAFE): The instructions provide a structured workflow for writing documentation. No patterns were found that attempt to override AI safety guardrails or extract system prompts.
- DATA_EXFILTRATION (SAFE): There are no network calls or file-reading operations that could lead to data exposure. The skill's primary function is to save user-provided information into markdown files.
- REMOTE_CODE_EXECUTION (SAFE): The skill does not include any scripts (Python, JavaScript, or Shell) and does not download or execute external content.
- COMMAND_EXECUTION (SAFE): No system commands or subprocess calls are present. The skill operates entirely within the LLM's text generation and artifact creation capabilities.
- INDIRECT PROMPT INJECTION (SAFE): While the skill ingests information from user prompts to build a specification, it does not use this data in a way that would trigger secondary execution or bypass constraints.
Audit Metadata