generate-tdd-tasks
Pass
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows established software development patterns for task decomposition and planning.
- [COMMAND_EXECUTION]: The instructions direct the agent to detect and document standard development commands (e.g.,
git checkout,bundle exec rspec,npm test,pytest) to be included in a generated task list. The skill itself does not execute these commands; they are provided as documentation for the user or subsequent implementation steps. - [DATA_EXFILTRATION]: The skill analyzes local project metadata files such as
package.json,Gemfile, andpyproject.tomlto determine the project's language and testing framework. This access is restricted to standard project configuration and no network operations or exfiltration patterns are present.
Audit Metadata