workflow
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The workflow is designed as a modular system for software development. It uses standard development tools and practices without any detected malicious patterns or obfuscation.
- [COMMAND_EXECUTION]: The
project-initializationandfeature-implementationskills are designed to execute shell commands (e.g.,git init,pnpm install,npm create) for setting up project structures and running tests. This behavior is consistent with the primary purpose of a developer-focused agent and follows the technical stack specified in the project documentation. - [EXTERNAL_DOWNLOADS]: The skill references the installation of well-known and trusted packages from the NPM registry, such as
@supabase/supabase-js,eslint, andprettier. These are industry-standard tools and do not represent a security risk. - [PROMPT_INJECTION]: The skill uses
GUARDRAILS.mdto define strict functional boundaries for the agent (e.g., forbidding code generation during the requirements phase). This is a safety feature intended to prevent scope creep and ensure logical progression, rather than a malicious attempt to bypass model safety filters. - [SAFE]: The
PROJECT-CONTEXT.mdprotocol ensures the agent reads local documentation in thespecs/folder to maintain state across different sessions, which is a best practice for complex AI development tasks.
Audit Metadata