idea-refine
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized data exfiltration behaviors were found in the skill's instructions or scripts.
- [COMMAND_EXECUTION]: The skill includes a shell script (
scripts/idea-refine.sh) used for environment initialization. This script only performs a directory creation (mkdir -p docs/ideas) which is a benign and documented behavior for the skill's purpose. - [DATA_ACCESS]: The instructions encourage the agent to use standard tools like
Glob,Grep, andReadto understand the existing codebase architecture. This access is scoped to the project environment and used exclusively to ground the ideation process in the user's current context. - [SAFE_PRACTICES]: The skill follows security best practices by requiring user confirmation before saving artifacts to the filesystem and by avoiding any network-based operations or external script execution.
Audit Metadata