test
Pass
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to perform framework detection and execute the corresponding test suites for the detected project type. - [COMMAND_EXECUTION]: Utilizes dynamic context injection (the
!syntax) in theSKILL.mdfile to runcatcommands on common configuration files likepackage.json,pyproject.toml, andpubspec.yamlat skill load time, providing the agent with immediate project context. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface because it processes content from untrusted external files within the project directory.
- Ingestion points: Project configuration files read by the
detect-runner.pyscript and via the dynamic context injection syntax. - Boundary markers: External file contents are interpolated into the prompt without specific delimiters or instructions to treat the data as untrusted.
- Capability inventory: The skill allows access to
Bash,Read, andGreptools. - Sanitization: No sanitization or escaping is applied to the data retrieved from the configuration files before it is presented to the agent.
Audit Metadata