security-review

Identify security vulnerabilities in the Vykar backup tool with severity levels and remediation steps.

682|20|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/borgbase/vykar --skill security-review-borgbase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/borgbase/vykar/tree/main/.agents/skills/security-review
Command: npx skills add https://github.com/borgbase/vykar --skill security-review-borgbase

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Security reviews identify and mitigate vulnerabilities in the Vykar backup tool, ensuring cryptography, key management, and repository integrity are sound before release.

Core Features & Use Cases

  • Structured audit process: Walk through a comprehensive security checklist covering cryptography, key management, hooks, config parsing, dependencies, and network backends.
  • Actionable findings: Produce prioritized findings with concrete remediation steps and code-level guidance.
  • Automated checks integration: Integrates with cargo audit, cargo deny, and static analysis tools to surface vulnerabilities and policy violations during reviews.

Quick Start

Ask the assistant to perform a security review of the vykar backup tool, focusing on cryptography, key management, repository integrity, hooks, and dependency security.

Frequently Asked Questions about security-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a security review of backup tool cryptography and key management?

To perform a security review of backup tool cryptography and key management, follow a structured checklist covering encryption, hook execution, config parsing, and repository integrity. This yields prioritized findings with severity levels and concrete remediation steps.

What does a dependency audit and code review check for in a Rust backup tool?

A dependency audit and code review checks for vulnerabilities and policy violations by integrating cargo audit, cargo deny, and static analysis tools. It surfaces security issues across cryptography, key management, and backup workflows during periodic audits or PR reviews.

How do I identify repository integrity vulnerabilities during a backup tool PR review?

To identify repository integrity vulnerabilities during a backup tool PR review, analyze code changes against a comprehensive security checklist. This surfaces vulnerabilities in encryption, hook execution, and config parsing, producing structured findings with severity levels and remediation steps.

Can I integrate cargo audit and cargo deny into my backup tool security audits?

Yes, you can integrate cargo audit and cargo deny into backup tool security audits. The review process uses these automated checks alongside static analysis tools to surface vulnerabilities and policy violations during code changes and periodic audits.

What is the best way to remediate config parsing and hook execution security findings?

The best way to remediate config parsing and hook execution security findings is to follow concrete code-level guidance generated by the audit. The structured review outputs prioritized findings with severity levels and specific remediation steps for these vulnerabilities.