geo-llmstxt
Audited by Socket on Feb 27, 2026
1 alert found:
Obfuscated FileThe skill's stated functionality is legitimate and the implementation plan (fetching site pages, parsing metadata, generating llms.txt/llms-full.txt, validating URLs) matches the required tools. However, the declared allowed-tools are broader than necessary (Bash, Read/Grep/Glob) and materially increase the attack surface: they enable local credential access, arbitrary command execution, and download-and-execute supply-chain vectors. There are no explicit malicious indicators in the provided code/spec, but misuse or over-privileged execution could lead to data exposure or remote code execution. I recommend tightening permissions (remove or sandbox Bash and local file reads), implementing network allowlists/restrictions, and adding explicit safeguards to avoid including or exfiltrating sensitive local data. If those mitigations are not adopted, treat this package as a moderate security risk for environments that host sensitive credentials or allow outbound network access.