roadmap
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands via
bashto interact withgit,gh(GitHub CLI), andglab(GitLab CLI). This is used for retrieving local project history and fetching repository data from GitHub or GitLab. - [PROMPT_INJECTION]: The skill has a vulnerability surface for indirect prompt injection because it ingests untrusted data from external sources and project metadata.
- Ingestion points: Fetches issue titles, PR descriptions, and repository documentation from external repositories using CLI tools and the
browseskill as defined inreferences/competitive-scan.md. - Boundary markers: The instructions do not specify the use of unique delimiters or XML tags when interpolating untrusted external content into the agent's context.
- Capability inventory: The skill has the ability to execute shell commands via
bashand perform file writes toROADMAP.mdand.gitignore. - Sanitization: The skill mitigates risks through an 'AI Self-Check' that mandates verification of claims against primary documentation and checks for hallucinated competitive data.
- [EXTERNAL_DOWNLOADS]: The skill fetches repository information and documentation from well-known services (GitHub and GitLab) to perform competitive intelligence scans. These operations are conducted using official CLI tools or web fetching.
Audit Metadata