CtrlK
BlogDocsLog inGet started
Tessl Logo

rails-service-object

Creates service objects following single-responsibility principle with comprehensive specs. Use when extracting business logic from controllers, creating complex operations, implementing interactors, or when user mentions service objects or POROs.

88

1.19x
Quality

83%

Does it follow best practices?

Impact

100%

1.19x

Average score across 3 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Security

1 medium severity finding. This skill can be installed but you should review these findings before use.

Medium

W009: Direct money access capability detected (payment gateways, crypto, banking)

What this means

The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.

Why it was flagged

Direct money access detected (high risk: 1.00). The skill explicitly implements payment processing: the Orders::CreateService lists "payment_gateway: Processes payment" in dependencies and "Charges payment method" under side effects. The implementation calls payment_gateway.charge(amount: ..., payment_method_id: ...), and the repository layout includes payments/charge_service.rb and refund_service.rb. These are specific payment gateway operations (charging/refunding), which constitute direct financial execution authority.

Report incorrect finding
Repository
ThibautBaissac/rails_ai_agents
Audited
Security analysis
Snyk

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.