LICENSE
PYPI_README.md
README.md
pyproject.toml
src/lurkr/__init__.py
src/lurkr/cli.py
src/lurkr/manifest.py
src/lurkr/python_ast.py
src/lurkr/report.py
src/lurkr/scanner.py
src/lurkr.egg-info/PKG-INFO
src/lurkr.egg-info/SOURCES.txt
src/lurkr.egg-info/dependency_links.txt
src/lurkr.egg-info/entry_points.txt
src/lurkr.egg-info/requires.txt
src/lurkr.egg-info/top_level.txt
src/lurkr/rules/__init__.py
src/lurkr/rules/credential_to_llm_context.py
src/lurkr/rules/declared_vs_imported.py
src/lurkr/rules/dynamic_prompt_from_user_input.py
src/lurkr/rules/identity.py
src/lurkr/rules/llm_calls.py
src/lurkr/rules/manifest.py
src/lurkr/rules/parsing.py
src/lurkr/rules/python_agent.py
src/lurkr/rules/unverified_mcp_endpoint.py
src/lurkr/rules/workflow.py
tests/test_action_manifest.py
tests/test_cli.py
tests/test_credential_to_llm_context.py
tests/test_declared_vs_imported.py
tests/test_docker_manifest.py
tests/test_dynamic_prompt_from_user_input.py
tests/test_fixtures.py
tests/test_hard_constraints.py
tests/test_identity_private_key_rule.py
tests/test_manifest.py
tests/test_manifest_rules.py
tests/test_python_agent_rules.py
tests/test_python_ast_foundation.py
tests/test_report_schema.py
tests/test_unverified_mcp_endpoint.py
tests/test_validation_harness.py
tests/test_validation_phase10c.py
tests/test_validation_phase10e.py
tests/test_validation_phase11.py
tests/test_workflow_rules.py