Compétences chrome-extension-icons Historique des audits
📦

Historique des audits

chrome-extension-icons - 6 audits

Version de l’audit 6

Dernier Risque moyen

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
Fichiers analysés
1,453
Lignes analysées
10
résultats
codex
Audité par
Problèmes à risque moyen (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.
Problèmes à risque faible (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.

Motifs détectés

Network Plus Filesystem AutomationPrivileged Dependency Installation Guidance

Version de l’audit 5

Sûr

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
Fichiers analysés
1,737
Lignes analysées
5
résultats
claude
Audité par
Problèmes à risque faible (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.

Facteurs de risque

🌐 Accès réseau (1)
📁 Accès au système de fichiers (1)
⚡ Contient des scripts (1)

Version de l’audit 4

Sûr

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
Fichiers analysés
1,737
Lignes analysées
5
résultats
claude
Audité par
Problèmes à risque faible (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.

Facteurs de risque

🌐 Accès réseau (1)
📁 Accès au système de fichiers (1)
⚡ Contient des scripts (1)

Version de l’audit 3

Risque faible

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
Fichiers analysés
1,485
Lignes analysées
5
résultats
claude
Audité par
Problèmes à risque faible (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.

Version de l’audit 2

Risque faible

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
Fichiers analysés
1,485
Lignes analysées
5
résultats
claude
Audité par
Problèmes à risque faible (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.

Version de l’audit 1

Risque faible

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
Fichiers analysés
1,485
Lignes analysées
5
résultats
claude
Audité par
Problèmes à risque faible (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.