بنقرة واحدة
profile-charity
Profile a charity's finances, gift network, circular flows, and accountability metrics
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Profile a charity's finances, gift network, circular flows, and accountability metrics
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Map the gift-flow network around a charity to find connected organizations and clusters
Side-by-side comparison of multiple charities on financial and circular gifting metrics
Run the circular gifting detection pipeline and interpret the top results
Analyze timing of circular gift flows - same-year symmetric and adjacent-year round-trips
Audit a federal department's grant spending - recipients, concentration, amendments, and risks
Analyze a federal funding program - recipients, spending patterns, concentration, and risks
| name | profile-charity |
| description | Profile a charity's finances, gift network, circular flows, and accountability metrics |
| argument-hint | ["charity name or BN"] |
| disable-model-invocation | true |
Profile the charity: $ARGUMENTS
Follow these steps in order:
Find the charity by name or BN:
npm run lookup -- --name "$ARGUMENTS"
If multiple matches, list them and ask the user which one.
Determine its type - this frames all interpretation:
node -e "const db=require('./lib/db'); db.query(\"SELECT designation, category, legal_name FROM cra_identification WHERE bn='\$BN' AND fiscal_year=2024\").then(r=>{console.log(r.rows);db.end();})"
Generate the risk report:
npm run risk -- --bn <BN>
Read data/reports/risk-<BN>.md and summarize the score and factors.
Generate the full network analysis:
npm run lookup -- --bn <BN> --hops 5
Read data/reports/lookup-<BN>.json for gift network data.
Summarize findings with: