make-demo
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill provides instructions for generating code and documentation based on existing repository patterns. No evidence of prompt injection, obfuscation, or unauthorized data access was detected.
- [COMMAND_EXECUTION]: The skill instructs the agent to perform validation using standard package manager commands:
pnpm -C demos/<name> typecheck,pnpm -C demos/<name> test, andpnpm run lint. These are expected development workflows for the 'remix-run' repository and do not exhibit malicious intent. - [SAFE]: Directory structures (e.g.,
app/,db/,test/) and dependency management (using theremixpackage) align with standard Remix framework practices and the vendor's own ecosystem.
Audit Metadata