Sidekiq Job Analyzer
Analysis
This is an instruction-only, read-focused Sidekiq analysis skill with no evidence of hidden code, persistence, credentials, network use, or destructive behavior.
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.
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.
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.
