questionnaire
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill safely handles user input by instructing the agent to derive kebab-case slugs for use in file paths. This sanitization process prevents potential path traversal vulnerabilities by ensuring user-provided strings are limited to a safe set of characters and length before being used in file system operations.
- [SAFE]: The skill implements a data privacy measure by designating a 'memory slice' (defaulting to the .work/ directory) for document storage. This design choice ensures that any potentially sensitive information, such as names or roles captured in questionnaires, remains isolated from the project's tracked working directory and is not accidentally exposed through the project's git history.
Audit Metadata