evolve-feature
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses a Python script (
manage_feature_changes.py) to manage local documentation files. It implements strict validation for slugs and paths using regular expressions and explicit checks for path separators, preventing path traversal vulnerabilities.- [SAFE]: Operations are logically restricted to directories containing a specific metadata file (.planning-meta.json), ensuring that the script only operates on intended feature planning folders within the repository context.- [SAFE]: No network activity, external package installations, or credential access patterns were detected. The script relies solely on the Python standard library for its functionality.
Audit Metadata