determine-feature-slug
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: No malicious behavior, obfuscation, or unauthorized data access detected. The skill's primary function is local workspace organization.
- [COMMAND_EXECUTION]: The skill uses shell commands for local directory management. Evidence: Employs utilities like
git,ls, andmkdirto automate workspace organization. The logic includes robust input sanitization usingsedandtr(e.g.,sed 's/[^a-z0-9]/-/g') to ensure that strings derived from research questions are safe for use in the filesystem, preventing potential command injection or path traversal.
Audit Metadata