// artifact family

adversarial ai / agentic forensics — deep

70 browser-only forensics tools in this catalog group — browse by artifact family when you know the kind of evidence you are working with, not the investigation pattern.

tools
70
catalog slugs
70
processing
local · in browser

tools in this family

ordered as in the forensics catalog. every tool runs locally — no upload, no account.

  1. ai agent autonomous action accountability tracerdrop agent run log · trace responsibility for each autonomous action · runs locally
  2. ai agent multi step transaction graph builderdrop agent run log · build graph of agent actions across steps · runs locally
  3. ai agent network exfiltration pattern detectordrop agent network log · detect data exfiltration via agent · runs locally
  4. ai agent persistence mechanism detectordrop agent + system state · detect persistence implanted by agent · runs locally
  5. ai agent tool call execution trace reconstructordrop agent run log · reconstruct tool-call sequence + state mutations · runs locally
  6. mcp client invocation log forensic analyzerdrop mcp client invocation log · parse server calls + arguments + responses · runs locally
  7. mcp model context protocol server audit log forensic analyzerdrop mcp server audit log · parse tool calls + resource accesses + auth · runs locally
  8. mcp prompt injection via tool result detectordrop mcp server tool result log · detect injection payloads in tool responses · runs locally
  9. mcp server permission escalation detectordrop mcp server audit log · detect over-permissioned tool exposure · runs locally
  10. mcp tool call graph reconstructordrop mcp client + server log set · reconstruct tool-call dependency graph · runs locally
  11. ai agent credential handling auditdrop agent run log · audit credential usage + leakage risk · runs locally
  12. ai agent file system modification trace builderdrop agent run log + filesystem snapshot · reconstruct fs changes attributable to agent · runs locally
  13. ai agent prompt vs action divergence detectordrop agent run log · detect actions taken inconsistent with prompt · runs locally
  14. anthropic mcp claude tool call attribution tooldrop claude tool call log · attribute each tool call to model decision · runs locally
  15. autogen orchestration log forensic analyzerdrop autogen orchestration log · parse agent collaboration · runs locally
  16. crewai orchestration log forensic analyzerdrop crewai orchestration log · parse agent collaboration · runs locally
  17. langgraph orchestration log forensic analyzerdrop langgraph orchestration log · parse node transitions + state · runs locally
  18. ollama local inference log forensic analyzerdrop ollama log · parse local inference activity + model usage · runs locally
  19. openai function call attribution tooldrop openai function-call log · attribute each call · runs locally
  20. vllm inference server log forensic analyzerdrop vllm server log · parse inference requests + cache hits · runs locally
  21. llamacpp local inference log analyzerdrop llama.cpp log · runs locally
  22. lm studio local inference log analyzerdrop lm studio log · runs locally
  23. lora fingerprint identifier image modelsdrop image samples · detect lora fingerprint signatures (sd / flux) · runs locally
  24. lora fingerprint identifier text modelsdrop text samples · detect lora fingerprint signatures · runs locally
  25. model card vs actual weights mismatch detectordrop model card + weights · detect claims that don't match actual model · runs locally
  26. model checkpoint tampering detector ggufdrop two gguf models · diff quantized weights + metadata · runs locally
  27. model checkpoint tampering detector onnxdrop two onnx models · diff graphs + weights · runs locally
  28. model checkpoint tampering detector pytorchdrop two pytorch checkpoints (.pt / .pth / .bin) · diff weights + detect targeted poisoning · runs locally
  29. model checkpoint tampering detector safetensorsdrop two safetensors checkpoints · diff weights · runs locally
  30. tgi text generation inference log analyzerdrop tgi server log · runs locally
  31. embedding model fingerprint identifierdrop embedding vectors · identify which embedding model produced them · runs locally
  32. fine tune backdoor trigger detectordrop fine-tuned model + test prompt set · detect backdoor triggers · runs locally
  33. fine tune dataset pii residue detectordrop fine-tune jsonl · detect pii residue · runs locally
  34. fine tune dataset poisoning pattern detectordrop fine-tune dataset · detect poisoning patterns · runs locally
  35. lora adapter weight fingerprint extractordrop lora adapter file · extract identifying weight fingerprint · runs locally
  36. synthetic data poisoning in training set detectordrop training set · detect synthetic poisoning · runs locally
  37. vector store embedding extraction attack detectordrop similarity search log · detect embedding-extraction patterns · runs locally
  38. vector store leakage via similarity search detectordrop similarity search query log · detect data exfiltration via similarity queries · runs locally
  39. vector store membership inference attack detectordrop vector store query log · detect membership inference probing · runs locally
  40. vector store poisoning pattern detectordrop vector store + provenance log · detect poisoning insertions · runs locally
  41. rag document leak detectordrop llm output corpus + source documents · detect verbatim or semantic leakage · runs locally
  42. rag retrieval anomaly detectordrop rag retrieval log · detect anomalous retrieval patterns · runs locally
  43. rag prompt injection via retrieved doc detectordrop retrieved docs · detect injection payloads in retrievals · runs locally
  44. rag attribution vs actual source mismatch detectordrop rag output with attributions · detect attribution mismatch with retrieved chunks · runs locally
  45. prompt injection campaign attribution tooldrop set of injection attempts · cluster + attribute to authors · runs locally
  46. jailbreak prompt corpus pattern matcherdrop observed prompt · match against known jailbreak families · runs locally
  47. jailbreak corpus evolution trackerdrop time-series of jailbreaks · track evolution + variant emergence · runs locally
  48. llm context window leak detectordrop llm output · detect leakage of system prompt or other contexts · runs locally
  49. llm tokenizer fingerprint identifierdrop text sample · identify tokenizer signature · runs locally
  50. synthetic media tool attribution imagedrop generated image · attribute to midjourney / sd / dall-e / flux / ideogram · runs locally
  51. synthetic media tool attribution videodrop generated video · attribute to runway / sora / veo / kling · runs locally
  52. synthetic media tool attribution audiodrop generated audio · attribute to elevenlabs / playht / suno / udio · runs locally
  53. ai watermark presence detector textdrop text · detect known text watermarking signatures (kirchenbauer / synthid etc) · runs locally
  54. ai watermark presence detector imagedrop image · detect known image watermarks (synthid / stable signature) · runs locally
  55. ai watermark presence detector audiodrop audio · detect known audio watermarks (audioseal / synthid-audio) · runs locally
  56. prompt engineering attribution style fingerprinterdrop set of prompts · cluster by author style · runs locally
  57. anthropic constitutional ai rejection log analyzerdrop claude api rejection log · parse rejection reasons · runs locally
  58. openai moderation api rejection log analyzerdrop openai moderation rejection log · parse rejection reasons · runs locally
  59. huggingface model card tampering detectordrop two model card versions · diff claims · runs locally
  60. inference cost spike anomaly detectordrop inference cost log · detect anomalous spikes · runs locally
  61. ai judge scorer manipulation detectordrop ai-judged eval log · detect manipulation patterns · runs locally
  62. adversarial example detector input screenerdrop input image · detect adversarial example patterns · runs locally
  63. ai coding assistant commit attribution tooldrop git commit set + ide telemetry · attribute commits to ai vs human · runs locally
  64. ai pair programming session deep reconstructordrop cursor / copilot / windsurf / continue session log · reconstruct ai-assisted edits per file · runs locally
  65. ai generated code license compliance tracerdrop ai-generated code + known training corpus signatures · detect potential license issues · runs locally
  66. anthropic api usage log forensic analyzerdrop anthropic api usage log · parse model + token + cost per key · runs locally
  67. openai api usage log forensic analyzerdrop openai api usage log · parse model + token usage per key · runs locally
  68. api key leakage into prompt detectordrop prompt corpus · detect api keys / secrets leaked into prompts · runs locally
  69. multi agent collusion pattern detectordrop multi-agent run log · detect collusion or echo-chamber patterns · runs locally
  70. agentic on chain action forensic tracerdrop ai agent log + on-chain tx history · trace ai-driven on-chain actions · runs locally
ready