moai-cc-skill-factory
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes shell scripts like
generate-structure.shandvalidate-skill.sh. Analysis shows these are local utility scripts used for scaffolding directory structures and performing static analysis (usinggrep,wc, andfind) on the skill's documentation to ensure compliance with quality standards. No malicious or unauthorized command execution was detected. - [EXTERNAL_DOWNLOADS]: The skill's documentation (e.g.,
PYTHON-VERSION-MATRIX.mdandWEB-RESEARCH.md) references various developer tools such aspytest,ruff, anduv, along with official documentation sites (e.g.,python.org,pytest.org). These are standard technology resources and well-known services. The skill usesWebFetchandWebSearchto retrieve legitimate technical documentation to inform the skill generation process. - [DATA_EXFILTRATION]: While the skill requests the
WebFetchtool, its usage patterns involve retrieving public documentation and best practices. There is no evidence of the skill attempting to access sensitive files (like SSH keys or environment variables) or sending private data to external servers. - [PROMPT_INJECTION]: The skill's instructions are focused on orchestrating the skill creation workflow. It does not contain patterns attempting to override the agent's core safety guidelines or extract system prompts. The 'Automatic Triggers' and 'Manual Invocation' sections are used for intent recognition related to the skill's primary purpose.
- [INDIRECT_PROMPT_INJECTION]: The skill acts as an orchestrator that ingests data from external sources (
WebSearch,WebFetch,Context7) to generate new content. - Ingestion points: Data enters via the
WebFetchandWebSearchtools, as well as themcp__context7__get-library-docstool. - Boundary markers: The skill emphasizes the use of
CHECKLIST.mdand explicit validation steps to review generated content. - Capability inventory: Capabilities include
Bash,Write,Edit, andGlobfor file management. - Sanitization: The skill provides a
validate-skill.shscript and a quality validation checklist to inspect generated artifacts for sensitive data or unsafe scripts before deployment. The risk is managed through these developer-focused validation frameworks.
Audit Metadata