project-bootstrapping
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a
Bashtool to perform project initialization tasks such asgit initandnpm init. While these are standard developer workflows, the ability to execute shell commands is a sensitive capability that requires caution. - [PROMPT_INJECTION]: The skill has an attack surface for indirect prompt injection as it processes untrusted data from existing projects during its discovery phase.
- Ingestion points: The
ReadandGlobtools are used to analyze the existing structure of a project, potentially reading files like READMEs or configuration files provided by a user. - Boundary markers: The instructions do not define clear boundaries or 'ignore' rules for content found within the files it reads, making it possible for malicious instructions in those files to be followed by the agent.
- Capability inventory: The skill possesses powerful tools including
Bashfor command execution, as well asWriteandEditfor modifying the filesystem. - Sanitization: There is no mention of sanitizing or validating the contents of the files being read before the agent acts upon the information they contain.
Audit Metadata