frontend-vue
Pass
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a local script
scripts/cache_docs.pyto manage the caching of documentation. This command is executed with arguments derived from a static mapping table within the skill. - [EXTERNAL_DOWNLOADS]: The caching script retrieves documentation from
jeesite.com, which is the official website for the framework described in the skill. These downloads are used to update the agent's reference material. - [DATA_EXPOSURE]: The skill manages files within the local filesystem (specifically
references/.cache/and~/.cache/jeesite/) to store and retrieve cached documentation. This behavior is standard for the skill's purpose. - [INDIRECT_PROMPT_INJECTION]: The skill processes external content fetched from the official documentation site. While the ingestion of external data represents a potential attack surface, the risk is mitigated by the use of an official vendor source.
Audit Metadata