Api限制管理Agent Rate Limiter 1.3.1
Analysis
Prompt-injection indicators were detected in the submitted artifacts (system-prompt-override); human review is required before treating this skill as clean.
Findings (5)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Before expensive operations: `python3 scripts/rate-limiter.py gate` ... Exit 2 → stop all non-essential work
The skill tells the agent to change its priorities and stop non-essential work based on the rate-limit tier. That is disclosed and central to the stated purpose, but users should understand it can override normal task flow.
python3 scripts/rate-limiter.py <command> [args] ... pause [minutes] ... resume ... set-limit <n> ... reset
The skill exposes local commands that modify rate-limit state and influence whether work proceeds. These commands are purpose-aligned, but they affect automation flow.
Source: unknown ... Version: 1.0.0
The registry metadata does not fully match the packaged _meta.json, which lists version 1.3.1 and a different ownerId. This is a provenance/packaging note, not evidence of malicious behavior.
Set a timer/cron to run `python3 scripts/rate-limiter.py resume` at the pausedUntil time
The skill recommends scheduled resume behavior. This is disclosed and tied to rate-limit recovery, but it is persistent automation outside a single immediate command.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
"requests": [ { "ts": 1774708743717, "tokens": 5000 }, { "ts": 1774710099379, "tokens": 1000 } ]The skill persists usage history that the agent later trusts for throttling decisions. It does not show stored message content or credentials, but the state can influence future behavior.
