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
88%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Risky
Do not use without reviewing
Security
3 findings — 1 high severity, 2 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.
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).
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.
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.
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.
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.
b27906e
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.