puda-report
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes data from a local SQLite database (
puda.db), which serves as a vulnerability surface for indirect prompt injection. - Ingestion points: Data is ingested from the
payloadcolumn of thecommand_logtable as described inreferences/analysis.md. - Boundary markers: The instructions do not specify the use of delimiters or specific warnings to ignore instructions embedded within the database data.
- Capability inventory: The skill possesses capabilities to execute shell commands (
pudaCLI), install external packages via pip, and write/execute Python scripts. - Sanitization: There is no evidence of sanitization or filtering applied to the database content before it is parsed as JSON or processed by pandas.
- [DYNAMIC_EXECUTION]: The skill workflow involves generating Python scripts from templates to perform data analysis and plotting, which are then executed within an
analysis/directory. - [COMMAND_EXECUTION]: The skill utilizes the
pudacommand-line utility for database schema inspection, project data extraction, and machine command lookups.
Audit Metadata