mindforge-cc 11.8.2 → 11.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agent/mindforge/wf-orchestrate-review.md +35 -0
- package/.agent/mindforge/wf-verification-loop.md +45 -0
- package/.agent/mindforge/wf-workflow-optimizer.md +51 -0
- package/.agent/skills/article-illustrator/SKILL.md +7 -7
- package/.agent/skills/arxiv/SKILL.md +6 -6
- package/.agent/skills/code-wiki/SKILL.md +11 -11
- package/.agent/skills/concept-diagrams/SKILL.md +6 -6
- package/.agent/skills/concept-diagrams/examples/apartment-floor-plan-conversion.md +244 -0
- package/.agent/skills/concept-diagrams/examples/automated-password-reset-flow.md +276 -0
- package/.agent/skills/concept-diagrams/examples/autonomous-llm-research-agent-flow.md +240 -0
- package/.agent/skills/concept-diagrams/examples/banana-journey-tree-to-smoothie.md +161 -0
- package/.agent/skills/concept-diagrams/examples/commercial-aircraft-structure.md +209 -0
- package/.agent/skills/concept-diagrams/examples/cpu-ooo-microarchitecture.md +236 -0
- package/.agent/skills/concept-diagrams/examples/electricity-grid-flow.md +182 -0
- package/.agent/skills/concept-diagrams/examples/feature-film-production-pipeline.md +172 -0
- package/.agent/skills/concept-diagrams/examples/hospital-emergency-department-flow.md +165 -0
- package/.agent/skills/concept-diagrams/examples/ml-benchmark-grouped-bar-chart.md +114 -0
- package/.agent/skills/concept-diagrams/examples/place-order-uml-sequence.md +325 -0
- package/.agent/skills/concept-diagrams/examples/smart-city-infrastructure.md +173 -0
- package/.agent/skills/concept-diagrams/examples/smartphone-layer-anatomy.md +154 -0
- package/.agent/skills/concept-diagrams/examples/sn2-reaction-mechanism.md +247 -0
- package/.agent/skills/concept-diagrams/examples/wind-turbine-structure.md +338 -0
- package/.agent/skills/concept-diagrams/templates/template.html +174 -0
- package/.agent/skills/domain-intel/SKILL.md +7 -7
- package/.agent/skills/duckduckgo-search/SKILL.md +17 -17
- package/.agent/skills/github-auth/scripts/gh-env.sh +66 -0
- package/.agent/skills/github-code-review/SKILL.md +9 -9
- package/.agent/skills/github-pr-workflow/SKILL.md +3 -3
- package/.agent/skills/godmode/SKILL.md +8 -8
- package/.agent/skills/jupyter-live-kernel/SKILL.md +3 -3
- package/.agent/skills/kanban-orchestrator/SKILL.md +10 -10
- package/.agent/skills/kanban-worker/SKILL.md +6 -6
- package/.agent/skills/llm-wiki/SKILL.md +7 -7
- package/.agent/skills/mindforge-autonomous/SKILL.md +1 -1
- package/.agent/skills/mindforge-complete-milestone/SKILL.md +1 -1
- package/.agent/skills/mindforge-discuss-phase/SKILL.md +1 -1
- package/.agent/skills/mindforge-do/SKILL.md +1 -1
- package/.agent/skills/mindforge-execute-phase/SKILL.md +1 -1
- package/.agent/skills/mindforge-list-workspaces/SKILL.md +1 -1
- package/.agent/skills/mindforge-manager/SKILL.md +1 -1
- package/.agent/skills/mindforge-neural-orchestrator/SKILL.md +1 -1
- package/.agent/skills/mindforge-new-milestone/SKILL.md +4 -4
- package/.agent/skills/mindforge-new-project/SKILL.md +4 -4
- package/.agent/skills/mindforge-new-workspace/SKILL.md +1 -1
- package/.agent/skills/mindforge-note/SKILL.md +1 -1
- package/.agent/skills/mindforge-plan-phase/SKILL.md +1 -1
- package/.agent/skills/mindforge-profile-user/SKILL.md +1 -1
- package/.agent/skills/mindforge-remove-workspace/SKILL.md +1 -1
- package/.agent/skills/mindforge-research-phase/SKILL.md +1 -1
- package/.agent/skills/mindforge-ui-phase/SKILL.md +1 -1
- package/.agent/skills/mindforge-ui-review/SKILL.md +1 -1
- package/.agent/skills/mindforge-verify-work/SKILL.md +1 -1
- package/.agent/skills/mindforge-workspace-isolated/SKILL.md +1 -1
- package/.agent/skills/node-inspect-debugger/SKILL.md +1 -1
- package/.agent/skills/obsidian/SKILL.md +15 -15
- package/.agent/skills/osint-investigation/SKILL.md +3 -2
- package/.agent/skills/osint-investigation/references/sources/courtlistener.md +98 -0
- package/.agent/skills/osint-investigation/references/sources/gdelt.md +104 -0
- package/.agent/skills/osint-investigation/references/sources/icij-offshore.md +104 -0
- package/.agent/skills/osint-investigation/references/sources/nyc-acris.md +90 -0
- package/.agent/skills/osint-investigation/references/sources/ofac-sdn.md +92 -0
- package/.agent/skills/osint-investigation/references/sources/opencorporates.md +103 -0
- package/.agent/skills/osint-investigation/references/sources/sec-edgar.md +83 -0
- package/.agent/skills/osint-investigation/references/sources/senate-ld.md +89 -0
- package/.agent/skills/osint-investigation/references/sources/usaspending.md +97 -0
- package/.agent/skills/osint-investigation/references/sources/wayback.md +93 -0
- package/.agent/skills/osint-investigation/references/sources/wikipedia.md +107 -0
- package/.agent/skills/osint-investigation/scripts/_http.py +82 -0
- package/.agent/skills/osint-investigation/scripts/_normalize.py +67 -0
- package/.agent/skills/osint-investigation/scripts/build_findings.py +221 -0
- package/.agent/skills/osint-investigation/scripts/entity_resolution.py +228 -0
- package/.agent/skills/osint-investigation/scripts/fetch_courtlistener.py +149 -0
- package/.agent/skills/osint-investigation/scripts/fetch_gdelt.py +161 -0
- package/.agent/skills/osint-investigation/scripts/fetch_icij_offshore.py +234 -0
- package/.agent/skills/osint-investigation/scripts/fetch_nyc_acris.py +203 -0
- package/.agent/skills/osint-investigation/scripts/fetch_ofac_sdn.py +175 -0
- package/.agent/skills/osint-investigation/scripts/fetch_opencorporates.py +191 -0
- package/.agent/skills/osint-investigation/scripts/fetch_sec_edgar.py +184 -0
- package/.agent/skills/osint-investigation/scripts/fetch_senate_ld.py +146 -0
- package/.agent/skills/osint-investigation/scripts/fetch_usaspending.py +170 -0
- package/.agent/skills/osint-investigation/scripts/fetch_wayback.py +142 -0
- package/.agent/skills/osint-investigation/scripts/fetch_wikipedia.py +266 -0
- package/.agent/skills/osint-investigation/scripts/timing_analysis.py +252 -0
- package/.agent/skills/oss-forensics/SKILL.md +10 -9
- package/.agent/skills/oss-forensics/scripts/evidence-store.py +313 -0
- package/.agent/skills/parallel-cli/SKILL.md +2 -2
- package/.agent/skills/pinggy-tunnel/SKILL.md +3 -3
- package/.agent/skills/pixel-art/SKILL.md +2 -2
- package/.agent/skills/plan/SKILL.md +10 -10
- package/.agent/skills/requesting-code-review/SKILL.md +4 -6
- package/.agent/skills/research-paper-writing/SKILL.md +32 -32
- package/.agent/skills/rest-graphql-debug/SKILL.md +31 -32
- package/.agent/skills/s6-container-supervision/SKILL.md +1 -1
- package/.agent/skills/scrapling/SKILL.md +1 -1
- package/.agent/skills/sherlock/SKILL.md +1 -1
- package/.agent/skills/simplify-code/SKILL.md +5 -7
- package/.agent/skills/skill-authoring/SKILL.md +4 -4
- package/.agent/skills/spike/SKILL.md +11 -13
- package/.agent/skills/subagent-driven-development/SKILL.md +7 -11
- package/.agent/skills/systematic-debugging/SKILL.md +13 -14
- package/.agent/skills/test-driven-development/SKILL.md +6 -7
- package/.agent/skills/video-orchestrator/SKILL.md +1 -1
- package/.agent/skills/web-pentest/SKILL.md +7 -7
- package/.mindforge/config.json +3 -2
- package/.mindforge/dynamic-workflows/REGISTRY.md +4 -1
- package/.mindforge/dynamic-workflows/index.json +910 -840
- package/.mindforge/dynamic-workflows/scripts/accessibility-audit.js +88 -90
- package/.mindforge/dynamic-workflows/scripts/ai-model-eval.js +59 -61
- package/.mindforge/dynamic-workflows/scripts/api-contract-test.js +87 -85
- package/.mindforge/dynamic-workflows/scripts/api-migration.js +120 -122
- package/.mindforge/dynamic-workflows/scripts/architecture-modernization.js +84 -86
- package/.mindforge/dynamic-workflows/scripts/code-audit.js +75 -77
- package/.mindforge/dynamic-workflows/scripts/code-explainer.js +99 -101
- package/.mindforge/dynamic-workflows/scripts/competitive-analysis.js +62 -64
- package/.mindforge/dynamic-workflows/scripts/competitive-teardown.js +106 -108
- package/.mindforge/dynamic-workflows/scripts/cost-analysis.js +78 -80
- package/.mindforge/dynamic-workflows/scripts/data-pipeline-validate.js +47 -49
- package/.mindforge/dynamic-workflows/scripts/database-migration.js +85 -87
- package/.mindforge/dynamic-workflows/scripts/debug-detective.js +97 -99
- package/.mindforge/dynamic-workflows/scripts/dependency-health.js +81 -83
- package/.mindforge/dynamic-workflows/scripts/design-system-audit.js +84 -86
- package/.mindforge/dynamic-workflows/scripts/documentation-gen.js +65 -67
- package/.mindforge/dynamic-workflows/scripts/feature-planner.js +78 -80
- package/.mindforge/dynamic-workflows/scripts/incident-response.js +81 -83
- package/.mindforge/dynamic-workflows/scripts/multi-repo-sync.js +49 -51
- package/.mindforge/dynamic-workflows/scripts/mutation-testing.js +113 -115
- package/.mindforge/dynamic-workflows/scripts/onboard-codebase.js +79 -81
- package/.mindforge/dynamic-workflows/scripts/orchestrate-review.js +115 -0
- package/.mindforge/dynamic-workflows/scripts/perf-optimize.js +97 -99
- package/.mindforge/dynamic-workflows/scripts/pr-review.js +61 -63
- package/.mindforge/dynamic-workflows/scripts/refactor-plan.js +88 -90
- package/.mindforge/dynamic-workflows/scripts/release-prep.js +79 -81
- package/.mindforge/dynamic-workflows/scripts/security-hardening.js +117 -119
- package/.mindforge/dynamic-workflows/scripts/security-threat-model.js +119 -121
- package/.mindforge/dynamic-workflows/scripts/tdd-sprint.js +80 -82
- package/.mindforge/dynamic-workflows/scripts/tech-evaluation.js +50 -52
- package/.mindforge/dynamic-workflows/scripts/test-coverage-gap.js +68 -70
- package/.mindforge/dynamic-workflows/scripts/ux-heuristic-audit.js +89 -91
- package/.mindforge/dynamic-workflows/scripts/verification-loop.js +138 -0
- package/.mindforge/dynamic-workflows/scripts/workflow-optimizer.js +136 -0
- package/.mindforge/dynamic-workflows/scripts/writer-reviewer.js +63 -65
- package/.mindforge/memory/sync-manifest.json +1 -1
- package/.mindforge/personas/advisor-researcher.md +2 -2
- package/.mindforge/personas/api-load-tester.md +1 -1
- package/.mindforge/personas/authentication-architect.md +1 -1
- package/.mindforge/personas/backup-recovery-specialist.md +1 -1
- package/.mindforge/personas/build-optimizer.md +1 -1
- package/.mindforge/personas/caching-strategist.md +1 -1
- package/.mindforge/personas/chaos-engineer.md +1 -1
- package/.mindforge/personas/compliance-auditor.md +1 -1
- package/.mindforge/personas/config-management-expert.md +1 -1
- package/.mindforge/personas/coverage-specialist.md +1 -1
- package/.mindforge/personas/debug-specialist.md +2 -2
- package/.mindforge/personas/debugger.md +2 -2
- package/.mindforge/personas/dependency-auditor.md +1 -1
- package/.mindforge/personas/developer.md +1 -1
- package/.mindforge/personas/devops-engineer.md +1 -1
- package/.mindforge/personas/executor.md +1 -1
- package/.mindforge/personas/go-specialist.md +1 -1
- package/.mindforge/personas/incident-commander.md +1 -1
- package/.mindforge/personas/java-specialist.md +1 -1
- package/.mindforge/personas/kubernetes-debugger.md +1 -1
- package/.mindforge/personas/logging-architect.md +1 -1
- package/.mindforge/personas/mf-planner.md +1 -1
- package/.mindforge/personas/mf-researcher.md +1 -1
- package/.mindforge/personas/mf-reviewer.md +1 -1
- package/.mindforge/personas/nyquist-auditor.md +1 -1
- package/.mindforge/personas/observability-engineer.md +1 -1
- package/.mindforge/personas/performance-optimizer.md +1 -1
- package/.mindforge/personas/phase-researcher.md +5 -5
- package/.mindforge/personas/planner.md +1 -1
- package/.mindforge/personas/project-researcher.md +2 -2
- package/.mindforge/personas/python-specialist.md +1 -1
- package/.mindforge/personas/qa-engineer.md +1 -1
- package/.mindforge/personas/release-manager.md +1 -1
- package/.mindforge/personas/research-agent.md +4 -4
- package/.mindforge/personas/roadmapper-extend.md +1 -1
- package/.mindforge/personas/rust-specialist.md +1 -1
- package/.mindforge/personas/security-reviewer.md +1 -1
- package/.mindforge/personas/tech-writer.md +1 -1
- package/.mindforge/personas/typescript-wizard.md +1 -1
- package/.mindforge/personas/ui-researcher.md +1 -1
- package/.mindforge/skills/accessibility/SKILL.md +3 -3
- package/.mindforge/skills/agent-architecture-audit/SKILL.md +11 -0
- package/.mindforge/skills/agent-loops/SKILL.md +1 -1
- package/.mindforge/skills/arxiv/SKILL.md +6 -6
- package/.mindforge/skills/arxiv/scripts/search_arxiv.py +114 -0
- package/.mindforge/skills/code-tour/SKILL.md +2 -2
- package/.mindforge/skills/code-wiki/SKILL.md +11 -11
- package/.mindforge/skills/code-wiki/templates/README.md +31 -0
- package/.mindforge/skills/code-wiki/templates/architecture.md +30 -0
- package/.mindforge/skills/code-wiki/templates/getting-started.md +47 -0
- package/.mindforge/skills/code-wiki/templates/module.md +38 -0
- package/.mindforge/skills/concept-diagrams/SKILL.md +6 -6
- package/.mindforge/skills/concept-diagrams/examples/apartment-floor-plan-conversion.md +244 -0
- package/.mindforge/skills/concept-diagrams/examples/automated-password-reset-flow.md +276 -0
- package/.mindforge/skills/concept-diagrams/examples/autonomous-llm-research-agent-flow.md +240 -0
- package/.mindforge/skills/concept-diagrams/examples/banana-journey-tree-to-smoothie.md +161 -0
- package/.mindforge/skills/concept-diagrams/examples/commercial-aircraft-structure.md +209 -0
- package/.mindforge/skills/concept-diagrams/examples/cpu-ooo-microarchitecture.md +236 -0
- package/.mindforge/skills/concept-diagrams/examples/electricity-grid-flow.md +182 -0
- package/.mindforge/skills/concept-diagrams/examples/feature-film-production-pipeline.md +172 -0
- package/.mindforge/skills/concept-diagrams/examples/hospital-emergency-department-flow.md +165 -0
- package/.mindforge/skills/concept-diagrams/examples/ml-benchmark-grouped-bar-chart.md +114 -0
- package/.mindforge/skills/concept-diagrams/examples/place-order-uml-sequence.md +325 -0
- package/.mindforge/skills/concept-diagrams/examples/smart-city-infrastructure.md +173 -0
- package/.mindforge/skills/concept-diagrams/examples/smartphone-layer-anatomy.md +154 -0
- package/.mindforge/skills/concept-diagrams/examples/sn2-reaction-mechanism.md +247 -0
- package/.mindforge/skills/concept-diagrams/examples/wind-turbine-structure.md +338 -0
- package/.mindforge/skills/concept-diagrams/references/dashboard-patterns.md +43 -0
- package/.mindforge/skills/concept-diagrams/references/infrastructure-patterns.md +144 -0
- package/.mindforge/skills/concept-diagrams/references/physical-shape-cookbook.md +42 -0
- package/.mindforge/skills/concept-diagrams/templates/template.html +174 -0
- package/.mindforge/skills/creative-ideation/references/full-prompt-library.md +110 -0
- package/.mindforge/skills/documentation/SKILL.md +1 -1
- package/.mindforge/skills/domain-intel/SKILL.md +7 -7
- package/.mindforge/skills/domain-intel/scripts/domain_intel.py +397 -0
- package/.mindforge/skills/duckduckgo-search/SKILL.md +17 -17
- package/.mindforge/skills/duckduckgo-search/scripts/duckduckgo.sh +28 -0
- package/.mindforge/skills/environment-management/SKILL.md +1 -1
- package/.mindforge/skills/github-code-review/SKILL.md +9 -9
- package/.mindforge/skills/github-code-review/references/review-output-template.md +74 -0
- package/.mindforge/skills/github-issues/templates/bug-report.md +35 -0
- package/.mindforge/skills/github-issues/templates/feature-request.md +31 -0
- package/.mindforge/skills/github-pr-workflow/SKILL.md +3 -3
- package/.mindforge/skills/github-pr-workflow/references/ci-troubleshooting.md +183 -0
- package/.mindforge/skills/github-pr-workflow/references/conventional-commits.md +71 -0
- package/.mindforge/skills/github-pr-workflow/templates/pr-body-bugfix.md +35 -0
- package/.mindforge/skills/github-pr-workflow/templates/pr-body-feature.md +33 -0
- package/.mindforge/skills/incident-response/SKILL.md +1 -1
- package/.mindforge/skills/jupyter-live-kernel/SKILL.md +3 -3
- package/.mindforge/skills/kanban-orchestrator/SKILL.md +10 -10
- package/.mindforge/skills/kanban-worker/SKILL.md +6 -6
- package/.mindforge/skills/meme-generation/SKILL.md +1 -1
- package/.mindforge/skills/meme-generation/scripts/generate_meme.py +470 -0
- package/.mindforge/skills/meme-generation/scripts/templates.json +97 -0
- package/.mindforge/skills/obsidian/SKILL.md +15 -15
- package/.mindforge/skills/orch-pipeline/SKILL.md +2 -2
- package/.mindforge/skills/osint-investigation/SKILL.md +3 -2
- package/.mindforge/skills/osint-investigation/references/sources/courtlistener.md +98 -0
- package/.mindforge/skills/osint-investigation/references/sources/gdelt.md +104 -0
- package/.mindforge/skills/osint-investigation/references/sources/icij-offshore.md +104 -0
- package/.mindforge/skills/osint-investigation/references/sources/nyc-acris.md +90 -0
- package/.mindforge/skills/osint-investigation/references/sources/ofac-sdn.md +92 -0
- package/.mindforge/skills/osint-investigation/references/sources/opencorporates.md +103 -0
- package/.mindforge/skills/osint-investigation/references/sources/sec-edgar.md +83 -0
- package/.mindforge/skills/osint-investigation/references/sources/senate-ld.md +89 -0
- package/.mindforge/skills/osint-investigation/references/sources/usaspending.md +97 -0
- package/.mindforge/skills/osint-investigation/references/sources/wayback.md +93 -0
- package/.mindforge/skills/osint-investigation/references/sources/wikipedia.md +107 -0
- package/.mindforge/skills/osint-investigation/scripts/_http.py +82 -0
- package/.mindforge/skills/osint-investigation/scripts/_normalize.py +67 -0
- package/.mindforge/skills/osint-investigation/scripts/build_findings.py +221 -0
- package/.mindforge/skills/osint-investigation/scripts/entity_resolution.py +228 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_courtlistener.py +149 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_gdelt.py +161 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_icij_offshore.py +234 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_nyc_acris.py +203 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_ofac_sdn.py +175 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_opencorporates.py +191 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_sec_edgar.py +184 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_senate_ld.py +146 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_usaspending.py +170 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_wayback.py +142 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_wikipedia.py +266 -0
- package/.mindforge/skills/osint-investigation/scripts/timing_analysis.py +252 -0
- package/.mindforge/skills/osint-investigation/templates/source-template.md +59 -0
- package/.mindforge/skills/oss-forensics/SKILL.md +6 -6
- package/.mindforge/skills/oss-forensics/references/evidence-types.md +89 -0
- package/.mindforge/skills/oss-forensics/references/github-archive-guide.md +184 -0
- package/.mindforge/skills/oss-forensics/references/investigation-templates.md +131 -0
- package/.mindforge/skills/oss-forensics/references/recovery-techniques.md +164 -0
- package/.mindforge/skills/oss-forensics/scripts/evidence-store.py +313 -0
- package/.mindforge/skills/oss-forensics/templates/forensic-report.md +151 -0
- package/.mindforge/skills/oss-forensics/templates/malicious-package-report.md +43 -0
- package/.mindforge/skills/pixel-art/SKILL.md +2 -2
- package/.mindforge/skills/pixel-art/references/palettes.md +49 -0
- package/.mindforge/skills/plan/SKILL.md +10 -10
- package/.mindforge/skills/requesting-code-review/SKILL.md +4 -6
- package/.mindforge/skills/research-paper-writing/SKILL.md +32 -32
- package/.mindforge/skills/research-paper-writing/references/autoreason-methodology.md +394 -0
- package/.mindforge/skills/research-paper-writing/references/checklists.md +434 -0
- package/.mindforge/skills/research-paper-writing/references/citation-workflow.md +563 -0
- package/.mindforge/skills/research-paper-writing/references/experiment-patterns.md +728 -0
- package/.mindforge/skills/research-paper-writing/references/human-evaluation.md +476 -0
- package/.mindforge/skills/research-paper-writing/references/paper-types.md +481 -0
- package/.mindforge/skills/research-paper-writing/references/reviewer-guidelines.md +433 -0
- package/.mindforge/skills/research-paper-writing/references/sources.md +191 -0
- package/.mindforge/skills/research-paper-writing/references/writing-guide.md +474 -0
- package/.mindforge/skills/research-paper-writing/templates/README.md +251 -0
- package/.mindforge/skills/scrapling/SKILL.md +1 -1
- package/.mindforge/skills/security-review/SKILL.md +1 -1
- package/.mindforge/skills/sherlock/SKILL.md +1 -1
- package/.mindforge/skills/simplify-code/SKILL.md +5 -7
- package/.mindforge/skills/spike/SKILL.md +11 -13
- package/.mindforge/skills/subagent-driven-development/SKILL.md +7 -11
- package/.mindforge/skills/subagent-driven-development/references/context-budget-discipline.md +53 -0
- package/.mindforge/skills/subagent-driven-development/references/gates-taxonomy.md +93 -0
- package/.mindforge/skills/systematic-debugging/SKILL.md +13 -14
- package/.mindforge/skills/test-driven-development/SKILL.md +7 -8
- package/.mindforge/skills/testing-standards/SKILL.md +1 -1
- package/.mindforge/skills/web-pentest/SKILL.md +2 -2
- package/.mindforge/skills/web-pentest/references/bypass-techniques.md +133 -0
- package/.mindforge/skills/web-pentest/references/exploitation-techniques.md +204 -0
- package/.mindforge/skills/web-pentest/references/scope-enforcement.md +110 -0
- package/.mindforge/skills/web-pentest/references/vuln-taxonomy.md +81 -0
- package/.mindforge/skills/web-pentest/templates/authorization.md +69 -0
- package/.mindforge/skills/web-pentest/templates/pentest-report.md +178 -0
- package/.mindforge/skills/writing-skills/SKILL.md +4 -3
- package/CHANGELOG.md +35 -0
- package/MINDFORGE.md +3 -3
- package/README.md +9 -7
- package/RELEASENOTES.md +65 -2
- package/SECURITY.md +5 -3
- package/bin/autonomous/auto-runner.js +5 -2
- package/bin/engine/skill-loader.js +4 -0
- package/bin/governance/rbac.js +4 -0
- package/bin/memory/eis-client.js +1 -0
- package/bin/mindforge-cli.js +5 -0
- package/bin/models/bedrock-provider.js +192 -0
- package/bin/models/model-client.js +19 -0
- package/bin/spawn-agent.js +9 -2
- package/docs/commands-reference.md +68 -6
- package/docs/faq.md +38 -1
- package/docs/getting-started.md +27 -12
- package/docs/sdk-reference.md +36 -3
- package/docs/troubleshooting.md +59 -1
- package/docs/user-guide.md +7 -4
- package/package.json +3 -3
- package/.claude/commands/mindforge/skill-tdd.md +0 -53
- package/.claude/commands/mindforge/skills-index.md +0 -118
- package/.claude/commands/mindforge/systematic-debug.md +0 -60
- package/.claude/commands/mindforge/wf-accessibility-audit.md +0 -31
- package/.claude/commands/mindforge/wf-ai-model-eval.md +0 -31
- package/.claude/commands/mindforge/wf-api-migration.md +0 -31
- package/.claude/commands/mindforge/wf-architecture-modernization.md +0 -32
- package/.claude/commands/mindforge/wf-catalog.md +0 -59
- package/.claude/commands/mindforge/wf-code-audit.md +0 -31
- package/.claude/commands/mindforge/wf-code-explainer.md +0 -31
- package/.claude/commands/mindforge/wf-competitive-analysis.md +0 -31
- package/.claude/commands/mindforge/wf-competitive-teardown.md +0 -31
- package/.claude/commands/mindforge/wf-cost-analysis.md +0 -31
- package/.claude/commands/mindforge/wf-data-pipeline-validate.md +0 -31
- package/.claude/commands/mindforge/wf-database-migration.md +0 -31
- package/.claude/commands/mindforge/wf-debug-detective.md +0 -32
- package/.claude/commands/mindforge/wf-design-system-audit.md +0 -31
- package/.claude/commands/mindforge/wf-documentation-gen.md +0 -31
- package/.claude/commands/mindforge/wf-feature-planner.md +0 -31
- package/.claude/commands/mindforge/wf-incident-response.md +0 -31
- package/.claude/commands/mindforge/wf-multi-repo-sync.md +0 -31
- package/.claude/commands/mindforge/wf-mutation-testing.md +0 -31
- package/.claude/commands/mindforge/wf-onboard-codebase.md +0 -31
- package/.claude/commands/mindforge/wf-perf-optimize.md +0 -31
- package/.claude/commands/mindforge/wf-pr-review.md +0 -31
- package/.claude/commands/mindforge/wf-refactor-plan.md +0 -31
- package/.claude/commands/mindforge/wf-release-prep.md +0 -31
- package/.claude/commands/mindforge/wf-security-threat-model.md +0 -31
- package/.claude/commands/mindforge/wf-tdd-sprint.md +0 -31
- package/.claude/commands/mindforge/wf-tech-evaluation.md +0 -31
- package/.claude/commands/mindforge/wf-ux-heuristic-audit.md +0 -31
- package/.claude/commands/mindforge/wf-writer-reviewer.md +0 -30
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<title>Concept Diagram</title>
|
|
7
|
+
<style>
|
|
8
|
+
:root {
|
|
9
|
+
--text-primary: #1a1a18;
|
|
10
|
+
--text-secondary: #5f5e5a;
|
|
11
|
+
--text-tertiary: #88877f;
|
|
12
|
+
--bg-primary: #ffffff;
|
|
13
|
+
--bg-secondary: #f6f5f0;
|
|
14
|
+
--bg-tertiary: #eeedeb;
|
|
15
|
+
--border: rgba(0,0,0,0.15);
|
|
16
|
+
--border-hover: rgba(0,0,0,0.3);
|
|
17
|
+
}
|
|
18
|
+
@media (prefers-color-scheme: dark) {
|
|
19
|
+
:root {
|
|
20
|
+
--text-primary: #e8e6de;
|
|
21
|
+
--text-secondary: #b4b2a9;
|
|
22
|
+
--text-tertiary: #888780;
|
|
23
|
+
--bg-primary: #1a1a18;
|
|
24
|
+
--bg-secondary: #2c2c2a;
|
|
25
|
+
--bg-tertiary: #3d3d3a;
|
|
26
|
+
--border: rgba(255,255,255,0.15);
|
|
27
|
+
--border-hover: rgba(255,255,255,0.3);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
31
|
+
body {
|
|
32
|
+
font-family: system-ui, -apple-system, sans-serif;
|
|
33
|
+
background: var(--bg-tertiary);
|
|
34
|
+
display: flex;
|
|
35
|
+
justify-content: center;
|
|
36
|
+
align-items: flex-start;
|
|
37
|
+
min-height: 100vh;
|
|
38
|
+
padding: 40px 20px;
|
|
39
|
+
}
|
|
40
|
+
.card {
|
|
41
|
+
background: var(--bg-primary);
|
|
42
|
+
border-radius: 16px;
|
|
43
|
+
padding: 32px;
|
|
44
|
+
max-width: 780px;
|
|
45
|
+
width: 100%;
|
|
46
|
+
box-shadow: 0 1px 3px rgba(0,0,0,0.08);
|
|
47
|
+
}
|
|
48
|
+
h1 {
|
|
49
|
+
font-size: 18px;
|
|
50
|
+
font-weight: 500;
|
|
51
|
+
color: var(--text-primary);
|
|
52
|
+
margin-bottom: 8px;
|
|
53
|
+
}
|
|
54
|
+
.subtitle {
|
|
55
|
+
font-size: 13px;
|
|
56
|
+
color: var(--text-tertiary);
|
|
57
|
+
margin-bottom: 24px;
|
|
58
|
+
}
|
|
59
|
+
svg { width: 100%; height: auto; }
|
|
60
|
+
|
|
61
|
+
/* === SVG Design System Classes === */
|
|
62
|
+
|
|
63
|
+
/* Text classes */
|
|
64
|
+
.t { font-family: system-ui, -apple-system, sans-serif; font-size: 14px; fill: var(--text-primary); }
|
|
65
|
+
.ts { font-family: system-ui, -apple-system, sans-serif; font-size: 12px; fill: var(--text-secondary); }
|
|
66
|
+
.th { font-family: system-ui, -apple-system, sans-serif; font-size: 14px; fill: var(--text-primary); font-weight: 500; }
|
|
67
|
+
|
|
68
|
+
/* Neutral box */
|
|
69
|
+
.box { fill: var(--bg-secondary); stroke: var(--border); stroke-width: 0.5px; }
|
|
70
|
+
|
|
71
|
+
/* Arrow */
|
|
72
|
+
.arr { stroke: var(--text-secondary); stroke-width: 1.5px; fill: none; }
|
|
73
|
+
|
|
74
|
+
/* Leader line */
|
|
75
|
+
.leader { stroke: var(--text-tertiary); stroke-width: 0.5px; stroke-dasharray: 4 3; fill: none; }
|
|
76
|
+
|
|
77
|
+
/* Clickable node */
|
|
78
|
+
.node { cursor: pointer; transition: opacity 0.15s; }
|
|
79
|
+
.node:hover { opacity: 0.82; }
|
|
80
|
+
|
|
81
|
+
/* === Color Ramp Classes (light mode) === */
|
|
82
|
+
.c-purple > rect, .c-purple > circle, .c-purple > ellipse { fill: #EEEDFE; stroke: #534AB7; }
|
|
83
|
+
.c-purple > .th, .c-purple > text.th { fill: #3C3489; }
|
|
84
|
+
.c-purple > .ts, .c-purple > text.ts { fill: #534AB7; }
|
|
85
|
+
.c-purple > .t, .c-purple > text.t { fill: #3C3489; }
|
|
86
|
+
|
|
87
|
+
.c-teal > rect, .c-teal > circle, .c-teal > ellipse { fill: #E1F5EE; stroke: #0F6E56; }
|
|
88
|
+
.c-teal > .th, .c-teal > text.th { fill: #085041; }
|
|
89
|
+
.c-teal > .ts, .c-teal > text.ts { fill: #0F6E56; }
|
|
90
|
+
.c-teal > .t, .c-teal > text.t { fill: #085041; }
|
|
91
|
+
|
|
92
|
+
.c-coral > rect, .c-coral > circle, .c-coral > ellipse { fill: #FAECE7; stroke: #993C1D; }
|
|
93
|
+
.c-coral > .th, .c-coral > text.th { fill: #712B13; }
|
|
94
|
+
.c-coral > .ts, .c-coral > text.ts { fill: #993C1D; }
|
|
95
|
+
.c-coral > .t, .c-coral > text.t { fill: #712B13; }
|
|
96
|
+
|
|
97
|
+
.c-pink > rect, .c-pink > circle, .c-pink > ellipse { fill: #FBEAF0; stroke: #993556; }
|
|
98
|
+
.c-pink > .th, .c-pink > text.th { fill: #72243E; }
|
|
99
|
+
.c-pink > .ts, .c-pink > text.ts { fill: #993556; }
|
|
100
|
+
.c-pink > .t, .c-pink > text.t { fill: #72243E; }
|
|
101
|
+
|
|
102
|
+
.c-gray > rect, .c-gray > circle, .c-gray > ellipse { fill: #F1EFE8; stroke: #5F5E5A; }
|
|
103
|
+
.c-gray > .th, .c-gray > text.th { fill: #444441; }
|
|
104
|
+
.c-gray > .ts, .c-gray > text.ts { fill: #5F5E5A; }
|
|
105
|
+
.c-gray > .t, .c-gray > text.t { fill: #444441; }
|
|
106
|
+
|
|
107
|
+
.c-blue > rect, .c-blue > circle, .c-blue > ellipse { fill: #E6F1FB; stroke: #185FA5; }
|
|
108
|
+
.c-blue > .th, .c-blue > text.th { fill: #0C447C; }
|
|
109
|
+
.c-blue > .ts, .c-blue > text.ts { fill: #185FA5; }
|
|
110
|
+
.c-blue > .t, .c-blue > text.t { fill: #0C447C; }
|
|
111
|
+
|
|
112
|
+
.c-green > rect, .c-green > circle, .c-green > ellipse { fill: #EAF3DE; stroke: #3B6D11; }
|
|
113
|
+
.c-green > .th, .c-green > text.th { fill: #27500A; }
|
|
114
|
+
.c-green > .ts, .c-green > text.ts { fill: #3B6D11; }
|
|
115
|
+
.c-green > .t, .c-green > text.t { fill: #27500A; }
|
|
116
|
+
|
|
117
|
+
.c-amber > rect, .c-amber > circle, .c-amber > ellipse { fill: #FAEEDA; stroke: #854F0B; }
|
|
118
|
+
.c-amber > .th, .c-amber > text.th { fill: #633806; }
|
|
119
|
+
.c-amber > .ts, .c-amber > text.ts { fill: #854F0B; }
|
|
120
|
+
.c-amber > .t, .c-amber > text.t { fill: #633806; }
|
|
121
|
+
|
|
122
|
+
.c-red > rect, .c-red > circle, .c-red > ellipse { fill: #FCEBEB; stroke: #A32D2D; }
|
|
123
|
+
.c-red > .th, .c-red > text.th { fill: #791F1F; }
|
|
124
|
+
.c-red > .ts, .c-red > text.ts { fill: #A32D2D; }
|
|
125
|
+
.c-red > .t, .c-red > text.t { fill: #791F1F; }
|
|
126
|
+
|
|
127
|
+
/* === Dark mode overrides === */
|
|
128
|
+
@media (prefers-color-scheme: dark) {
|
|
129
|
+
.c-purple > rect, .c-purple > circle, .c-purple > ellipse { fill: #3C3489; stroke: #AFA9EC; }
|
|
130
|
+
.c-purple > .th, .c-purple > text.th { fill: #CECBF6; }
|
|
131
|
+
.c-purple > .ts, .c-purple > text.ts { fill: #AFA9EC; }
|
|
132
|
+
|
|
133
|
+
.c-teal > rect, .c-teal > circle, .c-teal > ellipse { fill: #085041; stroke: #5DCAA5; }
|
|
134
|
+
.c-teal > .th, .c-teal > text.th { fill: #9FE1CB; }
|
|
135
|
+
.c-teal > .ts, .c-teal > text.ts { fill: #5DCAA5; }
|
|
136
|
+
|
|
137
|
+
.c-coral > rect, .c-coral > circle, .c-coral > ellipse { fill: #712B13; stroke: #F0997B; }
|
|
138
|
+
.c-coral > .th, .c-coral > text.th { fill: #F5C4B3; }
|
|
139
|
+
.c-coral > .ts, .c-coral > text.ts { fill: #F0997B; }
|
|
140
|
+
|
|
141
|
+
.c-pink > rect, .c-pink > circle, .c-pink > ellipse { fill: #72243E; stroke: #ED93B1; }
|
|
142
|
+
.c-pink > .th, .c-pink > text.th { fill: #F4C0D1; }
|
|
143
|
+
.c-pink > .ts, .c-pink > text.ts { fill: #ED93B1; }
|
|
144
|
+
|
|
145
|
+
.c-gray > rect, .c-gray > circle, .c-gray > ellipse { fill: #444441; stroke: #B4B2A9; }
|
|
146
|
+
.c-gray > .th, .c-gray > text.th { fill: #D3D1C7; }
|
|
147
|
+
.c-gray > .ts, .c-gray > text.ts { fill: #B4B2A9; }
|
|
148
|
+
|
|
149
|
+
.c-blue > rect, .c-blue > circle, .c-blue > ellipse { fill: #0C447C; stroke: #85B7EB; }
|
|
150
|
+
.c-blue > .th, .c-blue > text.th { fill: #B5D4F4; }
|
|
151
|
+
.c-blue > .ts, .c-blue > text.ts { fill: #85B7EB; }
|
|
152
|
+
|
|
153
|
+
.c-green > rect, .c-green > circle, .c-green > ellipse { fill: #27500A; stroke: #97C459; }
|
|
154
|
+
.c-green > .th, .c-green > text.th { fill: #C0DD97; }
|
|
155
|
+
.c-green > .ts, .c-green > text.ts { fill: #97C459; }
|
|
156
|
+
|
|
157
|
+
.c-amber > rect, .c-amber > circle, .c-amber > ellipse { fill: #633806; stroke: #EF9F27; }
|
|
158
|
+
.c-amber > .th, .c-amber > text.th { fill: #FAC775; }
|
|
159
|
+
.c-amber > .ts, .c-amber > text.ts { fill: #EF9F27; }
|
|
160
|
+
|
|
161
|
+
.c-red > rect, .c-red > circle, .c-red > ellipse { fill: #791F1F; stroke: #F09595; }
|
|
162
|
+
.c-red > .th, .c-red > text.th { fill: #F7C1C1; }
|
|
163
|
+
.c-red > .ts, .c-red > text.ts { fill: #F09595; }
|
|
164
|
+
}
|
|
165
|
+
</style>
|
|
166
|
+
</head>
|
|
167
|
+
<body>
|
|
168
|
+
<div class="card">
|
|
169
|
+
<h1><!-- DIAGRAM TITLE HERE --></h1>
|
|
170
|
+
<p class="subtitle"><!-- OPTIONAL SUBTITLE HERE --></p>
|
|
171
|
+
<!-- PASTE SVG HERE -->
|
|
172
|
+
</div>
|
|
173
|
+
</body>
|
|
174
|
+
</html>
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
# Full Prompt Library
|
|
2
|
+
|
|
3
|
+
Extended constraint library beyond the core set in SKILL.md. Load these when the user wants more variety or a specific category.
|
|
4
|
+
|
|
5
|
+
## Communication & Connection
|
|
6
|
+
|
|
7
|
+
**Create a means of distribution:**
|
|
8
|
+
The project works when you can use what you made to give something to somebody else.
|
|
9
|
+
|
|
10
|
+
**Make a way to communicate:**
|
|
11
|
+
The project works when you can hold a conversation with someone else using what you created. Not chat — something weirder.
|
|
12
|
+
|
|
13
|
+
**Write a love letter:**
|
|
14
|
+
To a person, a programming language, a game, a place, a tool. On paper, in code, in music, in light. Mail it.
|
|
15
|
+
|
|
16
|
+
**Mail chess / Asynchronous games:**
|
|
17
|
+
Something turn-based played with no time limit. No requirement to be there at the same time. The game happens in the gaps.
|
|
18
|
+
|
|
19
|
+
**Twitch plays X:**
|
|
20
|
+
A group of people share control over something. Collective input, emergent behavior.
|
|
21
|
+
|
|
22
|
+
## Screens & Interfaces
|
|
23
|
+
|
|
24
|
+
**Something for your desktop:**
|
|
25
|
+
You spend a lot of time there. Spruce it up. A custom clock, a pet that lives in your terminal, a wallpaper that changes based on your git activity.
|
|
26
|
+
|
|
27
|
+
**One screen, two screen, old screen, new screen:**
|
|
28
|
+
Take something you associate with one screen and put it on a very different one. DOOM on a smart fridge. A spreadsheet on a watch. A terminal in a painting.
|
|
29
|
+
|
|
30
|
+
**Make a mirror:**
|
|
31
|
+
Something that reflects the viewer back at themselves. A website that shows your browsing history. A CLI that prints your git sins.
|
|
32
|
+
|
|
33
|
+
## Philosophy & Concept
|
|
34
|
+
|
|
35
|
+
**Code as koan, koan as code:**
|
|
36
|
+
What is the sound of one hand clapping? A program that answers a question it wasn't asked. A function that returns before it's called.
|
|
37
|
+
|
|
38
|
+
**The useless tree:**
|
|
39
|
+
Make something useless. Deliberately, completely, beautifully useless. No utility. No purpose. No point. That's the point.
|
|
40
|
+
|
|
41
|
+
**Artificial stupidity:**
|
|
42
|
+
Make fun of AI by showcasing its faults. Mistrain it. Lie to it. Build the opposite of what AI is supposed to be good at.
|
|
43
|
+
|
|
44
|
+
**"I use technology in order to hate it properly":**
|
|
45
|
+
Make something inspired by the tension between loving and hating your tools.
|
|
46
|
+
|
|
47
|
+
**The more things change, the more they stay the same:**
|
|
48
|
+
Reflect on time, difference, and similarity.
|
|
49
|
+
|
|
50
|
+
## Transformation
|
|
51
|
+
|
|
52
|
+
**Translate:**
|
|
53
|
+
Take something meant for one audience and make it understandable by another. A research paper as a children's book. An API as a board game. A song as an architecture diagram.
|
|
54
|
+
|
|
55
|
+
**I mean, I GUESS you could store something that way:**
|
|
56
|
+
The project works when you can save and open something. Store data in DNS caches. Encode a novel in emoji. Write a file system on top of something that isn't a file system.
|
|
57
|
+
|
|
58
|
+
**I mean, I GUESS those could be pixels:**
|
|
59
|
+
The project works when you can display an image. Render anything visual in a medium that wasn't meant for rendering.
|
|
60
|
+
|
|
61
|
+
## Identity & Reflection
|
|
62
|
+
|
|
63
|
+
**Make a self-portrait:**
|
|
64
|
+
Be yourself? Be fake? Be real? In code, in data, in sound, in a directory structure.
|
|
65
|
+
|
|
66
|
+
**Make a pun:**
|
|
67
|
+
The stupider the better. Physical, digital, linguistic, visual. The project IS the joke.
|
|
68
|
+
|
|
69
|
+
**Doors, walls, borders, barriers, boundaries:**
|
|
70
|
+
Things that intermediate two places: opening, closing, permeating, excluding, combining.
|
|
71
|
+
|
|
72
|
+
## Scale & Repetition
|
|
73
|
+
|
|
74
|
+
**Lists!:**
|
|
75
|
+
Itemizations, taxonomies, exhaustive recountings, iterations. This one. A list of list of lists.
|
|
76
|
+
|
|
77
|
+
**Did you mean *recursion*?**
|
|
78
|
+
Did you mean recursion?
|
|
79
|
+
|
|
80
|
+
**Animals:**
|
|
81
|
+
Lions, and tigers, and bears. Crab logic gates. Fish plays the stock market.
|
|
82
|
+
|
|
83
|
+
**Cats:**
|
|
84
|
+
Where would the internet be without them.
|
|
85
|
+
|
|
86
|
+
## Starting Points
|
|
87
|
+
|
|
88
|
+
**An idea that comes from a book:**
|
|
89
|
+
Read something. Make something inspired by it.
|
|
90
|
+
|
|
91
|
+
**Go to a museum:**
|
|
92
|
+
Project ensues.
|
|
93
|
+
|
|
94
|
+
**NPC loot:**
|
|
95
|
+
What do you drop when you die? What do you take on your journey? Build the item.
|
|
96
|
+
|
|
97
|
+
**Mythological objects and entities:**
|
|
98
|
+
Pandora's box, the ocarina of time, the palantir. Build the artifact.
|
|
99
|
+
|
|
100
|
+
**69:**
|
|
101
|
+
Nice. Make something with the joke being the number 69.
|
|
102
|
+
|
|
103
|
+
**Office Space printer scene:**
|
|
104
|
+
Capture the same energy. Channel the catharsis of destroying the thing that frustrates you.
|
|
105
|
+
|
|
106
|
+
**Borges week:**
|
|
107
|
+
Something inspired by the Argentine. The library of babel. The map that is the territory.
|
|
108
|
+
|
|
109
|
+
**Lights!:**
|
|
110
|
+
LED throwies, light installations, illuminated anything. Make something that glows.
|
|
@@ -3,7 +3,7 @@ name: documentation
|
|
|
3
3
|
version: 1.0.0
|
|
4
4
|
min_mindforge_version: 0.1.0
|
|
5
5
|
status: stable
|
|
6
|
-
triggers: README, docs, documentation, changelog,
|
|
6
|
+
triggers: README, docs, documentation, changelog, guide, getting started, API docs, comment, JSDoc, docstring, explain, describe
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# Skill — Documentation
|
|
@@ -53,16 +53,16 @@ python3 SKILL_DIR/scripts/domain_intel.py bulk example.com github.com --checks s
|
|
|
53
53
|
## When to use this vs built-in tools
|
|
54
54
|
|
|
55
55
|
- **Use this skill** for infrastructure questions: subdomains, SSL certs, WHOIS, DNS records, availability
|
|
56
|
-
- **Use `
|
|
57
|
-
- **Use `
|
|
58
|
-
- **Use `
|
|
56
|
+
- **Use `WebSearch`** for general research about what a domain/company does
|
|
57
|
+
- **Use `WebFetch`** to get the actual content of a webpage
|
|
58
|
+
- **Use `Bash` with `curl -I`** for a simple "is this URL reachable" check
|
|
59
59
|
|
|
60
60
|
| Task | Better tool | Why |
|
|
61
61
|
|------|-------------|-----|
|
|
62
|
-
| "What does example.com do?" | `
|
|
63
|
-
| "Find info about a company" | `
|
|
64
|
-
| "Is this website safe?" | `
|
|
65
|
-
| "Check if a URL is reachable" | `
|
|
62
|
+
| "What does example.com do?" | `WebFetch` | Gets page content, not DNS/WHOIS data |
|
|
63
|
+
| "Find info about a company" | `WebSearch` | General research, not domain-specific |
|
|
64
|
+
| "Is this website safe?" | `WebSearch` | Reputation checks need web context |
|
|
65
|
+
| "Check if a URL is reachable" | `Bash` with `curl -I` | Simple HTTP check |
|
|
66
66
|
| "Find subdomains of X" | **This skill** | Only passive source for this |
|
|
67
67
|
| "When does the SSL cert expire?" | **This skill** | Built-in tools can't inspect TLS |
|
|
68
68
|
| "Who registered this domain?" | **This skill** | WHOIS data not in web search |
|