proxychains
Route Network Commands Through Proxychains
Network failures can block package installs, repository access, and diagnostics. This skill helps agents retry approved commands through a local proxychains4 proxy.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "proxychains" from https://skillstore.io/skills/2025emma-proxychains.md and its manifest at https://skillstore.io/api/skills/2025emma-proxychains/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "proxychains". A repository clone fails because the remote host times out.
Expected outcome:
- A short diagnosis that separates DNS failure, proxy service failure, and remote service failure.
- A recommended retry path that asks for confirmation before proxying the command.
- A reminder to use only an approved proxy endpoint.
Using "proxychains". A user needs a proxychains configuration for local development.
Expected outcome:
- A concise configuration plan for a user-level proxychains file.
- Plain-language explanations for chain mode, proxy DNS, timeouts, and proxy list entries.
- Validation steps that avoid sending sensitive data to external services.
Using "proxychains". A team wants to document proxy usage for package installs.
Expected outcome:
- A policy-aware checklist for when proxy retries are allowed.
- A list of commands that require explicit approval before execution.
- Warnings about privileged commands, persistent shell wrappers, and public connectivity tests.
Security Audit
High RiskThe skill is a transparent proxychains helper, not malware, and most static hits are documentation examples or expected user-level proxy configuration. The confirmed risk is that it encourages broad and sometimes automatic proxy routing, including blocked HTTP responses, SOCKS proxy chains, privileged setup commands, and persistent wrappers.
Confirmed security concerns (4)
Capability review items (82)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
⚙️ External commands (94)
🌐 Network access (231)
📁 Filesystem access (128)
Detected Patterns
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/2025emma-proxychains/audits/7?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/2025emma-proxychains?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/2025emma-proxychains?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/2025emma-proxychains/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/2025emma-proxychains.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA · BibTeX · CFF)
APA citation
2025Emma. (2026). proxychains security audit report (audit version 7) [Author version unspecified]. Skillstore. https://skillstore.io/skills/2025emma-proxychains/audits/7BibTeX citation
@techreport{2025emma-2025emma-proxychains-2026,
author = {2025Emma},
title = {proxychains security audit report (audit version 7)},
institution = {Skillstore},
year = {2026},
number = {7},
url = {https://skillstore.io/skills/2025emma-proxychains/audits/7},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "proxychains security audit report (audit version 7)"
version: "unspecified"
type: report
authors:
- name: "2025Emma"
date-released: "2026-07-04"
url: "https://skillstore.io/skills/2025emma-proxychains/audits/7"
identifiers:
- type: other
value: "skillstore:2025emma-proxychains:audit:7"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Recover Developer Dependency Access
Retry approved package and repository commands through a configured local proxy when direct network access fails.
Diagnose Proxychains Configuration
Check local proxy availability, proxychains configuration files, DNS proxying, and common timeout causes.
Document Controlled Proxy Workflows
Create repeatable guidance for teams that must route specific tooling through an approved proxy endpoint.
Try These Prompts
A curl or wget command failed with a timeout. Check whether proxychains4 is available and suggest a safe retry plan using my approved local proxy.
Help me create a user-level proxychains4 configuration for a local HTTP proxy on 127.0.0.1:9910, and explain what each setting changes.
A package manager cannot reach its registry. Compare direct retry, mirror selection, and proxychains4 usage, then recommend the safest option.
Draft a controlled workflow for routing selected developer commands through proxychains4, including approval points, logging, and rollback steps.
Best Practices
- Ask for explicit user approval before proxying a failed command, especially after a 403 or 451 response.
- Use only organization-approved proxy endpoints and avoid public IP-check services when internal tests are available.
- Keep proxychains configuration user-scoped and document every persistent alias or wrapper script.
Avoid
- Do not use proxychains to bypass access controls, regional restrictions, or service policy decisions.
- Do not run privileged package manager commands through a proxy without explicit user approval.
- Do not create shell startup changes or command wrappers that silently proxy future traffic.
Frequently Asked Questions
Does this skill provide a proxy server?
Can it proxy every application?
Is automatic proxy retry always safe?
Why does the skill mention SOCKS proxies?
Does it change system configuration?
What should teams review before using it?
Developer Details
Author
2025EmmaLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
e9e4712298ed071d92417a41714be123eb8364fa
Maintenance freshness
7/18/2026
Usage
25 downloads · 203 views
File structure