webflow-enterprise-api
Pass
Audited by Gen Agent Trust Hub on Feb 23, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE]: The script
scripts/search_references.pyreads local markdown files from thereferences/directory. It includes a path validation check (_validate_refs_dir) usingPath.resolve()to ensure that file access is restricted to the skill's root directory, preventing directory traversal attacks. - [PROMPT_INJECTION]: The script
scripts/search_references.pycontains a sanitization functionsanitize_bodythat uses a regular expression to filter out common prompt injection patterns (e.g., 'ignore previous', 'system:', '') from reference content before it is displayed to the agent. This serves as a defensive measure against indirect prompt injection if reference files were to be modified by an untrusted party. - [COMMAND_EXECUTION]: The provided Python script uses standard libraries and does not invoke external shell commands or perform unsafe dynamic code execution.
Audit Metadata