user-story-generator
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a straightforward utility for generating project documentation. It relies on internal templates and standard string manipulation to format user stories based on user-provided feature names.
- [COMMAND_EXECUTION]: While the skill includes a Python script intended for execution, the script is self-contained, uses only standard library modules, and does not invoke subprocesses or external commands. It simply prints formatted text to the standard output.
- [EXTERNAL_DOWNLOADS]: The skill does not perform any network requests or download external content. It relies entirely on the code and templates provided within the skill package.
- [DATA_EXFILTRATION]: There is no access to sensitive files, environment variables, or credentials. The script only processes the text provided as command-line arguments.
- [PROMPT_INJECTION]: The instructions in
SKILL.mdand the templates inscripts/generator.pydo not contain any patterns designed to override agent behavior or bypass safety filters.
Audit Metadata