webapp-nikto
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The
assets/ci-config-template.ymlfile includes a template for a CI pipeline that installs thetfsectool by fetching and executing its official installation script directly from the repository using thecurl | bashpattern. - [COMMAND_EXECUTION]: The skill facilitates the execution of the
niktosecurity tool and ancillary CLI utilities likegrepandxmlstarletfor managing scan operations and processing results. - [EXTERNAL_DOWNLOADS]: The automation assets within the skill reference and download several security-focused packages and tools from public registries and official project repositories, including
semgrep,safety,checkov, andtfsec. - [PROMPT_INJECTION]: The skill parses and summarizes output from external security scanners, which creates a surface for indirect prompt injection where data from scanned targets could potentially influence the agent's reporting logic.
- Ingestion points: Scan result data is ingested from files such as
nikto_report.xmland other tool-generated artifacts inSKILL.mdandassets/ci-config-template.yml. - Boundary markers: The skill does not employ explicit delimiters or instructions to the agent to ignore potentially malicious embedded content within scanner outputs.
- Capability inventory: The skill possesses the capability to execute shell commands, perform file system operations, and control CI/CD pipeline flow based on ingested data.
- Sanitization: There is no evidence of sanitization or rigorous validation of the data extracted from tool reports before it is utilized in subsequent steps.
Audit Metadata