har-to-vue
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes external HAR files, which introduces a surface for indirect prompt injection. Malicious strings embedded within the network log data (such as headers or response bodies) could potentially be interpreted as instructions by the AI agent when analyzing or generating code based on the HAR content.
- Ingestion points: The main script
scripts/har_to_vue.tsingests data from local HAR files provided as arguments using thereadFileSyncmethod. - Boundary markers: The skill lacks explicit boundary markers or delimiters that would instruct the agent to disregard any natural language instructions found within the HAR data.
- Capability inventory: Across its scripts, the skill has the capability to write files to the local file system using
writeFileSyncto produce the generated Vue components and API services. - Sanitization: While the script uses
JSON.stringifyfor certain data structures, it performs direct string interpolation for HTTP headers and URLs (e.g., using template literals ingenerateApiCode), which could allow for injection of malicious code or instructions into the output files if the source HAR file contains specially crafted malicious strings.
Audit Metadata