asynchronous
Teaches mastering asynchronous JavaScript patterns, including callbacks, promises, and async/await for efficient coding.
Install this skill
or
84/100
Security score
The asynchronous skill was audited on Feb 9, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 66
Template literal with variable interpolation in command context
SourceSKILL.md
| 66 | if (!response.ok) throw new Error(`HTTP ${response.status}`); |
medium line 115
Template literal with variable interpolation in command context
SourceSKILL.md
| 115 | if (!res.ok) throw new Error(`HTTP ${res.status}`); |
low line 54
Fetch to external URL
SourceSKILL.md
| 54 | fetch('/api/data') |
low line 65
Fetch to external URL
SourceSKILL.md
| 65 | const response = await fetch('/api/data'); |
low line 97
Fetch to external URL
SourceSKILL.md
| 97 | const a = await fetch('/a'); |
low line 98
Fetch to external URL
SourceSKILL.md
| 98 | const b = await fetch('/b'); |
low line 102
Fetch to external URL
SourceSKILL.md
| 102 | fetch('/a'), |
low line 103
Fetch to external URL
SourceSKILL.md
| 103 | fetch('/b') |
Scanned on Feb 9, 2026
View Security DashboardGitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
claude-codecursorwindsurfclineroo-codeampcodexgoosetraeopencodevibemanusantigravitygemini-clibackendcross-platformfrontend-developerbackend-developerfullstack-developerdata-engineerml-ai-engineerdevelopment
majiayu000/claude-skill-registry