Add interactive-brokers community pack#8
Open
piersdd wants to merge 2 commits intoGroupthink-dev:mainfrom
Open
Add interactive-brokers community pack#8piersdd wants to merge 2 commits intoGroupthink-dev:mainfrom
piersdd wants to merge 2 commits intoGroupthink-dev:mainfrom
Conversation
Read-only brokerage analysis pack against Interactive Brokers Client Portal Gateway. Single agent, 3 skills, 3 pack-local guardrails. Demonstrates pack-spec v1.7 features: - Pack-local guardrails (DD-145) - Agent trust model compatibility (DD-146) - Structured service requirements with brokerage-v1 contract Shadow mode config included for future execution skills (v2). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Pack Validation❌ Failed — found 1 error(s):
Please fix the errors above and push again. See the pack spec for reference. |
Pack Validation✅ Passed — 1 pack file(s) validated successfully. |
Security Scan✅ Passed — 1 pack file(s) scanned. No security findings. |
Add security scanning to the validation pipeline:
- scripts/security-scan.js runs SINJ injection detection and
cross-pack clone detection (trigram Jaccard) on all packs
- Per-pack exceptions in plugins/scan-exceptions/{name}.json
- GitHub Actions step after manifest validation, fails on
critical/high findings
- Makefile scan-packs target, added to validate-all
Cloudflare-edge-platform gets SINJ-003 exception (legitimate URL
references in infrastructure skill prompts).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5eb0aaa to
e637be1
Compare
Pack Validation✅ Passed — 1 pack file(s) validated successfully. |
Security Scan✅ Passed — 1 pack file(s) scanned. No security findings. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Community-submitted pack for Interactive Brokers brokerage analysis.
ib-analyst(operator) — read-only portfolio and market analysisportfolio-snapshot,market-scan,morning-briefbrokerage-v1(read-only subset)Read-only MVP — no order placement, no account modification. Designed to validate the DD-146 community agent trust model and DD-145 guardrails pipeline.
Author
@piersdd — community contributor
Notes
This pack uses
pack: "1.7"which requires the pack-spec schema bump (DD-145 Phase 0). Schema validation will flag this until the spec is updated — this is expected and proves the pipeline catches version mismatches.