helpmetest
Pass
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it is designed to navigate to and process content from external, untrusted websites during its discovery and enumeration phases. There are no explicit instructions or boundary markers to prevent the agent from following malicious directives that might be embedded in the HTML or content of the sites being tested.
- Ingestion points: External URLs provided by the user in
Phase 1: Deep DiscoveryandPhase 2: Feature Enumeration. - Boundary markers: No delimiters or specific 'ignore instructions' warnings are present when processing site content.
- Capability inventory: Access to shell commands via
gitand test execution tools viamcp__helpmetest-*. - Sanitization: No explicit sanitization or filtering of site content is documented in the orchestration logic.
- [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands to gather project context, including
git status --shortandgit diff --stat HEAD. It also requests runninghelpmetest updates --jsonin the background as a setup step, which is standard behavior for developer-focused tooling.
Audit Metadata