forensify

Category: Tools & Productivity | Uploader: alexgreenshalexgreensh | Downloads: 0 | Version: v1.0(Latest)

Cross-agent self-inspection of your AI-agent stack. Audits skills, MCP servers, hooks, plugins, commands, credentials, and memory files across Claude Code, Codex, OpenClaw, and NanoClaw. Produces a structured inventory and narrative briefing with cross-ecosystem risk analysis. Use when the user asks to audit their own setup, check what they have installed, review their agent stack security posture, or understand cross-tool interactions. Use when a user has accumulated skills/plugins/MCP servers over time and wants visibility into their attack surface. Use after installing new skills or plugins. Do NOT use for vetting external code before install (that is repo-forensics). Do NOT use for incident response during active attacks. Do NOT use for fixing or patching vulnerabilities (forensify is read-only).

Changelog: Source: GitHub https://github.com/alexgreensh/repo-forensics

Directory Structure

Current level: tree/main/skills/forensify/

  • 📁 config/
    • 📄 ecosystem_roots.json 12.8 KB
    • 📄 ecosystem_roots.md 8.0 KB
    • 📄 seatbelt_subagent.sb 969 B
  • 📁 domains/
    • 📄 commands.json 457 B
    • 📄 credentials.json 590 B
    • 📄 hooks.json 482 B
    • 📄 mcp.json 374 B
    • 📄 plugins.json 366 B
    • 📄 skills.json 464 B
  • 📁 orchestrator/
    • 📄 __init__.py 88 B
    • 📄 analysis_dispatcher.py 7.5 KB
    • 📄 contracts.py 2.7 KB
    • 📄 scanner_driver.py 5.5 KB
    • 📄 synthesis_presenter.py 9.0 KB
  • 📁 prompts/
    • 📄 domain_commands.txt 1.6 KB
    • 📄 domain_credentials.txt 2.0 KB
    • 📄 domain_hooks.txt 1.6 KB
    • 📄 domain_mcp.txt 1.5 KB
    • 📄 domain_plugins.txt 1.3 KB
    • 📄 domain_skills.txt 2.0 KB
    • 📄 synthesis.txt 2.4 KB
  • 📁 references/
    • 📄 architecture.md 3.7 KB
  • 📁 scripts/
    • 📄 build_inventory.py 47.7 KB
  • 📁 tests/
    • 📁 fixtures/
      • 📁 claude_code_stack/
        • 📁 skills/
          • 📁 malicious-skill/
            • 📄 SKILL.md 433 B
      • 📁 codex_stack/
        • 📁 skills/
          • 📁 clean-skill/
            • 📄 SKILL.md 213 B
      • 📁 openclaw_stack/
        • 📁 .agents/
          • 📁 skills/
            • 📁 poisoned-skill/
              • 📄 SKILL.md 317 B
              • 📄 tools.json 380 B
    • 📄 test_forensify_integration.py 11.9 KB
    • 📄 test_inventory_skeleton.py 15.0 KB
    • 📄 test_inventory_walkers.py 24.5 KB
  • 📄 SKILL.md 9.1 KB

SKILL.md

Login to download/like/favorite ❤ 38 | ★ 0
Comments 0

Please login before commenting.

Loading comments...