Trouve une issue
Cherche par langage, niveau ou dépôt — puis ouvre celle qui te parle vraiment.
553 issues · page 12/19
Emit Codex artifacts from compiled package output
## Problem statement Codex needs provider-visible context and skill layout that matches its conventions. The compiler …
Add Auggie provider adapter
## Goal Add Auggie / Augment Code as a Lineage provider target. ## Why Auggie is Augment Code's terminal-based codin…
[Feature]: Add Fear and Greed Crypto Sentiment Index Tool (Python)
### Description Create a Python tool in `tools/crypto_fear_greed_index/` that fetches the daily Crypto Fear and Greed I…
[Feature]: Add DefiLlama Protocol TVL & Yields Explorer Tool (TypeScript)
### Description Create a TypeScript tool in `tools/defillama_tvl_ts/` that queries the free DefiLlama REST API to fetch…
Support setup templates for local tracker files
## Goal Support package setup templates for local tracker files. ## Why Some agent workflows need structured local n…
bug(doctor): validate TOML and YAML client configs, not just JSON
## Problem `pharos doctor` validates client config files for syntax errors, but only handles JSON formats. Now that Ph…
good first issue: Add Go client example
## Context From [.github/GOOD_FIRST_ISSUES.md](https://github.com/NeuralTrust/TrustGate/blob/main/.github/GOOD_FIRST_IS…
good first issue: Add Anthropic SDK example
## Context From [.github/GOOD_FIRST_ISSUES.md](https://github.com/NeuralTrust/TrustGate/blob/main/.github/GOOD_FIRST_IS…
good first issue: Document plugin configuration options
## Context From [.github/GOOD_FIRST_ISSUES.md](https://github.com/NeuralTrust/TrustGate/blob/main/.github/GOOD_FIRST_IS…
Support Response API
chore: add Makefile and golangci-lint configuration
## Problem The project has no Makefile or linter config. CI runs `go vet` but no linter. A Makefile with standard targ…
feat(init): add streamable-http transport option
## Problem `pharos init` only offers `stdio` and `http-sse` as transport options (cmd/init.go:69). The MCP spec has mo…
good first issue: Add TypeScript/Node.js SDK example
## Context From [.github/GOOD_FIRST_ISSUES.md](https://github.com/NeuralTrust/TrustGate/blob/main/.github/GOOD_FIRST_IS…
Adapter wanted: Humanloop (to_openeval() / from_openeval())
Humanloop (`pip install humanloop`, currently 0.8.38, actively released) is a genuinely good fit for a `good first issu…
Agents: `admin_deactivate_agent` and `flag_agent` share duplicated admin-check code
## Context The same seven-line load-admin-and-compare block appears in `flag_agent`, `admin_deactivate_agent`, and `tr…
Help wanted: benchmark AI *skills* (not models) — the Hell Heaven Benchmark [bleeding edge]
## We're benchmarking *skills*, not models — and we've never seen anyone do it this way. Everyone benchmarks **models*…
Feat: Contributed Repositories to OWASP Certificate of Contribution
The certificate currently displays the number of repositories (e.g. “6 Repositories”), but does not provide any indicat…
Replace `border-l-2` accent stripe in AdminSidebar with background-fill approach
**Description:** The admin sidebar uses `border-l-2` with `border-primary` on the active nav item. This is the #1 banne…
Update README to current launch steps
Rewrite README to reflect **current launch steps**. Nice **user-friendly** step by step that is up to date. **Recreate …
good first issue: Improve Admin API error messages
## Context From [.github/GOOD_FIRST_ISSUES.md](https://github.com/NeuralTrust/TrustGate/blob/main/.github/GOOD_FIRST_IS…
test: add unit tests for critical CLI commands (audit, doctor, update, import)
## Problem 19 of the CLI's command files have zero test coverage, including critical user-facing commands: - `audit.go…
In-memory judge concurrency queue is a no-op on Workers (misleading)
**Severity:** Low (cosmetic) `src/lib/judge.ts:19-44` keeps a module-level `activeJobs`/`jobQueue` semaphore. Workers …
Populate new polls as they are posted
It would be a nice feature to automatically show new polls when they are posted. For organized events such as spring ev…
[Feature Request / Improvement] Integrasi Dynamic Data & Kudos untuk Optimasi SEO!
### 🌟 Kudos & Appreciations Sebelumnya mantap banget buat optimasi SEO web portofolio ini! Branding personal **"Program…
test: use RFC 5737 documentation IP ranges instead of RFC 1918 in sanitization tests
## Outcome or problem Several tests use RFC 1918 private-range IP addresses (e.g., `10.0.0.5`) embedded in synthetic b…
rateLimits table rows are never pruned
**Severity:** Low `src/server/rateLimit.ts` accumulates per-IP/per-email/per-user keys in D1 with no cleanup. Each key…
Add a pseudo-locale / text-expansion check for the app's i18n bundles
## Summary `docs/good-first-issues.md` already names this as wanted work: "A pseudo-locale or text-expansion check to …
Add Github issue and pull request templates
Add structured templates for bug reports, feature requests, and pull requests under `.github/`. Acceptance criteria: …
Register endpoint missing length caps on prn, srn, password
**Severity:** Low `src/app/api/auth/register/route.ts:71-79`: `prn` and `srn` accept any non-empty string (no length/f…
Machine becomes stuck when the bootspec lookup fails
### Description ### Problem When the gRPC call to metal-api's BootService fails, pixie logs the error and serves noth…