# report > 分析结果输出。保存代码、记录发现。 触发:保存分析结果、导出脚本。 - Author: Pony.Ma - Repository: ma-pony/deepspider - Version: 20260205161409 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/ma-pony/deepspider - Web: https://mule.run/skillshub/@@ma-pony/deepspider~report:20260205161409 --- --- name: report description: | 分析结果输出。保存代码、记录发现。 触发:保存分析结果、导出脚本。 --- # 输出规范 ## 代码输出 提取的代码应包含: - 完整的依赖函数 - 必要的环境补丁 - 调用示例 ## 命名建议 - `encrypt.js` - 加密函数 - `env.js` - 环境补丁 - `crypto.py` - Python 实现