Bank Statement Converter

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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.

What this means

Anyone running the documented commands with this key can act against the bank statement converter account, including viewing user/credit information and consuming conversion credits.

Why it was flagged

The skill expects a provider API key even though registry metadata lists no required environment variables or primary credential; this is purpose-aligned but should be visible to users.

Skill content
### Requirements
BANKSTATEMENT_API_KEY ... export BANKSTATEMENT_API_KEY="your-api-key-here"
Recommendation

Only set the API key if you trust the provider, keep it secret, and revoke or rotate it if it is exposed or no longer needed.

What this means

Sensitive financial documents and document passwords will be transmitted to the external service as part of normal use.

Why it was flagged

The skill sends bank statement PDFs, and potentially PDF passwords, to an external API endpoint for processing.

Skill content
-F "file=@/path/to/your/bankstatement.pdf" \
  https://api2.bankstatementconverter.com/api/v1/BankStatement ... "password": "yourpdfpassword" ... /setPassword
Recommendation

Use this only for documents you are comfortable sending to that provider, review the provider’s privacy and retention terms, and avoid uploading unrelated sensitive files.