iterative-development
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of documentation and script templates intended to help developers set up an automated TDD iteration loop. All logic resides in scripts that the user is instructed to create locally.- [COMMAND_EXECUTION]: The provided bash scripts execute standard local development tools such as
npm test,npm run lint,npx tsc,pytest,ruff, andmypy. These operations are transparent, well-documented, and consistent with the skill's intended purpose for project development.- [DATA_EXFILTRATION]: No network operations or access to sensitive files (such as SSH keys or cloud credentials) were detected. The scripts only interact with local project files and standard tool outputs.- [REMOTE_CODE_EXECUTION]: The skill does not download or execute code from external or untrusted sources. All execution logic is provided in plain text for the user to review and implement.- [PROMPT_INJECTION]: No attempts to override agent behavior, bypass safety guidelines, or extract system prompts were found.
Audit Metadata