restic
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill enables the execution of the
resticcommand-line interface and provides documentation for the--stdin-from-commandflag, which triggers the execution of data-producer processes likemysqldumpas child processes. - [INDIRECT_PROMPT_INJECTION]: The skill processes potentially untrusted external data from backup repositories and local filesystems.
- Ingestion points: The agent is instructed to read and parse snapshot metadata and repository statistics through
restic snapshots --jsonandrestic stats --jsonin files such asSKILL.mdandreferences/performance-and-observability.md. - Capability inventory: The skill leverages the
resticbinary for significant filesystem and network operations and can execute arbitrary child processes via specific restic flags. - Boundary markers: The instructions do not explicitly mandate the use of delimiters or 'ignore' instructions when interpolating repository data into the LLM context, although they favor structured JSON parsing.
- Sanitization: The skill provides strong remediation guidance, including the use of separate targets for restoration and the systematic redaction of secrets from all logs and output.
- [DYNAMIC_EXECUTION]: The test utility scripts
scripts/test-restic-preflight.shandscripts/test-restic-verify.shdynamically generate and execute temporary shell scripts to mock theresticbinary. These operations are performed within a controlled environment and do not ingest external network data.
Audit Metadata