📦

审计历史

chrome-extension-icons - 6 审计

审计版本 6

最新 中风险

Jun 28, 2026, 04:23 PM

AI review did not confirm the static critical heuristic as malicious. Most backtick, weak-crypto, and hidden-file alerts are false positives from markdown fences, template literals, URLs, and the ~/.claude installation path. The real risk is medium because the skill runs a local Node script that downloads icons, reads SVG/config files, writes PNG files, and updates manifest.json paths.

3
已扫描文件
1,453
分析行数
10
发现项
codex
审计者
中风险问题 (2)
User-Controlled Local File Reads and Writes
The generator accepts user-supplied input, output, manifest, and config paths. This is necessary for the skill, but it can read local SVG/config files and overwrite or create files if pointed at unintended paths.
Agent-Executed Shell Workflow
The skill instructs the assistant to run local Node commands and dependency installation commands. This is expected for a generator skill, but users should review commands before execution, especially installation commands.
低风险问题 (3)
Network Access Limited to Iconify and Documentation URLs
The script uses HTTP modules and builds Iconify API URLs for search, SVG download, and preview links. No evidence found that it sends local files, credentials, or environment values over the network.
Benign DEBUG Environment Check
The only environment access found is process.env.DEBUG, used to decide whether to print an error stack. No evidence found of secret access or environment exfiltration.
Static Scanner False Positives from Markdown and Template Literals
Many external command and weak-cryptography alerts are caused by markdown code fences, shell examples, URLs, icon identifiers, and JavaScript template literals rather than Ruby backticks or cryptographic code.

检测到的模式

Network Plus Filesystem AutomationPrivileged Dependency Installation Guidance

审计版本 5

安全

Jan 16, 2026, 08:13 PM

This skill is a legitimate icon generation tool for Chrome extensions. All detected patterns are false positives: documentation examples trigger command pattern detection, network requests are to the documented Iconify API, and filesystem operations are standard file writes to user-specified directories. No credential access, exfiltration, or malicious behavior present.

4
已扫描文件
1,737
分析行数
5
发现项
claude
审计者
低风险问题 (2)
Network requests to external API
The script makes HTTPS requests to api.iconify.design to search for and download icons. This is documented and expected behavior for a legitimate icon generation tool.
Filesystem write access in user directories
The script writes PNG files to user-specified output directories and modifies manifest.json. This is necessary for icon generation.

风险因素

🌐 网络访问 (1)
📁 文件系统访问 (1)
⚡ 包含脚本 (1)

审计版本 4

安全

Jan 16, 2026, 08:13 PM

This skill is a legitimate icon generation tool for Chrome extensions. All detected patterns are false positives: documentation examples trigger command pattern detection, network requests are to the documented Iconify API, and filesystem operations are standard file writes to user-specified directories. No credential access, exfiltration, or malicious behavior present.

4
已扫描文件
1,737
分析行数
5
发现项
claude
审计者
低风险问题 (2)
Network requests to external API
The script makes HTTPS requests to api.iconify.design to search for and download icons. This is documented and expected behavior for a legitimate icon generation tool.
Filesystem write access in user directories
The script writes PNG files to user-specified output directories and modifies manifest.json. This is necessary for icon generation.

风险因素

🌐 网络访问 (1)
📁 文件系统访问 (1)
⚡ 包含脚本 (1)

审计版本 3

低风险

Jan 10, 2026, 11:29 AM

This skill is a legitimate icon generation tool for Chrome extensions. It makes documented HTTPS requests to the Iconify API to search and download icons, converts SVG to PNG using the Sharp library, and updates manifest.json. All operations are confined to user-specified directories with no exfiltration or persistence mechanisms.

4
已扫描文件
1,485
分析行数
5
发现项
claude
审计者
低风险问题 (2)
Network requests to external API
The script makes HTTPS requests to api.iconify.design to search for and download icons. This is documented and expected behavior for a legitimate icon generation tool. Endpoints accessed: search API at line 100 and download API at line 144.
Filesystem write access in user directories
The script writes PNG files to user-specified output directories and modifies manifest.json. This is necessary for icon generation but provides filesystem access beyond the skill's own directory.

审计版本 2

低风险

Jan 10, 2026, 11:29 AM

This skill is a legitimate icon generation tool for Chrome extensions. It makes documented HTTPS requests to the Iconify API to search and download icons, converts SVG to PNG using the Sharp library, and updates manifest.json. All operations are confined to user-specified directories with no exfiltration or persistence mechanisms.

4
已扫描文件
1,485
分析行数
5
发现项
claude
审计者
低风险问题 (2)
Network requests to external API
The script makes HTTPS requests to api.iconify.design to search for and download icons. This is documented and expected behavior for a legitimate icon generation tool. Endpoints accessed: search API at line 100 and download API at line 144.
Filesystem write access in user directories
The script writes PNG files to user-specified output directories and modifies manifest.json. This is necessary for icon generation but provides filesystem access beyond the skill's own directory.

审计版本 1

低风险

Jan 10, 2026, 11:29 AM

This skill is a legitimate icon generation tool for Chrome extensions. It makes documented HTTPS requests to the Iconify API to search and download icons, converts SVG to PNG using the Sharp library, and updates manifest.json. All operations are confined to user-specified directories with no exfiltration or persistence mechanisms.

4
已扫描文件
1,485
分析行数
5
发现项
claude
审计者
低风险问题 (2)
Network requests to external API
The script makes HTTPS requests to api.iconify.design to search for and download icons. This is documented and expected behavior for a legitimate icon generation tool. Endpoints accessed: search API at line 100 and download API at line 144.
Filesystem write access in user directories
The script writes PNG files to user-specified output directories and modifies manifest.json. This is necessary for icon generation but provides filesystem access beyond the skill's own directory.