Skill audit report

rate-limiting-architect Audit report.

Designs distributed token bucket, leaky bucket, and tiered rate limiting architectures to prevent abuse.

EXPERIMENTAL · REVIEWNeeds reviewGenerated Aug 22, 2026Heuristic metadata audit
73
Audit
63
Trust
60
Quality
75
Security
100
Maintain
92
Install

OpenAgentSkill Trust Score

63
Manual review

OpenAgentSkill Trust Score

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

GitHub adoption

FAIL

30

21 GitHub stars

Stars/forks activity

FAIL

32

21 stars, 1 forks; issue activity unavailable in current metadata

Recent maintenance

PASS

100

2d since push

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 codebygarv/Ai-skills --skill rate-limiting-architect

Install command safety

PASS

92

standard package or runtime install path

Permission surface

WARN

60

secrets or environment access, network or browser access

Repository evidence

PASS

86

https://github.com/codebygarv/Ai-skills/tree/master/skills/architecture/rate-limiting-architect

Review status

INFO

66

AI review data available

Agent Proven outcomes

INFO

54

No agent outcome data yet

Checks

Install and adoption review

6 Passed · 15 Needs review

Install path

92

PASS

npx skills add codebygarv/Ai-skills --skill rate-limiting-architect

Repository

88

PASS

https://github.com/codebygarv/Ai-skills/tree/master/skills/architecture/rate-limiting-architect

License

86

PASS

MIT

Maintenance

100

PASS

2d since push

AI review

55

CHECK

SKILL.md is truncated in the provided excerpt (ends mid-sentence in the Avoid section), but the full file likely completes the guidance.

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

60

CHECK

secrets or environment access, network or browser access

Stars/forks activity

32

FIX

21 stars, 1 forks; issue activity unavailable in current metadata

Adoption

42

CHECK

21 GitHub stars

Warnings

  • Permission surface may require sandboxing
  • SKILL.md is truncated in the provided excerpt (ends mid-sentence in the Avoid section), but the full file likely completes the guidance.
  • Lua script example uses ZADD with timestamp as both member and score; while functional, it's not the most efficient pattern for high-frequency requests and may suffer from memory bloat if not cleaned properly.
  • No explicit mention of error handling for Redis failures, fallback mechanisms, or consistency guarantees in degraded mode.
  • Low GitHub adoption signal
  • Quality score needs review
  • Permission surface needs review: secrets or environment access, network or browser access
  • GitHub adoption: 21 GitHub stars
  • Stars/forks activity: 21 stars, 1 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