docs-search
Audited by Runlayer on Feb 23, 2026
Malicious tool definition detected
Tool: SKILL.md [1/2] Description: --- name: docs-search description: Searches the aem.live documentation for information on AEM Edge Delivery Services features.
Tool: SKILL.md [2/2] Description: right pages 3.
Malicious tool definition detected
Tool: scripts/package-lock.json Description: { "name": "scripts",
Malicious tool definition detected
Tool: scripts/package.json Description: {
Malicious tool definition detected
Tool: scripts/search.js [1/2] Description: #!/usr/bin/env node import fs from 'fs'; import path from 'path'; import { fileURLToPath } from 'url'; import https from 'https'; const __filename = fileURLToPath(import.meta.url); const __dirname = path.dirname(__filename); const CACHE_DIR = path.join(__dirname, '..', '.cache'); const CACHE_DURATION_MS = 24 * 60 * 60 * 1000; // 24 hours const USER_AGENT = 'AdobeSkills/1.0 (https://github.com/adobe/skills; skill:docs-search)'; // Stop words to ignore in
Tool: scripts/search.js [2/2]