-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalidation-report.json
More file actions
61 lines (61 loc) · 2.05 KB
/
Copy pathvalidation-report.json
File metadata and controls
61 lines (61 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"validated_at": "2026-08-24",
"status": "PASS",
"runtime": "Python 3.12 bundled workspace runtime",
"checks": [
{
"name": "unit-tests",
"status": "PASS",
"command": "python -m unittest discover -s tests -v",
"result": "10 tests passed"
},
{
"name": "smoke-test",
"status": "PASS",
"command": "python scripts/smoke_test.py",
"result": "429 cooled down; matching challenge recovered once; replay stopped"
},
{
"name": "editable-install",
"status": "PASS",
"command": "python -m pip install -e . --no-build-isolation",
"result": "proxy-captcha-session-lab 0.1.0 installed in isolated Python 3.12 environment"
},
{
"name": "compile",
"status": "PASS",
"command": "python -m compileall src tests examples scripts",
"result": "All Python sources compiled"
},
{
"name": "links",
"status": "PASS",
"result": "CapSolver, Requests, RFC 6585, createTask, and getTaskResult URLs returned HTTP 200"
},
{
"name": "secret-scan",
"status": "PASS",
"result": "No real API key, proxy credential, private key, cookie, or token found"
},
{
"name": "cover",
"status": "PASS",
"result": "1600x900 PNG; approved CapSolver SVG wordmark composited deterministically"
}
],
"limitations": [
"All network behavior is fixture-based by design.",
"No real proxy endpoint, target site, or CapSolver API call was used.",
"A production adapter must use current official CapSolver task contracts and target-owner-approved result application."
],
"publish_status": "published",
"publication": {
"owner": "Osenga33",
"profile": "Osenga33",
"url": "https://github.com/Osenga33/python-proxy-captcha-session-lab",
"content_commit": "6a9778d98190e36602390a6888437b46f6c33f61",
"actions_status": "success",
"actions_url": "https://github.com/Osenga33/python-proxy-captcha-session-lab/actions/runs/32700553899",
"credential_cleanup": "pending final remote verification"
}
}