https://github.com/alexisbeaulieu97/untaped-jira
· scanned 2026-06-17 01:31 UTC (1 month, 2 weeks ago)
6 raw signals (0 security + 6 graph)
Last scanned 1 month, 2 weeks ago · v2 · last Δ -0.2 (diff) · 4 actionable findings from 1 signal source. 2 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 207 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.
| Label | Layer | Status | Path |
|---|---|---|---|
_reset_settings_cache |
software | healthy | tests/conftest.py:17 |
jira_config |
software | healthy | tests/conftest.py:29 |
test_jira_plugin_entry_point_is_declared |
software | healthy | tests/unit/test_plugin_entrypoint.py:23 |
test_jira_plugin_declares_untaped_api_version |
software | healthy | tests/unit/test_plugin_entrypoint.py:31 |
test_jira_plugin_manifest_declares_all_contributions |
software | healthy | tests/unit/test_plugin_entrypoint.py:35 |
test_importing_plugin_module_does_not_import_cli_commands |
software | healthy | tests/unit/test_plugin_entrypoint.py:51 |
test_root_app_can_register_jira_plugin |
software | healthy | tests/unit/test_plugin_entrypoint.py:68 |
test_jira_plugin_manifest_registers_cleanly |
software | healthy | tests/unit/test_plugin_entrypoint.py:77 |
test_root_app_skills_list_includes_registered_jira_skill |
software | healthy | tests/unit/test_plugin_entrypoint.py:91 |
test_config_list_includes_registered_jira_settings |
software | healthy | tests/unit/test_plugin_entrypoint.py:100 |
test_config_list_redacts_jira_token |
software | healthy | tests/unit/test_plugin_entrypoint.py:112 |
test_jira_token_can_be_loaded_from_env |
software | healthy | tests/unit/test_plugin_entrypoint.py:124 |
test_jira_settings_reject_blank_assigned_jql |
software | healthy | tests/unit/test_plugin_entrypoint.py:140 |
test_project_list_outputs_project_keys |
software | healthy | tests/unit/test_cli_lookup.py:14 |
test_project_get_outputs_one_project |
software | healthy | tests/unit/test_cli_lookup.py:27 |
test_project_get_missing_key_is_usage_error |
software | healthy | tests/unit/test_cli_lookup.py:40 |
test_board_list_filters_by_project |
software | healthy | tests/unit/test_cli_lookup.py:48 |
test_sprint_list_uses_configured_default_board |
software | healthy | tests/unit/test_cli_lookup.py:70 |
test_me_reads_authenticated_jira_user |
software | healthy | tests/unit/test_cli_issue.py:15 |
test_me_honors_global_ui_collection_view_for_table_output |
software | healthy | tests/unit/test_cli_issue.py:26 |
test_me_raw_ignores_unknown_global_ui_theme |
software | healthy | tests/unit/test_cli_issue.py:46 |
test_issue_get_renders_key_first |
software | healthy | tests/unit/test_cli_issue.py:60 |
test_issue_commands_missing_key_is_usage_error |
software | healthy | tests/unit/test_cli_issue.py:81 |
test_issue_search_sends_jql_and_renders_issue_keys |
software | healthy | tests/unit/test_cli_issue.py:98 |
test_issue_assigned_uses_default_assigned_jql |
software | healthy | tests/unit/test_cli_issue.py:133 |
test_issue_assigned_uses_configured_assigned_jql |
software | healthy | tests/unit/test_cli_issue.py:159 |
test_issue_assigned_jql_option_overrides_configured_assigne… |
software | healthy | tests/unit/test_cli_issue.py:191 |
test_issue_assigned_rejects_blank_jql_override |
software | healthy | tests/unit/test_cli_issue.py:237 |
test_issue_assigned_rejects_whitespace_jql_override |
software | healthy | tests/unit/test_cli_issue.py:252 |
test_issue_create_merges_template_and_flags |
software | healthy | tests/unit/test_cli_issue.py:267 |
test_issue_edit_sends_body_file_and_overlays_flags |
software | healthy | tests/unit/test_cli_issue.py:313 |
test_issue_comment_reads_body_from_stdin |
software | healthy | tests/unit/test_cli_issue.py:346 |
test_issue_comment_table_render_fails_when_theme_is_unknown |
software | healthy | tests/unit/test_cli_issue.py:362 |
test_issue_comment_preserves_formatted_stdin_body |
software | healthy | tests/unit/test_cli_issue.py:377 |
test_issue_comment_preserves_formatted_body_file |
software | healthy | tests/unit/test_cli_issue.py:393 |
test_issue_transition_by_name_rejects_ambiguous_match |
software | healthy | tests/unit/test_cli_issue.py:423 |
test_issue_transition_by_id_posts_transition |
software | healthy | tests/unit/test_cli_issue.py:439 |
test_build_issue_payload_applies_overlay_precedence |
software | healthy | tests/unit/test_payloads.py:13 |
test_parse_json_field_assignments_rejects_invalid_json |
software | healthy | tests/unit/test_payloads.py:50 |
test_read_payload_file_rejects_non_object |
software | healthy | tests/unit/test_payloads.py:55 |
_settings |
software | healthy | tests/unit/test_jira_client.py:18 |
test_client_sends_pat_bearer_header_and_joins_api_prefix |
software | healthy | tests/unit/test_jira_client.py:25 |
test_client_forwards_section_and_http_settings_to_connected… |
software | healthy | tests/unit/test_jira_client.py:37 |
spying_connected_client |
software | healthy | tests/unit/test_jira_client.py:43 |
test_client_requires_base_url |
software | healthy | tests/unit/test_jira_client.py:55 |
test_client_requires_non_blank_token |
software | healthy | tests/unit/test_jira_client.py:62 |
test_search_issues_posts_jql_and_paginates |
software | healthy | tests/unit/test_jira_client.py:69 |
test_search_issues_walks_start_at_pages_until_total |
software | healthy | tests/unit/test_jira_client.py:91 |
test_list_boards_shrinks_page_request_to_limit |
software | healthy | tests/unit/test_jira_client.py:128 |
test_agile_list_boards_uses_agile_prefix |
software | healthy | tests/unit/test_jira_client.py:143 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
AGENTS.md |
software | healthy | AGENTS.md |
README.md |
software | healthy | README.md |
pyproject.toml |
software | healthy | pyproject.toml |
.pre-commit-config.yaml |
software | healthy | .pre-commit-config.yaml |
conftest.py |
software | healthy | tests/conftest.py |
test_plugin_entrypoint.py |
software | healthy | tests/unit/test_plugin_entrypoint.py |
test_cli_lookup.py |
software | healthy | tests/unit/test_cli_lookup.py |
test_cli_issue.py |
software | healthy | tests/unit/test_cli_issue.py |
test_payloads.py |
software | healthy | tests/unit/test_payloads.py |
test_jira_client.py |
software | healthy | tests/unit/test_jira_client.py |
test_search_queries.py |
software | healthy | tests/unit/test_search_queries.py |
test_ci_workflow.py |
software | healthy | tests/unit/test_ci_workflow.py |
ci.yml |
software | healthy | .github/workflows/ci.yml |
settings.py |
software | healthy | src/untaped_jira/settings.py |
__init__.py |
software | healthy | src/untaped_jira/__init__.py |
plugin.py |
software | healthy | src/untaped_jira/plugin.py |
__init__.py |
software | healthy | src/untaped_jira/application/__init__.py |
ports.py |
software | healthy | src/untaped_jira/application/ports.py |
use_cases.py |
software | healthy | src/untaped_jira/application/use_cases.py |
__init__.py |
software | healthy | src/untaped_jira/infrastructure/__init__.py |
jira_client.py |
software | healthy | src/untaped_jira/infrastructure/jira_client.py |
__init__.py |
software | healthy | src/untaped_jira/cli/__init__.py |
_client.py |
software | healthy | src/untaped_jira/cli/_client.py |
commands.py |
software | healthy | src/untaped_jira/cli/commands.py |
SKILL.md |
software | healthy | src/untaped_jira/skills/untaped-jira/SKILL.md |
__init__.py |
software | healthy | src/untaped_jira/domain/__init__.py |
payloads.py |
software | healthy | src/untaped_jira/domain/payloads.py |
models.py |
software | healthy | src/untaped_jira/domain/models.py |
search.py |
software | healthy | src/untaped_jira/domain/search.py |
AGENTS.md |
quality | healthy | AGENTS.md |
src/untaped_jira/skills/untaped-jira/SKILL.md |
quality | healthy | src/untaped_jira/skills/untaped-jira/SKILL.md |
| Label | Layer | Status | Path |
|---|---|---|---|
JiraSettings |
software | healthy | src/untaped_jira/settings.py:10 |
JiraPlugin |
software | healthy | src/untaped_jira/plugin.py:13 |
JiraMeService |
software | healthy | src/untaped_jira/application/ports.py:9 |
JiraIssueReader |
software | healthy | src/untaped_jira/application/ports.py:15 |
JiraIssueWriter |
software | healthy | src/untaped_jira/application/ports.py:23 |
JiraTransitionService |
software | healthy | src/untaped_jira/application/ports.py:33 |
JiraLookupService |
software | healthy | src/untaped_jira/application/ports.py:41 |
WhoAmI |
software | healthy | src/untaped_jira/application/use_cases.py:29 |
GetIssue |
software | healthy | src/untaped_jira/application/use_cases.py:39 |
SearchIssues |
software | healthy | src/untaped_jira/application/use_cases.py:49 |
CreateIssue |
software | healthy | src/untaped_jira/application/use_cases.py:62 |
EditIssue |
software | healthy | src/untaped_jira/application/use_cases.py:72 |
AddComment |
software | healthy | src/untaped_jira/application/use_cases.py:83 |
ListTransitions |
software | healthy | src/untaped_jira/application/use_cases.py:94 |
TransitionIssue |
software | healthy | src/untaped_jira/application/use_cases.py:107 |
ListProjects |
software | healthy | src/untaped_jira/application/use_cases.py:139 |
GetProject |
software | healthy | src/untaped_jira/application/use_cases.py:149 |
ListBoards |
software | healthy | src/untaped_jira/application/use_cases.py:159 |
ListSprints |
software | healthy | src/untaped_jira/application/use_cases.py:184 |
JiraClient |
software | healthy | src/untaped_jira/infrastructure/jira_client.py:14 |
JiraUser |
software | healthy | src/untaped_jira/domain/models.py:10 |
IssueResult |
software | healthy | src/untaped_jira/domain/models.py:21 |
IssueMutationResult |
software | healthy | src/untaped_jira/domain/models.py:68 |
CommentResult |
software | healthy | src/untaped_jira/domain/models.py:80 |
TransitionResult |
software | healthy | src/untaped_jira/domain/models.py:89 |
ProjectResult |
software | healthy | src/untaped_jira/domain/models.py:98 |
BoardResult |
software | healthy | src/untaped_jira/domain/models.py:109 |
SprintResult |
software | healthy | src/untaped_jira/domain/models.py:120 |
JiraIssueSearchFilters |
software | healthy | src/untaped_jira/domain/search.py:10 |
| Label | Layer | Status | Path |
|---|---|---|---|
tests |
software | healthy | tests |
unit |
software | healthy | tests/unit |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
src |
software | healthy | src |
untaped_jira |
software | healthy | src/untaped_jira |
application |
software | healthy | src/untaped_jira/application |
infrastructure |
software | healthy | src/untaped_jira/infrastructure |
cli |
software | healthy | src/untaped_jira/cli |
skills |
software | healthy | src/untaped_jira/skills |
untaped-jira |
software | healthy | src/untaped_jira/skills/untaped-jira |
domain |
software | healthy | src/untaped_jira/domain |
| Label | Layer | Status | Path |
|---|---|---|---|
alexisbeaulieu97__untaped-jira |
software | healthy | /data/fable5_failed_archive/alexisbeaulieu97__untaped-jira |
| Label | Layer | Status | Path |
|---|---|---|---|
auth::AGENTS.md |
security | healthy | AGENTS.md |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
lint-and-test |
cicd | healthy | .github/workflows/ci.yml |
This page is publicly accessible at:
https://repobility.com/scan/a18176d0-97c2-452a-b053-deeef7ef173a/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/a18176d0-97c2-452a-b053-deeef7ef173a/
Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.