matlab-write-database
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues or malicious patterns were detected. The skill promotes secure coding practices such as connection management and transaction atomicity.
- [CREDENTIALS_UNSAFE]: The documentation includes explicit rules to avoid hardcoded credentials, directing users to use
getSecretorsetSecretfor authentication (as seen in the 'Critical Rules' in SKILL.md). - [PROMPT_INJECTION]: The skill identifies and mitigates indirect prompt injection risks (Category 8 surface) by providing detailed instructions on SQL prepared statements.
- Ingestion points: MATLAB tables and variables used in
sqlwrite,sqlupdate, andexecuteacross all knowledge cards (e.g.,reference/cards/sqlwrite-sqlupdate.md). - Boundary markers: Instruction to use
databasePreparedStatementinreference/cards/prepared-statements.mdestablishes boundaries for untrusted data. - Capability inventory: Database write and execution capabilities provided by the
evaluate_matlab_codetool as listed inmanifest.yaml. - Sanitization: Recommends using
databasePreparedStatementto ensure SQL parameters are correctly escaped and handled by the database driver.
Audit Metadata