Repository Analysis

axios/axios

Promise based HTTP client for the browser and node.js

0.7 Likely human-written View on GitHub
0.7
Adjusted Score
0.7
Raw Score
100%
Time Factor
2026-05-29
Last Push
109,086
Stars
JavaScript
Language
79,288
Lines of Code
395
Files
23
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 8MEDIUM 0LOW 15

Pattern Findings

23 matches across 3 categories. Click a row to expand file-level details.

Magic Placeholder Names8 hits · 40 pts
SeverityFileLineSnippet
HIGHdocs/zh/pages/advanced/authentication.md48 headers: { "X-API-Key": "your-api-key-here" },
HIGHdocs/zh/pages/advanced/authentication.md53 params: { apiKey: "your-api-key-here" },
HIGHdocs/fr/pages/advanced/authentication.md48 headers: { "X-API-Key": "your-api-key-here" },
HIGHdocs/fr/pages/advanced/authentication.md53 params: { apiKey: "your-api-key-here" },
HIGHdocs/es/pages/advanced/authentication.md48 headers: { "X-API-Key": "your-api-key-here" },
HIGHdocs/es/pages/advanced/authentication.md53 params: { apiKey: "your-api-key-here" },
HIGHdocs/pages/advanced/authentication.md48 headers: { "X-API-Key": "your-api-key-here" },
HIGHdocs/pages/advanced/authentication.md53 params: { apiKey: "your-api-key-here" },
Over-Commented Block11 hits · 11 pts
SeverityFileLineSnippet
LOWREADME.md681 // `allowAbsoluteUrls` determines whether or not absolute URLs will override a configured `baseUrl`.
LOWREADME.md761 },
LOWREADME.md801
LOWREADME.md821 // `undefined` (default) - set XSRF header only for the same origin requests
LOWREADME.md861
LOWREADME.md901// Only add credentials for trusted HTTPS destinations.
LOWREADME.md921
LOWREADME.md941 // variable as a comma-separated list of domains that should not be proxied.
LOWREADME.md981
LOWlib/adapters/http.js201 if (name.toLowerCase() === 'proxy-authorization') {
LOWlib/adapters/http.js1101 });
Hyper-Verbose Identifiers4 hits · 4 pts
SeverityFileLineSnippet
LOWlib/core/Axios.js161 this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {
LOWlib/core/dispatchRequest.js17function throwIfCancellationRequested(config) {
LOWlib/adapters/http.js118 agent.callback = function axiosTunnelingAgentCallback(req, opts) {
LOWlib/helpers/estimateDataURLDecodedBytes.js10export default function estimateDataURLDecodedBytes(url) {