← all publishers

Blurjp

@blurjp source repo

20 published skills

  1. PDF · blurjp bundle
    PDF manipulation toolkit. Extract text/tables, create PDFs, merge/split, fill forms, for programmatic document processing and analysis.
    0 installs
  2. DOCX · blurjp bundle
    Document toolkit (.docx). Create/edit documents, tracked changes, comments, formatting preservation, text extraction, for professional document processing.
    0 installs
  3. PPTX · blurjp bundle
    Presentation toolkit (.pptx). Create/edit slides, layouts, content, speaker notes, comments, for programmatic presentation creation and modification.
    0 installs
  4. XLSX · blurjp bundle
    Spreadsheet toolkit (.xlsx/.csv). Create/edit with formulas/formatting, analyze data, visualization, recalculate formulas, for spreadsheet processing and analysis.
    0 installs
  5. Fix Review · blurjp bundle
    Verifies that git commits address security audit findings without introducing bugs. This skill should be used when the user asks to "verify these commits fix the audit findings", "check if TOB-XXX was addressed", "review the fix branch", "validate remediation commits", "did these changes address the security report", "post-audit remediation review", "compare fix commits to audit report", or when reviewing commits against security audit reports.
    0 installs
  6. Ossfuzz · blurjp
    OSS-Fuzz provides free continuous fuzzing for open source projects. Use when setting up continuous fuzzing infrastructure or enrolling projects.
    2 installs
  7. Libfuzzer · blurjp
    Coverage-guided fuzzer built into LLVM for C/C++ projects. Use for fuzzing C/C++ code that can be compiled with Clang.
    0 installs
  8. Variant Analysis · blurjp bundle
    Find similar vulnerabilities and bugs across codebases using pattern-based analysis. Use when hunting bug variants, building CodeQL/Semgrep queries, analyzing security vulnerabilities, or performing systematic code audits after finding an initial issue.
    0 installs
  9. Cargo Fuzz · blurjp
    cargo-fuzz is the de facto fuzzing tool for Rust projects using Cargo. Use for fuzzing Rust code with libFuzzer backend.
    0 installs
  10. Wycheproof · blurjp
    Wycheproof provides test vectors for validating cryptographic implementations. Use when testing crypto code for known attacks and edge cases.
    0 installs
  11. Harness Writing · blurjp
    Techniques for writing effective fuzzing harnesses across languages. Use when creating new fuzz targets or improving existing harness code.
    0 installs
  12. Address Sanitizer · blurjp
    AddressSanitizer detects memory errors during fuzzing. Use when fuzzing C/C++ code to find buffer overflows and use-after-free bugs.
    0 installs
  13. Coverage Analysis · blurjp
    Coverage analysis measures code exercised during fuzzing. Use when assessing harness effectiveness or identifying fuzzing blockers.
    0 installs
  14. Fuzzing Obstacles · blurjp
    Techniques for patching code to overcome fuzzing obstacles. Use when checksums, global state, or other barriers block fuzzer progress.
    0 installs
  15. Fuzzing Dictionary · blurjp
    Fuzzing dictionaries guide fuzzers with domain-specific tokens. Use when fuzzing parsers, protocols, or format-specific code.
    0 installs
  16. Constant Time Analysis · blurjp bundle
    Detects timing side-channel vulnerabilities in cryptographic code. Use when implementing or reviewing crypto code, encountering division on secrets, secret-dependent branches, or constant-time programming questions in C, C++, Go, Rust, Swift, Java, Kotlin, C#, PHP, JavaScript, TypeScript, Python, or Ruby.
    0 installs
  17. Constant Time Testing · blurjp
    Constant-time testing detects timing side channels in cryptographic code. Use when auditing crypto implementations for timing vulnerabilities.
    0 installs
  18. Ask Questions If Underspecified · blurjp
    Clarify requirements before implementing. Use when serious doubts araise.
    0 installs
  19. Semgrep Rule Creator · blurjp bundle
    Create custom Semgrep rules for detecting bug patterns and security vulnerabilities. This skill should be used when the user explicitly asks to "create a Semgrep rule", "write a Semgrep rule", "make a Semgrep rule", "build a Semgrep rule", or requests detection of a specific bug pattern, vulnerability, or insecure code pattern using Semgrep.
    1 install
  20. Semgrep · blurjp
    Semgrep is a fast static analysis tool for finding bugs and enforcing code standards. Use when scanning code for security issues or integrating into CI/CD pipelines.
    1 install