CtrlK
BlogDocsLog inGet started
Tessl Logo

benepass-reimbursement

Submit expense reimbursements through Benepass (app.getbenepass.com). For users whose employer uses Benepass as their benefits platform. Handles login, benefit selection, form filling, receipt upload, and submission. Requires browser/computer-use capabilities.

90

Quality

88%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Risky

Do not use without reviewing

SKILL.md
Quality
Evals
Security

Security

3 findings — 1 high severity, 2 medium severity. You should review these findings carefully before considering using this skill.

High

W007: Insecure credential handling detected in skill instructions

What this means

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.

Why it was flagged

Insecure credential handling detected (high risk: 1.00). The skill instructs the agent to fetch a 6-digit email verification code from Gmail and type it into the login form, which requires the model to read and output that secret code verbatim into browser actions (high exfiltration risk).

Report incorrect finding
Medium

W011: Third-party content exposure detected (indirect prompt injection risk)

What this means

The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.

Why it was flagged

Third-party content exposure detected (high risk: 0.80). The skill's required workflow explicitly reads and acts on dynamic content from a third-party web app (app.getbenepass.com — e.g., reading the "Select benefit" dropdown, balances, and hidden file inputs via read_page) and fetches Gmail messages (Gmail MCP search for verification codes), and those external contents are used to choose benefits and drive submission actions, exposing the agent to untrusted third-party content that could carry indirect prompt-injection.

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 is explicitly designed to perform complete reimbursement submissions through a specific financial/benefits platform (app.getbenepass.com). It automates login (including fetching verification codes), selects benefit categories, fills reimbursement details (amount, merchant, memo), uploads receipt files via the file input, and clicks the "Submit reimbursement" button — i.e., it initiates a reimbursement transaction and verifies payout progress. This is a specific, finance-focused workflow to move money/trigger payouts rather than a generic browser or API caller, so it constitutes direct financial execution capability.

Repository
douglasvought/wiggle-skills
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.