exasol-database — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited exasol-database (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Trigger when the user mentions Exasol, exapump, database import/export, CSV/Parquet upload, Exasol SQL, IMPORT INTO, EXPORT INTO, EXA_, or any Exasol database interaction.
Ensure a working exapump profile before proceeding:
exapump sql --profile <name> "SELECT 1" (always place --profile after the subcommand). On success, use --profile <name> on all subsequent commands.exapump sql "SELECT 1".exapump profile list to check available profiles.exapump sql --profile <name> "SELECT 1" (always place --profile after the subcommand).exapump profile add default to create one, then retry.After the connection is established, determine the task type and load only the references needed:
references/exapump-reference.mdreferences/import-export.md (decision tree, connection objects)references/import-export.mdreferences/exapump-reference.md (CLI usage)references/exasol-sql.md (core SQL behavior)references/table-design.mdreferences/query-profiling.mdreferences/analytics-qualify.mdreferences/virtual-schemas.mdMultiple routes can apply — load all that match.
exapump sql "SELECT KEYWORD FROM EXA_SQL_KEYWORDS WHERE RESERVED ORDER BY KEYWORD"This skill handles core database interaction: connecting, uploading/exporting files, SQL execution, and table design. For BucketFS file management (upload, download, list, delete), the exasol-bucketfs skill provides specialized guidance and will activate automatically when relevant. For UDF development and Script Language Containers, the exasol-udfs skill provides specialized guidance and will activate automatically when relevant.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.