Back to skill
v1.0.0

Sidekiq Job Analyzer

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 1:47 PM.

Analysis

This is an instruction-only, read-focused Sidekiq analysis skill with no evidence of hidden code, persistence, credentials, network use, or destructive behavior.

GuidanceThis skill appears safe and purpose-aligned for read-only Sidekiq reviews. Before installing, note that it may guide the agent to read local source and configuration files, so avoid sharing generated analysis externally if it includes secrets, Redis URLs, or private implementation details.

Findings (1)

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.

Abnormal behavior control

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.

Tool Misuse and Exploitation
SeverityInfoConfidenceHighStatusNote
SKILL.md
grep -rn "include Sidekiq::Job\|include Sidekiq::Worker" app/ lib/ | head -30
cat config/sidekiq.yml 2>/dev/null
cat config/initializers/sidekiq.rb 2>/dev/null

The skill documents local shell commands that read project source and configuration files. These commands are read-only and aligned with analyzing Sidekiq configuration, but users should be aware local code/config may be exposed to the agent context.

User impactThe agent may inspect local Rails/Ruby application files and Sidekiq configuration while performing the analysis.
RecommendationUse it on projects you are comfortable letting the agent inspect, and review outputs before sharing them externally because config files can sometimes contain sensitive details.