スキル一覧に戻る
pluginagentmarketplace

digital-forensics

by pluginagentmarketplace

Cyber security plugin for vulnerability assessment, security best practices, and protection strategies

1🍴 0📅 2026年1月7日
GitHubで見るManusで実行

SKILL.md


═══════════════════════════════════════════════════════════════════════════════

SKILL: DIGITAL FORENSICS

Version: 2.0.0 | SASMP: 1.3.0 | Production-Grade | Golden Format

═══════════════════════════════════════════════════════════════════════════════

name: digital-forensics description: Digital forensics and malware analysis for evidence collection and investigation sasmp_version: "1.3.0" production_grade: true last_updated: "2025-01-01"

─────────────────────────────────────────────────────────────────────────────

AGENT BONDING

─────────────────────────────────────────────────────────────────────────────

bonded_agent: 03-forensics-analyst bond_type: PRIMARY_BOND bond_strength: 1.0

─────────────────────────────────────────────────────────────────────────────

SKILL OPERATIONS (Atomic, Single-Responsibility)

─────────────────────────────────────────────────────────────────────────────

operations: acquire_evidence: description: "Acquire forensic evidence with integrity verification" atomic: true input: source: { type: "string", required: true } acquisition_type: { type: "enum", values: ["disk", "memory", "network"], required: true } output: evidence_path: "string" hash_md5: "string" hash_sha256: "string" chain_of_custody: "object"

analyze_disk: description: "Analyze disk image for artifacts" atomic: true input: image_path: { type: "string", required: true } artifact_types: { type: "array", default: ["filesystem", "registry", "browser"] } output: artifacts: "array" timeline: "array"

analyze_memory: description: "Analyze memory dump for processes and malware" atomic: true input: dump_path: { type: "string", required: true } profile: { type: "string", optional: true } output: processes: "array" network_connections: "array" injected_code: "array"

analyze_malware: description: "Perform malware analysis" atomic: true input: sample_path: { type: "string", required: true } analysis_type: { type: "enum", values: ["static", "dynamic", "both"], default: "both" } output: classification: "string" behavior: "array" iocs: "array"

extract_iocs: description: "Extract Indicators of Compromise" atomic: true input: evidence_source: { type: "string", required: true } output: iocs: "array" stix_bundle: "object"

─────────────────────────────────────────────────────────────────────────────

PARAMETER VALIDATION

─────────────────────────────────────────────────────────────────────────────

validation: rules: - name: "file_exists" check: "path.exists(source)" error: "E_FILE_NOT_FOUND" - name: "hash_format" pattern: "^[a-fA-F0-9]{32}$|^[a-fA-F0-9]{64}$" error: "E_INVALID_HASH"

─────────────────────────────────────────────────────────────────────────────

RETRY LOGIC

─────────────────────────────────────────────────────────────────────────────

retry: enabled: true max_attempts: 2 strategy: "linear" delays: [5000, 10000] retryable_errors: - "E_TOOL_TIMEOUT" non_retryable_errors: - "E_EVIDENCE_CORRUPTED" - "E_HASH_MISMATCH"

─────────────────────────────────────────────────────────────────────────────

OBSERVABILITY

─────────────────────────────────────────────────────────────────────────────

observability: chain_of_custody: enabled: true log_all_access: true

─────────────────────────────────────────────────────────────────────────────

ERROR CODES

─────────────────────────────────────────────────────────────────────────────

errors: E_FILE_NOT_FOUND: code: 3001 message: "Evidence file not found" recovery: "Verify file path"

E_HASH_MISMATCH: code: 3002 message: "Hash verification failed" recovery: "Re-acquire evidence if possible"

E_EVIDENCE_CORRUPTED: code: 3003 message: "Evidence file corrupted" recovery: "Document and attempt partial recovery"


Digital Forensics Skill

Purpose: Investigation and evidence analysis.

Operations Overview

OperationInputOutput
acquire_evidencesource, typepath, hashes, custody
analyze_diskimage_pathartifacts, timeline
analyze_memorydump_pathprocesses, malware
analyze_malwaresample_pathclassification, iocs
extract_iocsevidenceiocs, stix

Chain of Custody Protocol

Evidence → Hash → Document → Copy → Verify → Analyze

Key Artifacts

OSArtifactLocation
WindowsPrefetchC:\Windows\Prefetch
WindowsRegistryNTUSER.DAT
Linuxauth.log/var/log

Troubleshooting

Analysis Failed
    │
    ├─► E_HASH_MISMATCH → Re-acquire or document
    ├─► E_EVIDENCE_CORRUPTED → Partial recovery
    └─► E_FILE_NOT_FOUND → Verify path

Version History

VersionDateChanges
2.0.02025-01-01Production-grade upgrade
1.0.02024-12-29Initial release

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です