api-mitmproxy
Test APIs with mitmproxy
API traffic is difficult to inspect, modify, and replay across clients. This skill provides structured mitmproxy workflows for authorized security testing and debugging.
Do not auto-install this skill.
The canonical policy requires operator review before any installation action.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "api-mitmproxy" from https://skillstore.io/skills/agentsecops-api-mitmproxy.md and its manifest at https://skillstore.io/api/skills/agentsecops-api-mitmproxy/manifest. Verify the artifact. Do not auto-install. Inspect the skill and report your findings, then wait for an operator or manual installation decision.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 "api-mitmproxy". Inspect login traffic without exposing credentials.
Expected outcome:
- Run the proxy on loopback and configure only the test client.
- Capture authentication flow metadata while fully redacting passwords, cookies, and authorization values.
- Remove the interception certificate and securely delete sensitive captures after review.
Using "api-mitmproxy". Prepare a GraphQL authorization test.
Expected outcome:
The plan identifies target operations, controlled identities, request variants, expected denials, captured evidence, and restoration steps.
Using "api-mitmproxy". Review a CI traffic-capture workflow.
Expected outcome:
- Pin tools and actions to reviewed versions.
- Use job-scoped credentials with minimum permissions.
- Keep flow files encrypted and restrict artifact access and retention.
Security Audit
CriticalMost static alerts are false positives caused by Markdown fences, educational vulnerable-code examples, and documented security references. Confirmed risks include a mutable remote script piped to Bash, third-party token access, unauthenticated all-interface proxy bindings, and destructive certificate reset guidance. Additional concerns are mutable CI action references, authorization token logging, and persistent interception CA trust.
Confirmed security concerns (5)
Capability review items (8)
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 (50)
๐ Network access (39)
๐ Filesystem access (9)
๐ Env variables (23)
โก Contains scripts (2)
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/agentsecops-api-mitmproxy/audits/9?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/agentsecops-api-mitmproxy?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/agentsecops-api-mitmproxy?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/agentsecops-api-mitmproxy/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/agentsecops-api-mitmproxy.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
AgentSecOps. (2026). api-mitmproxy security audit report (audit version 9) [Author version 0.1.0]. Skillstore. https://skillstore.io/skills/agentsecops-api-mitmproxy/audits/9BibTeX citation
@techreport{agentsecops-agentsecops-api-mitmproxy-2026,
author = {AgentSecOps},
title = {api-mitmproxy security audit report (audit version 9)},
institution = {Skillstore},
year = {2026},
number = {9},
url = {https://skillstore.io/skills/agentsecops-api-mitmproxy/audits/9},
note = {Author version 0.1.0}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "api-mitmproxy security audit report (audit version 9)"
version: "0.1.0"
type: report
authors:
- name: "AgentSecOps"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/agentsecops-api-mitmproxy/audits/9"
identifiers:
- type: other
value: "skillstore:agentsecops-api-mitmproxy:audit:9"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Debug API requests
Inspect requests, responses, headers, and WebSocket messages while developing an API client.
Assess API controls
Modify and replay authorized traffic to evaluate authentication, authorization, input validation, and business logic.
Inspect mobile traffic
Configure a test device, install the interception certificate, and analyze application API behavior.
Try These Prompts
Guide me through inspecting traffic from [client] to [API] with mitmweb on loopback. Include certificate setup and safe cleanup.
Create a mitmproxy workflow that captures only [domain] and [methods], saves flows, and exports a reviewable HAR file.
Design a Python addon for authorized testing of [control]. Redact credentials, preserve original requests, and define evidence to collect.
Plan an end-to-end assessment for [application]. Cover proxy architecture, mobile pinning, replay controls, OWASP tests, evidence handling, and cleanup.
Best Practices
- Test only systems and accounts covered by written authorization.
- Use isolated environments, loopback bindings, and minimum network exposure.
- Redact secrets and remove trusted interception certificates after testing.
Avoid
- Do not intercept production traffic without explicit authorization and a data-handling plan.
- Do not log complete tokens, cookies, passwords, or personal data.
- Do not pipe remote installers to a shell or use mutable CI action references.
Frequently Asked Questions
Does this skill install mitmproxy?
Can it decrypt HTTPS traffic?
Does it support mobile applications?
Can it automate API tests?
Can it export captured traffic?
What authorization is required?
Developer Details
Author
AgentSecOpsLicense
MIT
Author version
v0.1.0
Skillstore revision
r2
Ref
9e952417e76879bc9d853e1b8b2cd6d6d8d4a1c2
Maintenance freshness
7/24/2026
Usage
6 downloads ยท 226 views
File structure