§ Solutions

Different disciplines. Different truth.

Pentest, bug bounty, own-source bug hunt, mobile/APK, reverse engineering and PR audit are different flows. SecHive treats them as distinct run modes with distinct evidence standards.

§ 02 — Run modes

Six modes. One proof standard.

Each run mode activates a distinct set of skills, evidence standards and report templates. The proof pack format is identical across modes — what changes is what gets tested and how findings are scoped.

RUN.01Engagement

Pentest

Scoped engagements with approval checkpoints and a deliverable that survives client review. Scope policy loaded before first probe.

Skills activeSK.01–SK.06, SK.09–10
Evidence standardfull chain
Report templatepentest
Open mode
RUN.02External

Bug Bounty

HackerOne-shaped reports with deterministic repro, CVSS scoring, and public-safe redaction by default.

Skills activeSK.01–SK.06, SK.09–10
Evidence standardpublic-safe
Report templateHackerOne
Open mode
RUN.03Internal

Own-Source Bug Hunt

Source-uploaded analysis with strict separation between candidate suspicion and validated runtime finding until proof exists.

Skills activeSK.01–SK.06, SK.09–10
Evidence standardsource + runtime
Report templatesource audit
Open mode
RUN.04Mobile

APK / Mobile Review

Exported components, broadcast paths and binder surfaces. Static analysis corroborated by runtime evidence before promotion.

Skills activeSK.07, SK.09–10
Evidence standardstatic + runtime
Report templatemobile
production
RUN.05Binary

Reverse Engineering

Binary triage, anti-tamper inspection, protocol-field reasoning. Reproduction over speed. Negative evidence retained throughout.

Skills activeSK.08, SK.09–10
Evidence standardbinary + protocol
Report templateRE
production
RUN.06CI

PR Audit

Diff-aware reasoning at pull-request time. Designed to catch regressions and novel patterns without flooding reviewers with noise.

Skills activeSK.01, SK.04, SK.09–10
Evidence standarddiff-scoped
Report templatePR diff
production
§ 03 — Common ground

Same proof standard. Every mode.

The mode changes the skills activated and the report template. The chain of evidence — sha256 artifacts, cosigned attestation, replay scripts, retained negatives — is identical across all six.

INVARIANT.A

Scope guard

scope_guard runs pre-flight on every mode. Out-of-scope actions are hard-blocked at the skill level, not just logged.

INVARIANT.B

Signed attestation

Every promoted finding is accompanied by a cosign-signed report.attestation.json bound to the sha256 artifact index.

INVARIANT.C

Deterministic replay

Every finding ships with a replay.sh. A reviewer on any matching lab can reproduce the finding without re-running the full pipeline.

Skills × modes matrix
Skill Pentest Bug Bounty Source Mobile RE PR Audit
SK.01 recon_router
SK.02 bizlogic_hunter
SK.03 api_security
SK.04 validation_bypass
SK.05 cross_domain_logic
SK.06 poc_validator
SK.07 apk_inspector
SK.08 re_triage
SK.09 scope_guard
SK.10 report_renderer

Pick a mode. Bring a scope.

The fastest evaluation path is a pilot against a real authorized target in the run mode you care about most.