assistant-builder
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a project generator and management utility. Its primary functions involve creating directory structures, generating boilerplate code from templates, and validating project layouts. These actions are consistent with its stated purpose of building Assistant Skills plugin projects.
- [SAFE]: Security best practices are integrated into the generated code. The
config_cmds.pyscript includes logic to mask sensitive configuration values like API keys and passwords when listing profiles. Furthermore, the scaffolding tool generates.gitignorefiles that explicitly exclude environment variables and credential files (e.g.,.env,credentials.json,*.local.json) to prevent accidental data leaks. - [SAFE]: Dependency management is transparent and uses reputable sources. The generated projects reference well-known Python packages from public registries, including
requests,click,tabulate, andcolorama. No suspicious or typosquatted packages were detected in the templates or script logic. - [SAFE]: No obfuscation techniques, such as Base64 encoding of commands, zero-width characters, or homoglyph substitutions, were found in any of the 22 analyzed files. The implementation is entirely in plain text with clear, descriptive logic.
- [SAFE]: File system operations (e.g., directory creation, file writing, and movement) are restricted to the target project paths specified by the user. No unauthorized access to sensitive system paths or attempts to escalate privileges were observed.
Audit Metadata