Comprehensive checklist for conducting thorough code reviews covering functionality, security, performance, and maintainability
53
30%
Does it follow best practices?
Impact
97%
0.98xAverage score across 3 eval scenarios
High
Do not use without reviewing
Fix and improve this skill with Tessl
tessl review fix ./plugins/antigravity-bundle-qa-testing/skills/code-review-checklist/SKILL.mdSecurity
2 findings: 1 high severity, 1 medium severity. You should review these findings carefully before considering using this skill.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
The prompt includes a literal-looking API secret ('sk_live_abc123xyz') in a "Bad - Hardcoded secret" example, which forces the model to handle/output a secret value verbatim and is therefore high-risk credential exposure.
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.
The skill contains explicit payment gateway code: a hardcoded Stripe secret key example (sk_live_...) and a snippet calling stripe.charge(total). These are specific references to a payment API (Stripe), which constitute direct financial execution capabilities.
fbdfd63
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.