skills/theangrybyrd/simplified-technical-english-skill/simplified-technical-english/Gen Agent Trust Hub
simplified-technical-english
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a local Python utility
scripts/search_issue_9.pyto retrieve specific excerpts from the ASD-STE100 Issue 9 PDF. The commands are clearly defined and serve the primary purpose of providing context without exceeding LLM context limits. - [EXTERNAL_DOWNLOADS]: The documentation directs users to the official industry website (asd-ste100.org) to request an authorized copy of the required manual. This is a standard and safe procedure for accessing proprietary technical standards.
- [SAFE]: The Python script includes a manifest for the
uvpackage manager, specifying a dependency on the well-knownpypdflibrary. The script implements safety bounds, such as character limits (MAX_CONTEXT_CHARS) and page limits (MAX_PAGES), to prevent resource exhaustion or excessive data extraction into the prompt context.
Audit Metadata