cloudflare-security-audit-skill
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installation process fetches resources from Cloudflare's official GitHub repository. These references involve a well-known service and are part of the intended installation workflow.
- [COMMAND_EXECUTION]: The skill executes a local Node.js script (
validate-findings.cjs) to perform schema validation on the generated audit reports. This is a standard utility function for structured data verification. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because its primary function is to ingest and analyze untrusted codebase data.
- Ingestion points: Reads all files and directories within the targeted repository provided by the user (e.g.,
./src). - Boundary markers: The documentation does not specify the use of clear delimiters or instructions to ignore embedded commands within the processed files.
- Capability inventory: The skill has the capability to read/write files and execute shell commands through Node.js.
- Sanitization: No specific validation or sanitization of the content from the analyzed source code is mentioned before it is processed by the parallel audit agents.
Audit Metadata