Skill audit report

asyncopenai-concurrency-httpx-pool Audit report.

Raise real concurrency in asyncio LLM batch scorers built on the OpenAI SDK (AsyncOpenAI, including OpenAI-compatible providers like DeepSeek). Use when: (1) raising an asyncio.Semaphore above ~100 produces no throughput gain, (2) a batch pipeline saturates near 100 in-flight requests despite a larger semaphore, (3) planning a high-concurrency campaign against a provider with no hard rate limit (DeepSeek v4-flash tolerates 2000+ in flight). Root cause: AsyncOpenAI's default httpx pool caps max_connections at 100, silently bottlenecking any larger semaphore — you must pass a custom http_client with httpx.Limits sized to the semaphore.

EXPERIMENTAL · REVIEWNeeds reviewGenerated Aug 24, 2026Heuristic metadata audit
78
Audit
74
Trust
64
Quality
79
Security
100
Maintain
92
Install

OpenAgentSkill Trust Score

74
Strong shortlist

OpenAgentSkill Trust Score

The Trust Score helps an agent decide whether a skill is safe enough to shortlist before installation.

GitHub adoption

WARN

48

47 GitHub stars

Stars/forks activity

WARN

43

47 stars, 0 forks; issue activity unavailable in current metadata

Recent maintenance

PASS

100

Pushed today

License clarity

PASS

86

MIT

README/SKILL.md completeness

PASS

86

Metadata includes enough usage and workflow context

Dependency/runtime risk

INFO

64

credential or environment access, network or browser surface

Install availability

PASS

92

npx skills add kennethkhoocy/applied-micro-skills --skill asyncopenai-concurrency-httpx-pool

Install command safety

PASS

92

standard package or runtime install path

Permission surface

WARN

48

secrets or environment access, network or browser access

Repository evidence

PASS

86

https://github.com/kennethkhoocy/applied-micro-skills/tree/main/plugins/applied-micro/skills/asyncopenai-concurrency-httpx-pool

Review status

PASS

88

AI review data available

Agent Proven outcomes

INFO

54

No agent outcome data yet

Checks

Install and adoption review

7 Passed · 11 Needs review

Install path

92

PASS

npx skills add kennethkhoocy/applied-micro-skills --skill asyncopenai-concurrency-httpx-pool

Repository

88

PASS

https://github.com/kennethkhoocy/applied-micro-skills/tree/main/plugins/applied-micro/skills/asyncopenai-concurrency-httpx-pool

License

86

PASS

MIT

Maintenance

100

PASS

Pushed today

AI review

88

PASS

Approved with no listed issues

README/SKILL.md completeness

86

PASS

Usable description available

Dependency risk

64

CHECK

credential or environment access, network or browser surface

Install command safety

92

PASS

standard package or runtime install path

Permission surface

48

FIX

secrets or environment access, network or browser access

Stars/forks activity

43

FIX

47 stars, 0 forks; issue activity unavailable in current metadata

Adoption

42

CHECK

47 GitHub stars

Warnings

  • Permission surface may require sandboxing
  • Low GitHub adoption signal
  • Quality score needs review
  • Permission surface needs review: secrets or environment access, network or browser access
  • GitHub adoption: 47 GitHub stars
  • Stars/forks activity: 47 stars, 0 forks; issue activity unavailable in current metadata
  • Permission surface: secrets or environment access, network or browser access

Method

This report combines public metadata, AI review output, repository freshness, install readiness, OpenAgentSkill events, quality scoring, trust checks, and the agent safety gate. It is not a full source-code security review.

Compare nearby options

Related skills to audit next